Data Endpoints

Available Endpoints

All data endpoints are prefixed with /api/v1/economic-data and require the api_key query parameter.

UI Weekly Claims

GET /api/v1/economic-data/ui_weekly_claims

Weekly unemployment insurance initial and continued claims data.

JOLTS

GET /api/v1/economic-data/jolts

Job Openings and Labor Turnover Survey data.

UI State Weekly Claims

GET /api/v1/economic-data/ui_state_weekly_claims

State-level weekly unemployment insurance claims.

Personal Income & Outlays

GET /api/v1/economic-data/personal_income_and_outlays

Personal income and consumer spending data.

US Exports

GET /api/v1/economic-data/us_exports

US export data by country.

Federal Reserve Balance Factors

GET /api/v1/economic-data/factors_affecting_reserve_balances

Factors affecting Federal Reserve balance data.

US Debt

GET /api/v1/economic-data/us_debt

US national debt data.

Common Query Parameters

All endpoints accept the following query parameters:

  • api_key — Your API key (required)
  • series — Comma-separated list of data series to return
  • date_from — Start date filter (YYYY-MM-DD)
  • date_to — End date filter (YYYY-MM-DD)
  • token_id — Pagination token for the next page of results (see Pagination)