Today's Executions
today_executionsRetrieve today's trade fills with details like order ID, symbol, side, quantity, price, and time. Filter results by symbol or order ID.
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. |