美联储 FRED 经济数据库接口,提供美国 GDP、CPI、就业、利率、通胀等核心经济指标。当用户需要查询美国经济数据时使用。
Scanned 9/7/2026
Install to Claude Code
npx -y skills add aifinlab/FinClaw --skill fred-data --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Fred Data?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/aifinlab-fred-data)More formats (shields.io, HTML) on the badges page.
---
description: 美联储 FRED 经济数据库接口,提供美国 GDP、CPI、就业、利率、通胀等核心经济指标。当用户需要查询美国经济数据时使用。
---
# fred-data
美联储经济数据查询 Skill。提供FRED数据库中的美国经济指标、利率、就业、通胀等数据。
## 功能
- 美联储利率数据
- 美国CPI/PPI数据
- 非农就业数据
- GDP数据
- 美国国债收益率
## 使用示例
查询美联储利率:
```bash
python scripts/fred_rate.py
```
查询美国CPI:
```bash
python scripts/fred_cpi.py
```
查询国债收益率:
```bash
python scripts/fred_yield.py
```
## 数据来源
- FRED (Federal Reserve Economic Data)
## License
MIT
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!