Introduction

View as MarkdownOpen in Claude

When requesting executions, a filter can be specified to receive only a subset of them.

NameTypeDescription
AcctCodeStringAccount identifier that executed the trade.
ClientIdIntegerClient identifier the order was submitted through.
ExchangestringExchange where the symbol was traded.
LastNDaysIntegerNumber of previous days to receive trades for. Maximum 7.
SecTypestringAsset type being monitored.
SideStringDetermine if only Buy or Sell orders are returned.
SpecificDatesArray of IntegersRetrieve a specific date within the past week to receive executions for. May be used with Time, but only the executions on the Specified Dates will return. Array formatted as [YYYYMMDD]
SymbolstringInstrument’s symbol.
TimeStringDeclare the date/time to receive executions at and after the designated time. Can be used in combination with LastNDays or SpecificDates. Requests should be formatted as “YYYYMMDD HH:mm:ss TMZ” or in UTC as “YYYYMMDD-HH:mm:ss”. If no date is passed, the current date is assumed.