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.
Name | Description | Example |
---|---|---|
exchange
|
XNAS | |
page_size
|
The number of results to return | - |
next_page
|
Gets the next page of data from a previous API call | - |
exchange
* required
|
||
page_size
* required
The number of results to return
|
||
next_page
* required
Gets the next page of data from a previous API call
|
Name | Description | Type |
---|---|---|
etfs | array | |
id
|
The Intrinio ID of the ETF | string |
name
|
The common name of the ETF | string |
ticker
|
The common ticker symbol for the ETF | string |
figi_ticker
|
The OpenFIGI ticker for the ETF | string |
ric
|
Reuters Instrument Code (RIC) for the ETF | string |
isin
|
International Securities Identification Number (ISIN) for the ETF | string |
sedol
|
Stock Exchange Daily Official List (SEDOL) for the ETF | string |
exchange_mic
|
The exchange Market Identifier Code (MIC) from the International Standards Organization (ISO) | string |
next_page | The token required to request the next page of the data. If null, no further results are available. | string |
etfs
|
||
next_page
The token required to request the next page of the data. If null, no further results are available.
|