ibkr_executions
Retrieve execution reports from IBKR with filters like account, symbol, side, and time to analyze trades.
Instructions
Return execution reports using optional filters such as account, symbol, side, or time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| side | No | Filter by execution side. | |
| time | No | Raw IBKR execution filter time in "YYYYMMDD HH:mm:ss" format, interpreted by Gateway in its login timezone. | |
| since | No | RFC3339 timestamp. Converted to IBKR execution filter time using the local machine timezone. | |
| symbol | No | Filter by underlying symbol. | |
| secType | No | Filter by IBKR security type. | |
| acctCode | No | Filter by IBKR account code. | |
| clientId | No | Filter by API client ID. | |
| exchange | No | Filter by exchange. |