Get raw market bars
get_marketReturn raw bars at the current simulator time for an authenticated run, optionally limited to selected symbols. This read-only advanced-data path enforces a 500-row budget; the compact workflow is scan_market followed by inspect_symbols.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | Run UUID returned by start_run. | |
| symbols | No | Optional symbol subset. Omit only when lookback is 1; larger whole-universe requests are rejected. | |
| lookback | No | Number of bars to return per symbol; the total request must remain within the server's 500-row budget. |