tastytrade · Schema

EarningsInfo

FinanceBrokerageTradingOptionsFuturesEquitiesCryptoMarket DataWebSocket

Properties

Name Type Description
occurred-date string Date of earnings announcement
eps number Earnings per share amount
View JSON Schema on GitHub

JSON Schema

market-metrics-EarningsInfo.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://developer.tastytrade.com/schemas/market-metrics/EarningsInfo",
  "title": "EarningsInfo",
  "type": "object",
  "properties": {
    "occurred-date": {
      "description": "Date of earnings announcement",
      "type": "string",
      "format": "date"
    },
    "eps": {
      "description": "Earnings per share amount",
      "type": "number",
      "format": "float"
    }
  }
}