Returns latest market analytics for a specified US ETF, including volume, trailing volume, market cap, 52 week high, and 52 week low.
Name | Type | Description | Notes |
---|---|---|---|
identifier | String | An ETF identifier (Ticker, Figi Ticker, ISIN, RIC, Intrinio ID) |
Name | Type | Description |
---|---|---|
date | LocalDate | The calendar date these analytics represent. |
fiftyTwoWeekHigh | BigDecimal | Highest trading price for the security in the preceding 52 weeks |
fiftyTwoWeekLow | BigDecimal | Lowest trading price for the security in the preceding 52 weeks |
volumeTraded | BigDecimal | The total quantity of shares traded on the latest trading day |
averageDailyVolumeOneMonth | BigDecimal | The average quantity of shares traded per day for the last month |
averageDailyVolumeThreeMonth | BigDecimal | The average quantity of shares traded per day for the last three months |
averageDailyVolumeSixMonth | BigDecimal | The average quantity of shares traded per day for the last six months |
marketCap | BigDecimal | The market capitalization for the Exchange Traded Fund (ETF) |
sharesOutstanding | BigDecimal | The number of shares outstanding for the Exchange Traded Fund (ETF) |
etf | ETFSummary |
Name | Type | Description |
---|---|---|
id | String | The Intrinio ID of the ETF |
name | String | The common name of the ETF |
ticker | String | The common ticker symbol for the ETF |
figiTicker | String | The OpenFIGI ticker for the ETF |
ric | String | Reuters Instrument Code (RIC) for the ETF |
isin | String | International Securities Identification Number (ISIN) for the ETF |
sedol | String | Stock Exchange Daily Official List (SEDOL) for the ETF |
exchangeMic | String | The exchange Market Identifier Code (MIC) from the International Standards Organization (ISO) |