# Historical order data Rate Limit: 6 requests per 1 minute Endpoint: GET /api/v0/equity/history/orders Version: v0 Security: authWithSecretKey ## Query parameters: - `cursor` (integer) Pagination cursor - `ticker` (string) Ticker filter - `limit` (integer) Max items: 50 Example: 21 ## Response 200 fields (application/json): - `items` (array) - `items.dateCreated` (string) - `items.dateExecuted` (string) - `items.dateModified` (string) - `items.executor` (string) Enum: "API", "IOS", "ANDROID", "WEB", "SYSTEM", "AUTOINVEST" - `items.extendedHours` (boolean) If true, the order was eligible for execution outside regular trading hours - `items.fillCost` (number) In your account main currency - `items.fillId` (integer) - `items.fillPrice` (number) In the instrument currency - `items.fillResult` (number) - `items.fillType` (string) Enum: "TOTV", "OTC", "STOCK_SPLIT", "STOCK_DISTRIBUTION", "FOP", "FOP_CORRECTION", "CUSTOM_STOCK_DISTRIBUTION", "EQUITY_RIGHTS" - `items.filledQuantity` (number) Applicable to quantity orders - `items.filledValue` (number) Applicable to value orders - `items.id` (integer) - `items.limitPrice` (number) Applicable to limit orders - `items.orderedQuantity` (number) Applicable to quantity orders - `items.orderedValue` (number) Applicable to value orders - `items.parentOrder` (integer) - `items.status` (string) Enum: "LOCAL", "UNCONFIRMED", "CONFIRMED", "NEW", "CANCELLING", "CANCELLED", "PARTIALLY_FILLED", "FILLED", "REJECTED", "REPLACING", "REPLACED" - `items.stopPrice` (number) Applicable to stop orders - `items.taxes` (array) - `items.taxes.name` (string) Enum: "COMMISSION_TURNOVER", "CURRENCY_CONVERSION_FEE", "FINRA_FEE", "FRENCH_TRANSACTION_TAX", "PTM_LEVY", "STAMP_DUTY", "STAMP_DUTY_RESERVE_TAX", "TRANSACTION_FEE" - `items.taxes.quantity` (number) - `items.taxes.timeCharged` (string) - `items.ticker` (string) - `items.timeValidity` (string) Applicable to stop, limit and stopLimit orders Enum: "DAY", "GOOD_TILL_CANCEL" - `items.type` (string) Enum: "LIMIT", "STOP", "MARKET", "STOP_LIMIT" - `nextPagePath` (string) ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 408 fields ## Response 429 fields