Skip to main content
GET
Get Economic Indicators

Authorizations

X-API-Key
string
header
required

API Key authentication. Example: "your-api-key-here"

Query Parameters

indicator_type
enum<string>
required

Indicator type (enum, required)

Available options:
GDP,
REAL_GDP,
REAL_GDP_PER_CAPITA,
INITIAL_CLAIMS,
UNEMPLOYMENT_RATE,
TOTAL_NONFARM_PAYROLL,
FEDERAL_FUNDS,
CPI,
INFLATION_RATE_YOY,
CORE_PPI,
PPI_FINAL_DEMAND,
CONSUMER_SENTIMENT,
CONSUMER_INFLATION_EXPECTATIONS,
RETAIL_SALES,
DURABLE_GOODS,
INDUSTRIAL_PRODUCTION,
SMOOTHED_RECESSION_PROBABILITIES,
CORE_CPI,
TIPS_5_YEAR,
TIPS_10_YEAR,
TIPS_20_YEAR,
TIPS_30_YEAR,
VIX,
TREASURY_YIELD_1_MONTH,
TREASURY_YIELD_3_MONTH,
TREASURY_YIELD_6_MONTH,
TREASURY_YIELD_2_YEAR,
TREASURY_YIELD_5_YEAR,
TREASURY_YIELD_10_YEAR,
TREASURY_YIELD_20_YEAR,
TREASURY_YIELD_30_YEAR,
GOLD_VIX,
CRUDE_OIL_VIX,
RUSSELL_2000_VIX
time_type
enum<string>
required

Time filter type (enum, required)

Available options:
OBSERVED_AT,
CALENDAR_START_DATE,
RELEASE_DATE
start_time
integer<int64>
required

Start time (Unix timestamp in seconds)

end_time
integer<int64>
required

End time (Unix timestamp in seconds)

Response

Successfully retrieved economic indicators

data
object[]
error
object
metadata
any
pagination
any
request_id
string
success
boolean