ETF Analytics

ETF Analytics Web API Documentation

Returns latest market analytics for a specified US ETF, including volume, trailing volume, market cap, 52 week high, and 52 week low.

Endpoint:
https://api-v2.intrinio.com/etfs/{identifier}/analytics

Parameters

Name Description Example
identifier
An ETF identifier (Ticker, Figi Ticker, ISIN, RIC, Intrinio ID) SPY
identifier
* required
An ETF identifier (Ticker, Figi Ticker, ISIN, RIC, Intrinio ID)

Output Fields

Name Description Type
date The calendar date these analytics represent. date
fifty_two_week_high Highest trading price for the security in the preceding 52 weeks number
fifty_two_week_low Lowest trading price for the security in the preceding 52 weeks number
volume_traded The total quantity of shares traded on the latest trading day number
average_daily_volume_one_month The average quantity of shares traded per day for the last month number
average_daily_volume_three_month The average quantity of shares traded per day for the last three months number
average_daily_volume_six_month The average quantity of shares traded per day for the last six months number
market_cap The market capitalization for the Exchange Traded Fund (ETF) number
shares_outstanding The number of shares outstanding for the Exchange Traded Fund (ETF) number
etf
object
id
The Intrinio ID of the ETF string
name
The common name of the ETF string
ticker
The common ticker symbol for the ETF string
figi_ticker
The OpenFIGI ticker for the ETF string
ric
Reuters Instrument Code (RIC) for the ETF string
isin
International Securities Identification Number (ISIN) for the ETF string
sedol
Stock Exchange Daily Official List (SEDOL) for the ETF string
exchange_mic
The exchange Market Identifier Code (MIC) from the International Standards Organization (ISO) string
date
The calendar date these analytics represent.
fifty_two_week_high
Highest trading price for the security in the preceding 52 weeks
fifty_two_week_low
Lowest trading price for the security in the preceding 52 weeks
volume_traded
The total quantity of shares traded on the latest trading day
average_daily_volume_one_month
The average quantity of shares traded per day for the last month
average_daily_volume_three_month
The average quantity of shares traded per day for the last three months
average_daily_volume_six_month
The average quantity of shares traded per day for the last six months
market_cap
The market capitalization for the Exchange Traded Fund (ETF)
shares_outstanding
The number of shares outstanding for the Exchange Traded Fund (ETF)
etf