get_quotes
Retrieve real-time stock quotes for multiple ticker symbols in a single request.
Instructions
Get real-time quotes for multiple symbols in a single call.
Args: symbols: List of ticker symbols to quote (e.g. ["AAPL", "MSFT"]).
Returns: A dict keyed by each requested symbol, mapping to that symbol's quote data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbols | Yes |