United States
US macro briefing for an AI agent
Build a repeatable briefing that connects growth, inflation, labour, rates, credit, housing, and market stress without maintaining separate public-data adapters.
Decision supported
Is the US economy accelerating, slowing, overheating, or entering stress?
Primary sources
FRED · US Treasury · Yahoo Finance
Signals in the workflow
Growth
Real GDP, industrial production, retail sales, and leading activity context.
Inflation
Headline and core consumer inflation alongside expectations and producer pressure.
Labour
Unemployment, payrolls, claims, vacancies, hours, and wages.
Financial conditions
Policy rates, Treasury curve, credit, volatility, equities, and commodities.
Start with the catalogue API
Discover the relevant series first, then request observations or pass the identifiers into an MCP workflow. Responses retain source, frequency, units, latest date, and health status.
curl -G "https://api.meridianapi.io/v1/series" \
+ -H "Authorization: Bearer YOUR_API_KEY" \
+ --data-urlencode "q=US inflation unemployment growth rates" \
+ --data-urlencode "limit=20"