What's in this dataset
A macro dashboard built for commercial real estate. Tracks inflation, credit conditions, wages, housing, consumer trends, and recession signals from 33 federal economic series, with built-in signals that flag what each shift means for property markets. Every call returns a plain-English headline plus the data behind it.
Capabilities at a glance
POST /api/v1/analyze— Primary endpoint — returns 5-line headline (plus optional 6th recession-signals line when triggered), all 33 series with derivatives, all 11 composites, and triggered key signals. Body (all optional): { include_history_months?: number (default 0), categories?: string[] (when provided, both the headline and key_signals are filtered to signals tied to the requested categories) }GET /api/v1/series/{seriesId}— Raw observation history for a single FRED series. Query params: start_date, end_date (YYYY-MM-DD)GET /api/v1/series/{seriesId}/derivatives— Pre-computed derivatives (YoY, MoM, annualized, percentiles, trend) for a single series. Query params: start_date, end_dateGET /api/v1/composites— Latest values for all 11 cross-series composites (shelter_vs_headline, real_wage_growth, hpi_vs_cpi, cre_loan_growth_vs_gdp, retail_sales_vs_cpi, industrial_vs_gdp, real_income_growth, ecommerce_trajectory, m2_vs_cre_lending, construction_vs_headline, construction_wage_spread)GET /api/v1/composites/history/{compositeId}— Historical time series for a single composite. Query params: start_date, end_dateGET /api/v1/meta/series— Machine-readable catalog of all 33 series with id, name, category, frequency, unit, fred_start, last_observation_date, is_rate_series (free — no lookup cost)GET /api/v1/meta/composites— Machine-readable catalog of all 11 composites with id, name, formula, unit, input series ids (free — no lookup cost)
Example queries
What's the macro backdrop for CRE right now?
Show me inflation and CRE credit conditions
Is real wage growth supporting rent growth?
Which key signals are flashing warning for multifamily?
Are recession signals flashing right now?
Full reference
Reference documentation coming soon.
Skills powered by this dataset
No published skills tag this dataset yet — but every skill in the Hub can call it directly via MCP or REST.