get_us_economic_indicators
Fetch key US economic indicators from FRED, including VIX, CPI, GDP, and unemployment, to analyze market conditions and detect regime changes.
Instructions
Fetch US economic indicators from FRED (Federal Reserve Economic Data). Covers 16 key indicators: VIX, Fed Funds Rate, CPI, PCE, 10Y-2Y Treasury spread, unemployment, M2, GDP, housing starts, consumer sentiment. Requires FRED_API_KEY (free at fred.stlouisfed.org). Results cached 6h. Essential for regime detection across all bots.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| use_cache | No | Use 6-hour local cache to avoid rate limits | |
| categories | No | Filter by category. Options: monetary_policy, rates, inflation, labor, growth, volatility, sentiment, housing. Omit for all. |