Returns the latest NAV (Net Asset Value) and flows data for all Exchange Traded Funds in the specified country, sorted by month-end assets in descending order. Each ETF appears only once with its most recent NAV flows data.
| Name | Description | Example |
|---|---|---|
|
country_code
|
The ISO country code to filter ETFs by (e.g., US, CA, GB). Defaults to US. | - |
|
page_size
|
The number of results to return | - |
|
next_page
|
Gets the next page of data from a previous API call | - |
|
country_code
* required
The ISO country code to filter ETFs by (e.g., US, CA, GB). Defaults to US.
|
||
|
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 |
|---|---|---|
| nav_flows | Array of latest NAV flows data objects for all ETFs | array |
|
allOf
|
string | |
| next_page | The token required to request the next page of results | string |
| messages | Any messages, warnings, or additional information about the data | array |
|
type
|
string | |
|
nav_flows
Array of latest NAV flows data objects for all ETFs
|
||
|
next_page
The token required to request the next page of results
|
||
|
messages
Any messages, warnings, or additional information about the data
|