KeyVex
Macroeconomic & markets

Economic Indicators

Returns observations of key US macro + energy indicators from three sources: - BLS (Bureau of Labor Statistics): the canonical labor + price statistics. ~20-series watchlist covering unemployment, payrolls, wages, CPI, PPI, productivity.

EndpointGET /v1/economic-indicators
SourceBLS + FRED + EIA + Treasury FiscalData
Authx-api-key — a free key works

What it returns

One record per result. Fields (from a live response):

Filters

sourceFilter to one source. Omit to query all three. BLS = canonical labor + price stats. FRED = rates, money, GDP, PCE inflation, sentiment. EIA = energy…
series_idExact series ID. BLS examples: 'LNS14000000' (U-3), 'CES0000000001' (payrolls), 'CUUR0000SA0' (CPI). FRED examples: 'DFF' (Fed Funds), 'DGS10' (10Y…
categoryBucket filter.
period_typeCadence filter.
since_yearCalendar-year lower bound (inclusive).
until_yearCalendar-year upper bound (inclusive).
latest_onlyWhen true, return only the most-recent observation per series. Useful for 'current state' snapshots.
sort_byDefault period (chronological).
sort_orderDefault desc.
limitDefault 50, max 500.

Example request

curl "https://api.keyvex.com/v1/economic-indicators?limit=1" \
  -H "x-api-key: YOUR_KEY"

Response

{
  "results": [
    {
      "period": "2026W25",
      "notes": "",
      "year": 2026,
      "series_description": "US Treasury operating cash balance at the Fed. Changes affect short-term liquidity.",
      "source": "fred",
      "source_url": "https://fred.stlouisfed.org/series/WTREGEN",
      "series_id": "WTREGEN",
      "unit": "billions of dollars",
      "series_name": "Treasury General Account",
      "id": "WTREGEN-2026W25",
      "category": "debt",
      "value": 880713,
      "period_type": "weekly",
      "scraped_at": "2026-06-23T13:00:19.838Z"
    }
  ],
  "count": 1,
  "has_more": true
}

Example questions you can answer

Related datasets

Query Economic Indicators from your AI

Hand any AI your key + the OpenAPI spec and it can pull this dataset directly. Free key = full data, 60 requests/day.

Get a free key OpenAPI spec → REST docs →
← All 60+ datasets