v36

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

ETF Holdings

Retrieve holdings data for ETFs. Filter by optional ETF symbol and date.

get/api/etfs/{ticker}/holdings

Path parameters

tickerstring required

Response

Successful response

Example response

{
  "data": [
    {
      "avg30_volume": "55973002",
      "bearish_premium": "143198625",
      "bullish_premium": "196261414",
      "call_premium": "9908777.0",
      "call_volume": 990943,
      "close": "56.79",
      "has_options": true,
      "high": "58.12",
      "low": "51.90",
      "name": "APPLE INC",
      "open": "54.29",
      "prev_price": "189.70",
      "put_premium": "163537151",
      "put_volume": 808326,
      "sector": "Technology",
      "ticker": "AAPL",
      "volume": 23132119,
      "week_52_high": "198.23",
      "week_52_low": "124.17"
    }
  ]
}