Skip to main content
Available as MCP tool: macro_indicator_snapshot — call directly from Claude / Cursor / any MCP client. See MCP Server for the 60-second setup.
Live   free · latest

What it does for your agent

macro_indicator_snapshot returns the latest observation for a U.S. macro indicator plus the previous value and the delta between them. Use it as a macro checkpoint: when an agent needs to answer “what’s the current Fed Funds rate?”, “is unemployment up or down vs last month?”, or tag the current macro regime — without pulling the full historical series. macro_indicator_snapshot({ indicator })latest, previous, delta_abs, delta_pct. That’s it. For the full series, use macro_indicator_history.

Response

MacroSnapshot
required
number
Always 0 — this endpoint is free.
number
Account credits remaining.
200 OK · macro_indicator_snapshot
The snapshot carries its own attribution string (FRED source notice) under data — surface it when you display the data. This product uses the FRED® API but is not endorsed or certified by the Federal Reserve Bank of St. Louis.

Notes

Revision-aware: snapshots return the latest vintage — not the value originally released. If a recent print has been revised, you’ll see the revised value. Check latest.realtime_start to see when the value was last published.
Snapshot returns far fewer tokens than macro_indicator_history, and this endpoint is free. Reach for snapshot when the agent needs “what is it now?” and doesn’t need a series.
Supported catalog only. ~50 curated U.S. indicators. Use macro_indicator_search to discover what’s available; arbitrary series_id values outside the catalog return 404.
Frequency-aware freshness: daily/weekly indicators refresh within 24 h; monthly/quarterly within 7 days. The snapshot may be a few hours behind the absolute latest release.

Direct invocation

Full parameter reference

string
Platform alias (e.g. us.cpi.headline, us.rates.fed_funds, us.unemployment_rate). Use this OR series_id.
string
Raw series ID (e.g. UNRATE, FEDFUNDS). Use this OR indicator. Must be in the supported catalog.

Macro Historical

Full latest-vintage time series for the same indicator (Recent or Range mode).

Macro Indicators Catalog

Browse the ~50-indicator catalog (free).