Returns a list of reference data on more than 200,000 economic indices from the Federal Reserve Economic Data (FRED) database.
Name | Type | Description | Notes |
---|---|---|---|
pageSize | Integer | The number of results to return | [optional] [default to 100] |
nextPage | String | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
indices | List | |
nextPage | String | The token required to request the next page of the data. If null, no further results are available. |
Name | Type | Description |
---|---|---|
id | String | The Intrinio ID for the Index |
symbol | String | The symbol used to identify the Index |
name | String | The name of the Index |
continent | String | The continent of the country of focus for the Index |
country | String | The country of focus for the Index |
updateFrequency | String | How often the Index is updated |
lastUpdated | OffsetDateTime | When the Index was updated last |
observationStart | LocalDate | The earliest date for which data is available |
observationEnd | LocalDate | The latest date for which data is available |
seasonalAdjustment | String | Whether the data is adjusted to account for seasonality |
units | String | The units of the data |