get_quote
Retrieve real-time stock quotes for any single ticker symbol, providing current market data for informed decisions.
Instructions
Get a real-time quote for a single symbol.
Args: symbol: The ticker symbol to quote (e.g. "AAPL").
Returns: A dict with a single key (the requested symbol) mapping to that symbol's quote data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes |