← 返回
数据分析 中文

Fund Keeper

Chinese mutual fund intelligent advisor with real-time valuation, buy/sell suggestions, profit tracking, SIP planning, OCR recognition, and stock-fund linkag...
中文基金智能顾问,实时估值、买卖建议、收益追踪、定投规划、OCR识别、基金与股票联动...
tangepier-crypto
数据分析 clawhub v2.6.0 2 版本 99843 Key: 无需
★ 0
Stars
📥 636
下载
💾 43
安装
2
版本
#latest

概述

Fund Keeper - Intelligent Fund Advisor

A comprehensive tool for Chinese mutual fund management with real-time valuation, buy/sell suggestions, and portfolio tracking.

Quick Start

1. Install Dependencies

pip install akshare pandas requests

2. Create Fund List

Create your portfolio in workspace/funds/my-funds.md:

# My Fund Portfolio

## Holdings

| Fund Code | Fund Name | Shares | Cost NAV | Notes |
|---------|---------|---------|---------|------|
| 000001  | HuaXia Growth | 10000 | 1.500 | SIP |
| 110011  | YiFangDa SME | 5000 | 2.300 | Long-term |

3. Commands

# View portfolio P&L
fund-keeper portfolio

# Get buy/sell suggestions
fund-keeper advice

# View config
fund-keeper config

# Modify config
fund-keeper config --set alert_threshold=2.0

# Reset config
fund-keeper config --reset

# Add fund from screenshot
fund-keeper add-from-image screenshot.png

# View market overview
fund-keeper market

# Set alert
fund-keeper alert --fund 000001 --price 1.800

Core Features

1. Real-time Valuation

  • Fetch real-time NAV estimates from public sources
  • Compare with historical NAV, calculate daily change
  • Support QDII funds (HK/US markets)

2. Buy/Sell Suggestions

Based on comprehensive analysis:

  • Valuation: PE/PB historical percentile
  • Technical: Moving averages, MACD, RSI
  • Market Sentiment: Capital flow, news
  • Cost Basis: Compare with your holding cost

Suggestion Levels:

  • Strong Sell: Overvalued + technical top divergence
  • Consider Selling: Overvalued or profit target reached
  • Hold: Normal range
  • Consider Buying: Undervalued or SIP opportunity
  • Strong Buy: Significantly undervalued + technical bottom divergence

3. OCR Fund Recognition

Support screenshot recognition from:

  • Alipay fund holdings
  • Fund platform screenshots
  • Bank app fund pages

Auto-extract:

  • Fund code
  • Fund name
  • Shares held
  • Amount

4. Smart Alerts

  • NAV reaches target price
  • Daily change exceeds threshold
  • Market volatility
  • SIP date reminders

Fund Search

py fund_keeper.py search --name gold     # Search by name
py fund_keeper.py search --fund 000218   # View fund details

Portfolio Management

# Edit fund
py fund_keeper.py edit --fund 000218    # Interactive edit
py fund_keeper.py edit --fund 000218 --field amount --value 10000

# Remove fund
py fund_keeper.py remove --fund 000218

Editable Fields

  • name - Fund name
  • amount - Amount held
  • profit - Take profit %
  • stop - Stop loss %
  • day - SIP day
  • note - Notes

Gold Investment Report

py fund_keeper.py gold

Includes:

  • International gold price (AUTD)
  • Gold fund (000218) real-time NAV
  • Investment suggestions (buy/hold/sell)

Profit Visualization

py fund_keeper.py stats           # Basic stats
py fund_keeper.py stats --chart   # With charts
py fund_keeper.py trend           # 7-day trend

Data Sources & Caching

Multi-source Support:

  • TTJJ (default, fastest)
  • EastMoney
  • Sina Finance (backup)

Caching:

  • Auto-cache results (30 min valid)
  • Offline mode: --offline

Important Notes

Investment Risk

  • This tool is for reference only, not investment advice
  • Market risks exist, invest carefully
  • Diversification recommended

Data Delay

  • Mutual fund NAV updates once daily (evening)
  • Real-time estimates are approximations
  • QDII funds have T+2 delay

Stock-Fund Linkage (v2.2)

Link with stock-analysis skill:

# Recommend funds by sector
python stock_fund_linkage.py --sector semiconductor

# Analyze fund holdings
python stock_fund_linkage.py --fund 000218

Scheduled Tasks

# Daily 15:00 after market close
openclaw cron add --name "fund-check" --cron "0 15 * * 1-5" \
  --session isolated --message "Check fund valuation and generate report"

# Weekly report on Monday 8:00
openclaw cron add --name "fund-weekly" --cron "0 8 * * 1" \
  --session isolated --message "Generate weekly fund portfolio report"

Related Files

  • funds/my-funds.md - Portfolio list
  • funds/config.json - Configuration
  • funds/history.md - Transaction history
  • memory/fund-learnings.md - Investment insights

Long-term investing, rational decisions. 🐔

版本历史

共 2 个版本

  • v2.6.0 当前
    2026-03-29 23:18 安全 安全
  • v2.7.0
    2026-03-20 05:40

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 165 📥 60,020
data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 198 📥 65,124

Taizi Knowledge Base

tangepier-crypto
个人知识库 - 融合向量检索、实体关系、笔记管理
★ 1 📥 383