tastytrade · Example Payload

Market Metrics Getmarketmetricsdividendssymbol

FinanceBrokerageTradingOptionsFuturesEquitiesCryptoMarket DataWebSocket

Market Metrics Getmarketmetricsdividendssymbol is an example object payload from tastytrade, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummarytagsparameters

Example Payload

Raw ↑
{
  "operationId": "getMarketMetricsDividendsSymbol",
  "method": "GET",
  "path": "/market-metrics/historic-corporate-events/dividends/{symbol}",
  "summary": "Get historical dividend data",
  "tags": [],
  "parameters": [
    {
      "name": "symbol",
      "in": "path",
      "required": true
    }
  ]
}