get_stock_prices_batch
Retrieve historical stock prices for up to 50 instruments in a single API call. Specify date range and instrument IDs to get batch price data.
Instructions
Get historical stock prices for multiple instruments (max 50) in one call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (YYYY-MM-DD) | |
| from | No | Start date (YYYY-MM-DD) | |
| instList | Yes | Array of instrument IDs (max 50) |