Search the Federal Reserve Economic Data (FRED) database and return a list of economic indices matching the text query parameter passed through.
Name | Type | Description | Notes |
---|---|---|---|
query | String | Search query | |
pageSize | Integer | The number of results to return | [optional] [default to 100] |
Name | Type | Description |
---|---|---|
indices | List<EconomicIndexSummary> |
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 |