timeseries_get_range
Fetch historical market data for any supported schema (e.g., trades, OHLCV) by specifying dataset, symbols, and date range.
Instructions
Get historical market data with flexible schemas and date ranges. Supports all Databento schemas (mbp-1, mbp-10, trades, ohlcv-1h, ohlcv-1d, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset | Yes | Dataset code (e.g., 'GLBX.MDP3' for CME, 'XNAS.ITCH' for Nasdaq) | |
| symbols | Yes | Comma-separated list of instrument symbols (up to 2000) | |
| schema | Yes | Data schema type | |
| start | Yes | Start date (ISO 8601 or YYYY-MM-DD format) | |
| end | No | End date (ISO 8601 or YYYY-MM-DD format), defaults to start date | |
| stype_in | No | Input symbology type, defaults to 'raw_symbol' | |
| stype_out | No | Output symbology type, defaults to 'instrument_id' | |
| limit | No | Maximum number of records to return |