Searches the ETF Global universe by ticker, fund name or issuer.
| Name | Description | Example |
|---|---|---|
|
query
* required
|
The query to search for, matched against ticker, fund name and issuer | SPDR |
|
mode
|
The search mode. rank_order returns relevance-ranked results and is not paged; starts_with returns paged prefix matches.
Options:
rank_order
starts_with
show more
show less
|
- |
|
page_size
|
The number of results to return. Applies to starts_with mode only. | - |
|
next_page
|
Gets the next page of data from a previous API call | - |
|
query
* required
The query to search for, matched against ticker, fund name and issuer
|
||
|
mode
* required
The search mode. rank_order returns relevance-ranked results and is not paged; starts_with returns paged prefix matches.
|
||
|
page_size
* required
The number of results to return. Applies to starts_with mode only.
|
||
|
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
|