Today's Executions
today_executionsRetrieve today's trade executions and fills, including order ID, symbol, side, quantity, price, and timestamp. Filter results by symbol or order ID for specific trades.
Instructions
Get today's trade executions (fills). Returns executions[]{order_id, symbol, side, quantity, price, trade_done_at}. Pass symbol or order_id to filter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | Filter by symbol, e.g. "700.HK". | |
| order_id | No | Filter by a specific order_id. |