symbology_resolve
Resolve financial symbols to instrument IDs or alternate symbol types across a date range for any dataset.
Instructions
Resolve symbols to instrument IDs or other symbol types across a date range
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset | Yes | Dataset code (e.g., GLBX.MDP3, XNAS.ITCH) | |
| symbols | Yes | Array of symbols to resolve (max 2000) | |
| end_date | No | Optional exclusive end date (YYYY-MM-DD) | |
| stype_in | Yes | Input symbol type | raw_symbol |
| stype_out | Yes | Output symbol type | instrument_id |
| start_date | Yes | Inclusive start date (YYYY-MM-DD) |