get_batch_market_context
Fetch live quote details, LTP, volume, and market context for a batch of stocks, indices, or futures, with optional expiry.
Instructions
Fetch live quote details, last traded price (LTP), volume, and context for a batch of Stocks, Indices, or Futures. Args: symbols (list[str]): Ticker symbols (e.g. ['NIFTY', 'RELIANCE']). expiry (str): Expiry cycle ('SPOT', 'NEAR', 'FAR', 'NEXT'). Default is 'SPOT'. api_key (str, optional): API Key. If omitted, uses OPTIONCONTEXT_API_KEY from environment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expiry | No | SPOT | |
| api_key | No | ||
| symbols | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |