Documentation Index
Fetch the complete documentation index at: https://docs.llmquantdata.com/llms.txt
Use this file to discover all available pages before exploring further.
Available as MCP tool:
macro_indicator_search — call directly from Claude / Cursor / any MCP client. See MCP Server for the 60-second setup.What it does for your agent
macro_indicator_search returns the LLMQuant Data curated allowlist of ~50 U.S. macro indicators sourced from FRED — 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 allowlist by category, frequency, or free-text keyword.
It does not expose full FRED search — only the curated, attribution-cleared allowlist. Call with no parameters to list everything.
Response
Curated catalog entries. Each entry is one supported indicator.
Number of items returned.
Always
0 — catalog discovery is free.FRED API notice string. Display as required by FRED terms.
200 OK · macro_indicator_search
Notes
Direct invocation
HTTP / SDK examples
HTTP / SDK examples
Full parameter reference
macro_indicator_search — request parameters
macro_indicator_search — request parameters
Free-text keyword. Matches indicator alias, FRED title, and
series_id.Filter by theme. Values:
Growth, Consumption, Inflation, Labor, Housing, Rates, Inflation Expectations, Liquidity, Conditions, FX, Credit, Sentiment, Energy.Filter by release cadence. Values:
Daily, Weekly, Monthly, Quarterly, Annual.Max items returned. Range
1–100.Related
Macro Historical
Time-series observations for one indicator (Recent or Range mode).
Macro Snapshot
Latest print + previous value + delta for one indicator.