fred-economic-data

Query the FRED API for economic time-series data and metadata.

1|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/SciMate-AI/scicli --skill fred-economic-data-scimate-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fred-economic-data
Source: https://github.com/SciMate-AI/scicli/tree/main/internal/skills/bundled/claude-scientific-skills/skills/fred-economic-data
Command: npx skills add https://github.com/SciMate-AI/scicli --skill fred-economic-data-scimate-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Quickly access Federal Reserve Economic Data (FRED) for macroeconomic indicators, enabling analysts to fetch series metadata and observations without manual API calls.

Core Features & Use Cases

  • Retrieve GDP, unemployment, inflation, interest rates, exchange rates, and regional indicators from FRED.
  • Search, filter, and transform series data, including vintage (ALFRED) data for historical context.
  • Build dashboards and scripts that auto-refresh with current data for policy analysis, forecasting, and research.

Quick Start

Fetch the latest GDP observation and print its value.

Frequently Asked Questions about fred-economic-data

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch macroeconomic time-series data like GDP and unemployment from FRED using Python?

You can retrieve macroeconomic time-series data by querying the FRED API via a simple Python class interface. This approach requires a FRED API key and directly fetches observations for indicators like GDP, unemployment, and inflation.

Can I retrieve historical vintage data from ALFRED for past economic analysis?

Yes, you can retrieve vintage data from ALFRED to provide historical context for economic analysis. This allows you to access observations as they existed at specific points in time, enabling accurate historical macroeconomic research and forecasting.

Do I need a FRED API key to access regional data and interest rates?

Yes, a FRED API key is strictly required to query the API for regional data and interest rates. The skill uses this key to authenticate requests, handles API rate limits gracefully, and caches responses for efficient data retrieval.

What is the best way to search and filter FRED series for econometrics?

The best way to search and filter FRED series for econometrics is using a Python script that queries series metadata directly. You can filter macroeconomic indicators, transform units, and retrieve specific observations needed for your models.

How does the skill handle API rate limits when fetching exchange rate data?

The skill handles API rate limits gracefully when fetching exchange rate data by caching responses and managing errors. This ensures your scripts can auto-refresh with current data for dashboards without exceeding request thresholds.

Can I transform units and filter regional data for macroeconomic analysis?

Yes, you can transform units and filter regional data for macroeconomic analysis. The skill supports searching and filtering series data, allowing you to customize the retrieved economic indicators to match your specific analytical requirements.