Accepts a string of keyword combinations, and searches across the ETF name and ticker and returns a list of ETFs with related keywords.
Name | Type | Description | Notes |
---|---|---|---|
query | str | ||
mode | str | When set, changes search mode to the specified mode. Paging is not available in rank_order. | [optional] |
Name | Type | Description |
---|---|---|
etfs | list[ETFSummary] | |
next_page | str | The token required to request the next page of the data. If null, no further results are available. |
Name | Type | Description |
---|---|---|
id | str | The Intrinio ID of the ETF |
name | str | The common name of the ETF |
ticker | str | The common ticker symbol for the ETF |
figi_ticker | str | The OpenFIGI ticker for the ETF |
ric | str | Reuters Instrument Code (RIC) for the ETF |
isin | str | International Securities Identification Number (ISIN) for the ETF |
sedol | str | Stock Exchange Daily Official List (SEDOL) for the ETF |
exchange_mic | str | The exchange Market Identifier Code (MIC) from the International Standards Organization (ISO) |