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

What it does for your agent

macro_indicator_search returns the LLMQuant Data supported catalog of ~50 U.S. macro indicators — Inflation (CPI / PCE), Rates (Fed Funds, Treasury yields), Labor (UNRATE, payrolls), Growth (GDP), Housing, Liquidity (M2, Fed balance sheet), Financial Conditions, FX, and more. Use it as a catalog discovery step: when an agent needs to figure out which indicator alias or series_id to feed into macro_indicator_history / macro_indicator_snapshot, call this tool first to browse the catalog by category, frequency, or free-text keyword. It does not expose every possible macro series — only the curated, attribution-cleared supported catalog. Call with no parameters to list everything.

Response

MacroIndicatorCatalogItem[]
required
Curated catalog entries. Each entry is one supported indicator.
number
Always 0 — catalog discovery is free.
number
Credits left on your balance after this call.
200 OK · macro_indicator_search
Each catalog entry carries its own attribution string (FRED source notice) under data — surface it when you display the data. The catalog uses the FRED® API but is not endorsed or certified by the Federal Reserve Bank of St. Louis.

Notes

Two-step pattern: call macro_indicator_search first (free) to find the right alias, then macro_indicator_history (1 credit) for time series or macro_indicator_snapshot (free) for the latest print. Catalog calls don’t burn credits, so call freely.
Prefer the platform indicator alias (us.cpi.headline) over raw series_id (CPIAUCSL) — aliases are stable across raw series naming changes and give clearer intent in agent traces.
Supported catalog only. Roughly 50 U.S. macro series. Arbitrary series_id values outside the catalog return 404. If you need a series that isn’t listed, file a request.
Catalog rows are not real-time: observation_end reflects the latest known release time available to LLMQuant Data, not necessarily today.

Direct invocation

Full parameter reference

string
Free-text keyword. Matches indicator alias, indicator title, and series_id.
string
Filter by theme. Values: Growth, Consumption, Inflation, Labor, Housing, Rates, Inflation Expectations, Liquidity, Conditions, FX, Credit, Sentiment, Energy.
string
Filter by release cadence. Values: Daily, Weekly, Monthly, Quarterly, Annual.
number
default:20
Max items returned. Range 1–100.

Macro Historical

Time-series observations for one indicator (Recent or Range mode).

Macro Snapshot

Latest print + previous value + delta for one indicator.