get_stock_quote
Retrieve current stock price and quote data for any ticker symbol to support financial analysis and trading decisions.
Instructions
Get current price and quote data for a stock.
Args: ticker: Stock symbol (e.g. AAPL, SPY, TSLA)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |