timeseries_get_range
Retrieve historical market data for any Databento dataset and schema, with customizable date ranges and up to 2000 symbols.
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 |
|---|---|---|---|
| end | No | End date (ISO 8601 or YYYY-MM-DD format), defaults to start date | |
| limit | No | Maximum number of records to return | |
| start | Yes | Start date (ISO 8601 or YYYY-MM-DD format) | |
| schema | Yes | Data schema type | |
| 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) | |
| stype_in | No | Input symbology type, defaults to 'raw_symbol' | |
| stype_out | No | Output symbology type, defaults to 'instrument_id' |