ETF Analytics

ETF Analytics R 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:
IntrinioSDK::ETFsApi
Instance Method:
get_etf_analytics()

Stock Price Code Example

Use my API Key
client <- IntrinioSDK::ApiClient$new()
# Configure API key authorization: ApiKeyAuth
client$configuration$apiKey <- "YOUR_API_KEY"
#Configure retries
client$configuration$allowRetries <- TRUE
# Setup API with client
ETFsApi <- IntrinioSDK::ETFsApi$new(client)
# Required params
identifier <- "SPY"
response <- ETFsApi$get_etf_analytics(identifier)
print(response)
print(response$content)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

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


Return Type

object
IntrinioSDK::ETFAnalytics

Properties

NameTypeDescription
dateDateThe calendar date these analytics represent.  
fifty_two_week_highNumericHighest trading price for the security in the preceding 52 weeks  
fifty_two_week_lowNumericLowest trading price for the security in the preceding 52 weeks  
volume_tradedNumericThe total quantity of shares traded on the latest trading day  
average_daily_volume_one_monthNumericThe average quantity of shares traded per day for the last month  
average_daily_volume_three_monthNumericThe average quantity of shares traded per day for the last three months  
average_daily_volume_six_monthNumericThe average quantity of shares traded per day for the last six months  
market_capNumericThe market capitalization for the Exchange Traded Fund (ETF)  
shares_outstandingNumericThe number of shares outstanding for the Exchange Traded Fund (ETF)  
etfETFSummary 
object
IntrinioSDK::ETFSummary

Properties

NameTypeDescription
idCharacterThe Intrinio ID of the ETF  
nameCharacterThe common name of the ETF  
tickerCharacterThe common ticker symbol for the ETF  
figi_tickerCharacterThe OpenFIGI ticker for the ETF  
ricCharacterReuters Instrument Code (RIC) for the ETF  
isinCharacterInternational Securities Identification Number (ISIN) for the ETF  
sedolCharacterStock Exchange Daily Official List (SEDOL) for the ETF  
exchange_micCharacterThe exchange Market Identifier Code (MIC) from the International Standards Organization (ISO)