All ETFs

All ETFs Ruby API Documentation

Returns a list of all currently listed ETFs, with relevant identification information including the ETF Name, Ticker, FIGI Ticker, and Exchange MIC for further usage with our ETF Metadata, Holdings, Stats, and Analytics offerings.

API Class:
Intrinio::ETFsApi
Instance Method:
get_all_etfs()

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
opts = {
exchange: "XNAS",
page_size: 100,
next_page: nil
}
result = eTFs_api.get_all_etfs(opts)
pp result
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
exchangeString[optional]  
page_sizeIntegerThe number of results to return[optional] [default to 100]  
next_pageStringGets the next page of data from a previous API call[optional]  

Return Type

object
Intrinio::ApiResponseETFs

Properties

NameTypeDescription
etfsArray 
next_pageStringThe token required to request the next page of the data. If null, no further results are available.  
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)