list_symbols
List available symbols and their coverage using a required as_of cutoff date. Use this first to discover which symbols exist for point-in-time backtesting without lookahead bias.
Instructions
List the symbols in the dataset with their coverage. Call this first when you do not know which symbols exist. Examples: list_symbols(as_of='2021-12-31'); list_symbols(as_of='2020-06-30'). as_of is required on this tool and the call fails without it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| as_of | Yes | REQUIRED point-in-time cutoff. There is no default and no safe guess. No bar dated after this is returned, ever. Set it to the decision date you are simulating, not to today: using a later as_of than the evaluation window is how a backtest accidentally sees the future. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||