Returns historical data for a specified Federal Reserve Economic Data (FRED) ID over a period of time.
Name | Type | Description | Notes |
---|---|---|---|
identifier | Character | An Index Identifier (symbol, Intrinio ID) | |
tag | Character | An Intrinio data tag reference | |
type | Character | Filter by type, when applicable | [optional] |
start_date | Date | Get historical data on or after this date | [optional] |
end_date | Date | Get historical data on or before this date | [optional] |
sort_order | Character | Sort by date `asc` or `desc` | [optional] [default to desc] |
page_size | Integer | The number of results to return | [optional] [default to 100] |
next_page | Character | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
historical_data | List of HistoricalData | |
historical_data_data_frame | Data Frame | Data frame representation of historical_data |
index | EconomicIndexSummary | |
next_page | Character | The token required to request the next page of the data. If null, no further results are available. |
Name | Type | Description |
---|---|---|
id | Character | The Intrinio ID for the Index |
symbol | Character | The symbol used to identify the Index |
name | Character | The name of the Index |
continent | Character | The continent of the country of focus for the Index |
country | Character | The country of focus for the Index |
update_frequency | Character | How often the Index is updated |
last_updated | POSIXlt | When the Index was updated last |
observation_start | Date | The earliest date for which data is available |
observation_end | Date | The latest date for which data is available |
seasonal_adjustment | Character | Whether the data is adjusted to account for seasonality |
units | Character | The units of the data |