Databento: Resolve Symbols
Databento via Parse · Finance
Resolves symbols between different symbology types for a given dataset and date range. Maps raw symbols to instrument IDs or vice versa, returning date-bounded resolution entries. Access Databento historical market data including datasets, instruments, timeseries OHLCV data, symbol resolution, and schema definitions across US equities, futures, and options. Fulfilled by Parse from databento.com.
- crypto-web3
- databento
- databento-com
- developer-tools
- finance
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- Finance
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/c56bd3f5-1c03-4bab-ac93-785a417154bb/resolve_symbols
- Interface artifact
- sha256:f765165c27f424551d7510469a3976091a7f306c8138c3fac0507679f8e60ea0
- Manifest digest
- sha256:4cc63a307dd74f4333ee8fa9cf3df8d7c674cf0c35b1e3b827eefef47eae4ada
Request fields
- dataset (string, required): Dataset ID (e.g. XNAS.ITCH, GLBX.MDP3).
- symbols (string, required): Comma-separated symbols to resolve (e.g. AAPL,MSFT).
- end_date (string): End date in ISO format YYYY-MM-DD.
- stype_in (string): Input symbol type (e.g. raw_symbol, instrument_id).
- stype_out (string): Output symbol type (e.g. instrument_id, raw_symbol).
- start_date (string, required): Start date in ISO format YYYY-MM-DD.
Example queries
- {"dataset":"XNAS.ITCH","symbols":"AAPL","end_date":"2026-06-11","stype_in":"raw_symbol","stype_out":"instrument_id","start_date":"2026-06-04"}