ETF Analytics

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

Stock Price Code Example

Use my API Key
# Load the gem
require 'intrinio-sdk'
require 'pp'
# Setup authorization
Intrinio.configure do |config|
config.api_key['api_key'] = 'YOUR_API_KEY'
config.allow_retries = true
end
eTFs_api = Intrinio::ETFsApi.new
identifier = "SPY"
result = eTFs_api.get_etf_analytics(identifier)
pp result
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

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

Return Type

object
Intrinio::ETFAnalytics

Properties

NameTypeDescription
dateDateThe calendar date these analytics represent.  
fifty_two_week_highFloatHighest trading price for the security in the preceding 52 weeks  
fifty_two_week_lowFloatLowest trading price for the security in the preceding 52 weeks  
volume_tradedFloatThe total quantity of shares traded on the latest trading day  
average_daily_volume_one_monthFloatThe average quantity of shares traded per day for the last month  
average_daily_volume_three_monthFloatThe average quantity of shares traded per day for the last three months  
average_daily_volume_six_monthFloatThe average quantity of shares traded per day for the last six months  
market_capFloatThe market capitalization for the Exchange Traded Fund (ETF)  
shares_outstandingFloatThe number of shares outstanding for the Exchange Traded Fund (ETF)  
etfETFSummary 
object
Intrinio::ETFSummary

Properties

NameTypeDescription
idStringThe Intrinio ID of the ETF  
nameStringThe common name of the ETF  
tickerStringThe common ticker symbol for the ETF  
figi_tickerStringThe 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  
exchange_micStringThe exchange Market Identifier Code (MIC) from the International Standards Organization (ISO)