What problem does it solve?
Fetch macroeconomic data via the backend FRED proxy when users need macro series instead of microstructure data. This skill provides access to CPI, unemployment, GDP, rates, release calendars, and updates without exposing raw vendor API keys.
Core Features & Use Cases
- FRED proxy access: Retrieve macro series data through a secure backend proxy.
- Series discovery and fetch: Use endpoints to search for series, pull observations, and retrieve series metadata.
- Release calendar access: Resolve release names and fetch upcoming dates.
- Use Case: When a user asks for CPI, UNRATE, or DGS10 values, fetch them via the proxy and return concise results.
Quick Start
Ask me to fetch a macro series (e.g., CPI) through the FRED proxy and return the latest value.