fred-economic-data

Query the Federal Reserve Economic Data API for macroeconomic time series.

Updated Feb 1, 2026
One-click install
npx skills add https://github.com/nferrer-dev/claude-dotfiles --skill fred-economic-data-nferrer-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fred-economic-data
Source: https://github.com/nferrer-dev/claude-dotfiles/tree/main/skills/fred-economic-data
Command: npx skills add https://github.com/nferrer-dev/claude-dotfiles --skill fred-economic-data-nferrer-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill eliminates the friction of manually searching, downloading, and cleaning economic data by providing a direct, programmatic interface to the Federal Reserve Economic Data (FRED) API.

Core Features & Use Cases

  • Comprehensive Data Access: Query over 800,000 time series including GDP, inflation, interest rates, and labor market statistics.
  • Advanced Transformations: Apply built-in transformations like percent change, log, or frequency aggregation (e.g., daily to monthly) directly in your request.
  • Use Case: A researcher can use this skill to pull the last 10 years of U.S. unemployment data and 10-year Treasury yields, then automatically calculate the correlation between the two for a policy report.

Quick Start

Use the fred-economic-data skill to retrieve the latest monthly unemployment rate observations and print them to the console.

Frequently Asked Questions about fred-economic-data

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

FAQPage Schema
How do I retrieve macroeconomic time series from the FRED API for data analysis?

To retrieve macroeconomic time series from the FRED API, you can query over 800,000 global economic indicators directly. This approach provides a programmatic interface to fetch, clean, and transform data like GDP or unemployment rates for analysis.

Can I apply percent change or log transformations to economic data directly in my API request?

Yes, you can apply built-in transformations like percent change, log, or frequency aggregation directly in your API request. This allows you to format macroeconomic time series data immediately without needing extensive post-processing.

Does this FRED data skill work with pandas for time-series analysis?

Yes, the FRED data skill works with pandas. It uses the requests library to handle API communication and data parsing, returning structured data that integrates seamlessly with pandas for time-series analysis and manipulation.

What is the best way to access historical vintage data and regional geographic datasets for economics?

The best way to access historical vintage data and regional geographic datasets is by querying the Federal Reserve Economic Data API directly. This programmatic interface supports the discovery of specific economic indicators and historical vintage observations.

Do I need the requests library to handle API communication for macroeconomic data retrieval?

Yes, you need the requests library to handle API communication and data parsing. It is a required dependency for querying the Federal Reserve Economic Data API and retrieving macroeconomic time series observations programmatically.