fred-economic-data

Fetch macroeconomic time-series data from FRED API endpoints.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Org-GAgent/result-interpreter --skill fred-economic-data-org-gagent
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: fred-economic-data
Source: https://github.com/Org-GAgent/result-interpreter/tree/main/.skills/scientific-skills/fred-economic-data
Command: npx skills add https://github.com/Org-GAgent/result-interpreter --skill fred-economic-data-org-gagent

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The FRED Economic Data Skill provides a cohesive client to access the Federal Reserve Economic Data API, enabling researchers and developers to fetch series metadata, observations, and regional data without manual HTTP requests, boosting reproducibility and speed.

Core Features & Use Cases

  • Unified FREDQuery interface covering series, observations, categories, tags, vintages, releases, sources, and GeoFRED regional endpoints.
  • Quick-start patterns for retrieving GDP, unemployment, inflation, and regional data, applying transformations, and building dashboards.
  • Use cases include macroeconomic research, academic analysis, policy evaluation, and data-driven dashboards that require U.S. and international indicators.

Quick Start

Run the FREDQuery client to fetch GDP observations and print the latest 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 from FRED using Python?▼

You can fetch macroeconomic time-series data from FRED using the FREDQuery class, which retrieves series metadata, observations, and regional values without manual HTTP requests. The skill handles endpoints for GDP, unemployment, inflation, and regional indicators.

What is the best way to access Federal Reserve Economic Data for a research dashboard?▼

The best way to access Federal Reserve Economic Data for dashboards is through a unified FREDQuery interface that covers series, observations, categories, tags, vintages, releases, sources, and GeoFRED regional endpoints with built-in retry and caching for reliable data retrieval.

Can I retrieve regional economic indicators from GeoFRED programmatically?▼

Yes, you can retrieve regional economic indicators from GeoFRED programmatically. The FREDQuery class accesses GeoFRED regional endpoints, allowing you to surface regional values alongside standard macroeconomic time-series observations for analysis.

Does the FRED API client support data transformations for time-series observations?▼

Yes, the FRED API client supports applying transformations to time-series observations. You can retrieve GDP, unemployment, and inflation data while applying transformations to suit macroeconomic research, academic analysis, and policy evaluation workflows.

Do I need a specific Python environment to use the FRED data fetch skill?▼

You need the requests Python package installed to use this FRED data fetch skill. The skill depends on requests for HTTP access to FRED API endpoints, with built-in retry and caching to ensure reproducible macroeconomic data retrieval.

What macroeconomic indicators are available through the Federal Reserve API?▼

Available macroeconomic indicators through the Federal Reserve API include GDP, unemployment, and inflation data, plus U.S. and international indicators. The FREDQuery interface accesses series, observations, categories, tags, vintages, releases, and sources for comprehensive analysis.