veroq_economy_indicator
Retrieve historical data and current values for specific economic indicators from FRED to analyze trends and make informed decisions.
Instructions
Get a specific FRED economic indicator with historical observations.
WHEN TO USE: For detailed history of one indicator. Use veroq_economy (no args) for a summary of all indicators. RETURNS: Series info (ID, frequency, units), latest value, and historical observations array. COST: 2 credits. EXAMPLE: { "indicator": "fed_funds", "limit": 24 } CONSTRAINTS: Max 100 observations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| indicator | Yes | Indicator slug (e.g. gdp, cpi, unemployment, fed_funds, retail_sales, housing_starts) | |
| limit | No | Number of historical observations to return (default 30, max 100) |