基金组合回测与定投分析,提供基金组合回测、定投收益计算、绩效分析功能。当用户需要对基金组合做回测时使用。
Scanned 9/7/2026
Install to Claude Code
npx -y skills add aifinlab/FinClaw --skill fund-backtest --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Fund Backtest?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/aifinlab-fund-backtest)More formats (shields.io, HTML) on the badges page.
---
description: 基金组合回测与定投分析,提供基金组合回测、定投收益计算、绩效分析功能。当用户需要对基金组合做回测时使用。
---
# fund-backtest
基金组合回测与定投分析 Skill。提供基金组合回测、定投收益计算、绩效分析等功能。
## 功能
- 基金组合回测
- 定投收益计算
- 基金对比分析
- 风险指标计算
- 定投计划生成
## 使用示例
基金回测:
```bash
python scripts/fund_backtest.py --code 006308 --start 2023-01-01 --end 2024-01-01
```
定投计算:
```bash
python scripts/fund_dca.py --code 006308 --amount 1000 --period monthly --years 3
```
基金对比:
```bash
python scripts/fund_compare.py --codes 006308,000001,110022
```
## 数据来源
- AkShare 基金历史净值数据
## 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!