tastytrade · Schema

AvailableSymbolDates

FinanceBrokerageTradingOptionsFuturesEquitiesCryptoMarket DataWebSocket

Properties

Name Type Description
symbol string
startDate string
endDate string
View JSON Schema on GitHub

JSON Schema

backtesting-AvailableSymbolDates.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://developer.tastytrade.com/schemas/backtesting/AvailableSymbolDates",
  "title": "AvailableSymbolDates",
  "type": "object",
  "properties": {
    "symbol": {
      "type": "string"
    },
    "startDate": {
      "type": "string"
    },
    "endDate": {
      "type": "string"
    }
  }
}