tastytrade · Schema

DividendInfo

FinanceBrokerageTradingOptionsFuturesEquitiesCryptoMarket DataWebSocket

Properties

Name Type Description
occurred-date string Date of dividend
amount number Per share amount
View JSON Schema on GitHub

JSON Schema

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