fred-economic-data

Query and analyze economic time series from the FRED API.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/CompSci-Squad/tcc_ai --skill fred-economic-data-compsci-squad
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fred-economic-data
Source: https://github.com/CompSci-Squad/tcc_ai/tree/main/.github/skills/fred-economic-data
Command: npx skills add https://github.com/CompSci-Squad/tcc_ai --skill fred-economic-data-compsci-squad

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill solves the challenge of manually querying and analyzing vast amounts of economic data from the Federal Reserve Economic Data (FRED) API. It automates data retrieval, enabling efficient economic research, analysis, and forecasting.

Core Features & Use Cases

  • Comprehensive Data Access: Access over 800,000 economic time series from multiple sources.
  • Data Retrieval: Retrieve series metadata, observations, and apply transformations.
  • Data Analysis: Facilitate analysis through search, filtering, and aggregation features.
  • Use Case: Conducting economic forecasting by analyzing GDP trends, inflation rates, and employment data.

Quick Start

Use the fred-economic-data skill to get the latest GDP data: get GDP

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 economic time series data from the FRED API for analysis?

To retrieve economic time series data from the FRED API, you query specific series using their identifiers to fetch observations and metadata. The Skill automates this retrieval process, enabling efficient data access for economic research and forecasting.

Can I apply transformations to FRED economic data during retrieval?

Yes, you can apply transformations to FRED economic data during the retrieval process. The Skill provides functionalities to retrieve series observations and apply transformations directly, streamlining the preparation of time series data for analysis.

Do I need an API key to access Federal Reserve economic data?

Yes, you need a valid FRED API key to authenticate and access Federal Reserve economic data. The Skill requires this key for querying its comprehensive database of over 800,000 economic time series.

What's the best way to search for specific economic indicators like GDP trends using FRED?

The best way to search for specific economic indicators like GDP trends is using the Skill's built-in search and filtering features. You can locate specific series identifiers and retrieve the exact time series data needed for your analysis.

Can I use pandas to analyze the time series data retrieved from the FRED API?

Yes, you can use pandas to analyze the time series data retrieved from the FRED API. The Skill leverages pandas as a dependency, allowing you to manipulate, aggregate, and analyze the fetched economic observations directly.

How does querying FRED API economic data handle large datasets?

Querying FRED API economic data handles large datasets by automating retrieval and providing search, filtering, and aggregation features. This approach manages the vast amount of available economic time series efficiently for analysis.