Executions

View as MarkdownOpen in Claude

Request all executions following the Execution Filter’s restrictions.

get_executions(

exec_filter: [ExecutionFilter Object]. Parameters to restrict the Execution data to be returned.

timeout: Integer. A default value of 10 seconds is supplied.

)

app.get_open_orders()

All executions passed in the context of the ExecutionFilter are returned in a list.

Response Object

[{

contract: [Contract Object](/tws-api/doc/contracts-financial-instruments/the-contract-object). Contract to trade.

execution: [Execution Object]. Execution details regarding the recent trade.

}]

[{'contract': 1530250139984: ConId: 265598, Symbol: AAPL, SecType: STK, LastTradeDateOrContractMonth: , Strike: 0, Right: , Multiplier: , Exchange: IEX, PrimaryExchange: , Currency: USD, LocalSymbol: AAPL, TradingClass: NMS, IncludeExpired: False, SecIdType: , SecId: , Description: , IssuerId: Combo:, 'execution': 1530250140432: ExecId: 0000e0d5.68fa9014.01.01, Time: 20251022 14:56:24 US/Eastern, Account: U1234567, Exchange: IEX, Side: BOT, Shares: 100, Price: 256.62, PermId: 1395073936, ClientId: 8675309, OrderId: 355, Liquidation: 0, CumQty: 100, AvgPrice: 256.62, OrderRef: , EvRule: , EvMultiplier: 0, ModelCode: , LastLiquidity: 2, PendingPriceRevision: False, Submitter: csdem9545, OptExerciseOrLapseType: None}]