Get ETF exposure for a given ticker
get/api/etfs/{ticker}/exposure
Path parameters
tickerstring required
Example:AAPL
A single stock ticker
Response
A list of ETFs in which the given ticker is a holding
Example response
{
"data": [
{
"avg30_volume": "52433648",
"bearish_premium": "32565174",
"bullish_premium": "22987045",
"call_premium": "45254976",
"call_volume": 197685,
"close": "194.84",
"has_options": true,
"high": "196.579",
"low": "194.41",
"name": "APPLE INC",
"prev_price": "197.14",
"put_premium": "16338631",
"put_volume": 106773,
"sector": "Technology",
"ticker": "AAPL",
"volume": 12314310,
"week52_high": "199.62",
"week52_low": "123.15"
}
]
}