get_quote
Retrieve real-time stock or cryptocurrency quotes with current price, change, volume, and market cap data.
Instructions
Get real-time price quote for a stock or cryptocurrency ticker. Returns current price, change, volume, market cap, and other market data. Examples: AAPL (Apple), BTC-USD (Bitcoin), MSFT (Microsoft).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Optional: specific fields to return (e.g., ["regularMarketPrice", "marketCap"]) | |
| symbol | Yes | Ticker symbol (e.g., AAPL for Apple, BTC-USD for Bitcoin, MSFT for Microsoft) |