Search ETFs

Search ETFs R API Documentation

Accepts a string of keyword combinations, and searches across the ETF name and ticker and returns a list of ETFs with related keywords.

API Class:
IntrinioSDK::ETFsApi
Instance Method:
search_etfs()

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
query <- "iShares"
# Optional params
opts <- list(
mode = NULL
)
response <- ETFsApi$search_etfs(query, opts)
print(response)
print(response$content)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
queryCharacter 
modeCharacterWhen set, changes search mode to the specified mode. Paging is not available in rank_order.[optional]  


Return Type

object
IntrinioSDK::ApiResponseETFs

Properties

NameTypeDescription
etfsList of ETFSummary 
etfs_data_frameData FrameData frame representation of etfs
next_pageCharacterThe token required to request the next page of the data. If null, no further results are available.  
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)