market_quote
Retrieve real-time stock quotes including price, percent change, day high/low, and previous close for any ticker symbol.
Instructions
Get a real-time stock quote: price, % change, day high/low, and previous close.
Backed by Finnhub free tier. Returns 'no data' for unknown/delisted symbols (Finnhub returns zeros for unknowns — we treat that as no data, never fabricate).
Args: params: symbol (str) and response_format ('markdown'|'json').
Examples: - "What is Apple's current stock price?" -> symbol='AAPL' - "How much is NVIDIA up today?" -> symbol='NVDA' - "Get me a quote for Tesla" -> symbol='TSLA'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |