Macro Indicators

Key macroeconomic indicators — GDP, inflation, interest rates, PMI, employment, and more. Cached for 30 minutes; use ?fresh=true to force refresh.

GET/api/macro

Get current macro data across major economies.

Parameters

NameTypeRequiredDescription
freshbooleanNoSet true to bypass cache and fetch fresh data

Response

{
  "unitedStates": {
    "gdp": { "value": "2.5%", "change": "+0.3%", "period": "Q1 2026" },
    "cpi": { "value": "3.2%", "change": "-0.2%", "period": "Mar 2026" },
    "fedFundsRate": { "value": "4.75%", "change": "0%", "period": "Apr 2026" },
    "unemployment": { "value": "3.8%", "change": "+0.1%", "period": "Mar 2026" },
    "pmi": { "value": "52.1", "change": "+0.8", "period": "Mar 2026" }
  },
  "eurozone": { ... },
  "china": { ... },
  "japan": { ... },
  "cached": false
}