tastytrade · Schema

Snapshot

FinanceBrokerageTradingOptionsFuturesEquitiesCryptoMarket DataWebSocket

Properties

Name Type Description
dateTime string
profitLoss number
underlyingPrice number
View JSON Schema on GitHub

JSON Schema

backtesting-Snapshot.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://developer.tastytrade.com/schemas/backtesting/Snapshot",
  "title": "Snapshot",
  "type": "object",
  "properties": {
    "dateTime": {
      "type": "string"
    },
    "profitLoss": {
      "type": "number"
    },
    "underlyingPrice": {
      "type": "number"
    }
  }
}