Search ETFs

Search ETFs Python 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:
ETFsApi
Instance Method:
search_etfs()

Stock Price Code Example

Use my API Key
from __future__ import print_function
import time
import intrinio_sdk as intrinio
from intrinio_sdk.rest import ApiException
intrinio.ApiClient().set_api_key('YOUR_API_KEY')
intrinio.ApiClient().allow_retries(True)
query = 'iShares'
mode = ''
response = intrinio.ETFsApi().search_etfs(query, mode=mode)
print(response)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

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


Return Type

object
ApiResponseETFs

Properties

NameTypeDescription
etfslist[ETFSummary] 
next_pagestrThe token required to request the next page of the data. If null, no further results are available.  
object
ETFSummary

Properties

NameTypeDescription
idstrThe Intrinio ID of the ETF  
namestrThe common name of the ETF  
tickerstrThe common ticker symbol for the ETF  
figi_tickerstrThe OpenFIGI ticker for the ETF  
ricstrReuters Instrument Code (RIC) for the ETF  
isinstrInternational Securities Identification Number (ISIN) for the ETF  
sedolstrStock Exchange Daily Official List (SEDOL) for the ETF  
exchange_micstrThe exchange Market Identifier Code (MIC) from the International Standards Organization (ISO)