Historical Data for an Economic Index

Historical Data for an Economic Index Web API Documentation

Returns historical data for a specified Federal Reserve Economic Data (FRED) ID over a period of time.

Endpoint:
https://api-v2.intrinio.com/indices/economic/{identifier}/historical_data/{tag}

Parameters

Name Description Example
identifier
* required
An Index Identifier (symbol, Intrinio ID) $GDP
tag
* required
An Intrinio data tag reference level
type
Filter by type, when applicable -
start_date
Get historical data on or after this date -
end_date
Get historical data on or before this date -
sort_order
Sort by date `asc` or `desc`
Options:
asc
desc
show more show less
-
page_size
The number of results to return -
next_page
Gets the next page of data from a previous API call -
identifier
* required
An Index Identifier (symbol, Intrinio ID)
tag
* required
An Intrinio data tag reference
type
* required
Filter by type, when applicable
start_date
* required
Get historical data on or after this date
end_date
* required
Get historical data on or before this date
sort_order
* required
Sort by date `asc` or `desc`
page_size
* required
The number of results to return
next_page
* required
Gets the next page of data from a previous API call

Output Fields

Name Description Type
historical_data
array
date
The date that the value is present date
value
The historical value number
index
object
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
historical_data
index
next_page
The token required to request the next page of the data. If null, no further results are available.