get_market_quote
Retrieve market quotes for Indian stocks by specifying exchange and symbol tokens, with modes for full data, OHLC, or last traded price.
Instructions
Get market quote data. Modes: FULL (all fields), OHLC, LTP. Pass exchange and token list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | Quote mode: FULL, OHLC, or LTP | |
| exchange | Yes | Exchange | |
| symboltoken | Yes | Comma-separated symbol tokens (e.g. '3045,2885') |