Historical Executions
history_executionsRetrieve historical trade executions within a date range, including order ID, symbol, side, quantity, price, and execution time. Filter by symbol and specify start/end times in RFC3339 format.
Instructions
Get historical trade executions between dates. Returns executions[]{order_id, symbol, side, quantity, price, trade_done_at}. start_at/end_at in RFC3339.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_at | Yes | End time (RFC3339) | |
| symbol | No | Filter by symbol (optional) | |
| us_page | No | US accounts only, history_orders tool only: page number (default 1). | |
| start_at | Yes | Start time (RFC3339) | |
| us_limit | No | US accounts only, history_orders tool only: page size (default 20). |