Historical Executions
history_executionsRetrieve historical trade executions within a date range, with optional symbol filtering, to review past trades.
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). |