ETF Analytics

ETF Analytics Javascript API Documentation

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

API Class:
ETFsApi
Instance Method:
getEtfAnalytics()

Stock Price Code Example

Use my API Key
var intrinioSDK = require('intrinio-sdk');
intrinioSDK.ApiClient.instance.authentications['ApiKeyAuth'].apiKey = "YOUR_API_KEY";
intrinioSDK.ApiClient.instance.enableRetries = true;
var eTFs = new intrinioSDK.ETFsApi();
var identifier = "SPY";
eTFs.getEtfAnalytics(identifier).then(function(data) {
data = JSON.stringify(data, null, 2)
console.log(data);
}, function(error) {
console.error(error);
});
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierStringAn ETF identifier (Ticker, Figi Ticker, ISIN, RIC, Intrinio ID) 


Return Type

object
ETFAnalytics

Properties

NameTypeDescription
dateDateThe calendar date these analytics represent.  
fiftyTwoWeekHighNumberHighest trading price for the security in the preceding 52 weeks  
fiftyTwoWeekLowNumberLowest trading price for the security in the preceding 52 weeks  
volumeTradedNumberThe total quantity of shares traded on the latest trading day  
averageDailyVolumeOneMonthNumberThe average quantity of shares traded per day for the last month  
averageDailyVolumeThreeMonthNumberThe average quantity of shares traded per day for the last three months  
averageDailyVolumeSixMonthNumberThe average quantity of shares traded per day for the last six months  
marketCapNumberThe market capitalization for the Exchange Traded Fund (ETF)  
sharesOutstandingNumberThe number of shares outstanding for the Exchange Traded Fund (ETF)  
etfETFSummary 
object
ETFSummary

Properties

NameTypeDescription
idStringThe Intrinio ID of the ETF  
nameStringThe common name of the ETF  
tickerStringThe common ticker symbol for the ETF  
figiTickerStringThe OpenFIGI ticker for the ETF  
ricStringReuters Instrument Code (RIC) for the ETF  
isinStringInternational Securities Identification Number (ISIN) for the ETF  
sedolStringStock Exchange Daily Official List (SEDOL) for the ETF  
exchangeMicStringThe exchange Market Identifier Code (MIC) from the International Standards Organization (ISO)