Returns historical data for a specified Federal Reserve Economic Data (FRED) ID over a period of time.
Name | Type | Description | Notes |
---|---|---|---|
identifier | String | An Index Identifier (symbol, Intrinio ID) | |
tag | String | An Intrinio data tag reference | |
type | String | Filter by type, when applicable | [optional] |
startDate | LocalDate | Get historical data on or after this date | [optional] |
endDate | LocalDate | Get historical data on or before this date | [optional] |
sortOrder | String | Sort by date `asc` or `desc` | [optional] [default to desc] [enum: asc, desc] |
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 |
---|---|---|
historicalData | List | |
index | EconomicIndexSummary | |
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 |