tastytrade · Schema

InstrumentKey

FinanceBrokerageTradingOptionsFuturesEquitiesCryptoMarket DataWebSocket

Properties

Name Type Description
symbol string
instrumentType string
View JSON Schema on GitHub

JSON Schema

market-data-InstrumentKey.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://developer.tastytrade.com/schemas/market-data/InstrumentKey",
  "title": "InstrumentKey",
  "type": "object",
  "properties": {
    "symbol": {
      "type": "string"
    },
    "instrumentType": {
      "type": "string",
      "enum": [
        "Bond",
        "Cryptocurrency",
        "Equity",
        "Equity Offering",
        "Equity Option",
        "Fixed Income Security",
        "Future",
        "Future Option",
        "Index",
        "Liquidity Pool",
        "Mutual Fund",
        "Unknown"
      ]
    }
  }
}