Returns a list of reference data on more than 200,000 economic indices from the Federal Reserve Economic Data (FRED) database.
Name | Description | Example |
---|---|---|
page_size
|
The number of results to return | - |
next_page
|
Gets the next page of data from a previous API call | - |
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 |
---|---|---|
indices | array | |
id
|
The Intrinio ID for the Index | string |
symbol
|
The symbol used to identify the Index | string |
name
|
The name of the Index | string |
continent
|
The continent of the country of focus for the Index | string |
country
|
The country of focus for the Index | string |
update_frequency
|
How often the Index is updated | string |
last_updated
|
When the Index was updated last | string |
observation_start
|
The earliest date for which data is available | date |
observation_end
|
The latest date for which data is available | date |
seasonal_adjustment
|
Whether the data is adjusted to account for seasonality | string |
units
|
The units of the data | string |
next_page | The token required to request the next page of the data. If null, no further results are available. | string |
indices
|
||
next_page
The token required to request the next page of the data. If null, no further results are available.
|