Returns the universe of US ETFs covered by ETF Global, with issuer, classification and listing details for each fund. Supply identifiers to look up a specific set of funds instead of the full universe.
| Name | Description | Example |
|---|---|---|
|
identifiers
|
A comma-delimited list of ETF identifiers (Ticker, ISIN, CUSIP, FIGI, Intrinio ID), up to 100. Identifier types may be mixed. Results are returned in the order given, de-duplicated, and unpaged. | - |
|
page_size
|
The number of results to return. Ignored when identifiers is supplied. | - |
|
next_page
|
Gets the next page of data from a previous API call | - |
|
identifiers
* required
A comma-delimited list of ETF identifiers (Ticker, ISIN, CUSIP, FIGI, Intrinio ID), up to 100. Identifier types may be mixed. Results are returned in the order given, de-duplicated, and unpaged.
|
||
|
page_size
* required
The number of results to return. Ignored when identifiers is supplied.
|
||
|
next_page
* required
Gets the next page of data from a previous API call
|
| Name | Description | Type |
|---|---|---|
| messages | Notices about the request, such as identifiers that could not be resolved or unknown query parameters that were ignored. Always present; empty when there is nothing to report. | array |
|
type
|
string | |
| etfs | array | |
|
id
|
The Intrinio ID for the ETF | string |
|
ticker
|
The common/local ticker of the ETF | string |
|
name
|
The common name of the ETF | string |
|
issuer
|
The issuer of the ETF | string |
|
date
|
The vendor file date on which this profile became effective | date |
|
asset_class
|
The broad asset class the ETF invests in | string |
|
category
|
The ETF Global category within the asset class | string |
|
focus
|
The ETF Global investment focus within the category | string |
|
listing_exchange
|
The exchange on which the ETF is listed | string |
| next_page | The token required to request the next page of the data | string |
|
messages
Notices about the request, such as identifiers that could not be resolved or unknown query parameters that were ignored. Always present; empty when there is nothing to report.
|
||
|
etfs
|
||
|
next_page
The token required to request the next page of the data
|