Available as MCP tool:
macro_indicator_snapshot — call directly from Claude / Cursor / any MCP client. See MCP Server for the 60-second setup.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
Direct invocation
HTTP / SDK examples
HTTP / SDK examples
Full parameter reference
macro_indicator_snapshot — request parameters
macro_indicator_snapshot — request parameters
Related
Macro Historical
Full latest-vintage time series for the same indicator (Recent or Range mode).
Macro Indicators Catalog
Browse the ~50-indicator catalog (free).