v36

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2024-11-1856109168.6 KB

Retrieve Sector ETFs

Returns the current trading day's statistics for SPDR sector ETFs.

get/api/market/sector-etfs

Response

Successful response with sector ETF data.

Example response

{
  "data": [
    {
      "ticker": "SPY",
      "full_name": "S&P 500 Index",
      "marketcap": "406517275500",
      "volume": 23132119,
      "call_volume": 1844830,
      "put_volume": 2009005,
      "call_premium": "293824502",
      "put_premium": "244159205",
      "bullish_premium": "238729761",
      "bearish_premium": "258905527"
    }
  ]
}