AI Agent Hub
Back to skills
Stock and Fund Analysis Assistant icon

Stock and Fund Analysis Assistant

Professional Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please install @user_5d10d7f7/fund-analyzer-plus according to https://skillhub.cn/install/skillhub.md.

About this skill

Problem

Investment research often involves fragmented data: fund NAV and performance are spread across pages, manual return/drawdown/rank calculations are error-prone, and stock quotes, candlesticks, sectors, and flow data live in separate sources. This skill turns public-market fund and stock analysis into repeatable report workflows for engineers.

How It Works

  • Fund analysis: supports single-fund deep analysis, multi-fund comparison, portfolio return calculation, and backtesting, with stage returns, peer rankings, quartile ratings, risk checks, similar-fund recommendations, and market context.
  • Stock analysis: supports minute candlesticks, sector/index quotes, batch stock comparison, order-book depth, large-order flow, auction anomalies, intraday trends, and natural-language stock screening.
  • Data and fallback: fund data targets Tiantian Fund, with fund_api.py handling code resolution, NAV retrieval, historical NAV, fund details, holdings analysis, return and backtest calculation; stock data uses stock_api.py over thsdk for symbol resolution, real-time quotes, candlesticks, intraday data, and sector constituents.
  • Report output: each mode should produce a self-contained HTML report using the A-share convention of red for gains and green for declines, with consistent styling for returns, rankings, and ratings.

Boundaries

It provides public-market data analysis only: no real-time trading, no personal account access, no future-return prediction, and no private-fund coverage. Confirmed NAV and intraday estimated NAV must be distinguished, non-trading days should use the prior trading day, and large batch analyses may time out.

Use Cases

  • Analyze a fund's 1-year/3-year returns, peer rank, size, and holding concentration, then generate an HTML report.
  • Compare 2-3 funds by stage returns, risk thresholds, fees, and manager tenure to produce a ranked recommendation.
  • Provide held funds and amounts to calculate daily, weekly, and monthly returns, then check allocation and overlap.
  • Inspect CATL 5-minute candles, five-level order book, large-order flow, or compare multiple stock trends and correlation.

Best For

  • Individual investors who need recurring reports on fund NAV, peer ranking, and portfolio returns.
  • Research analysts who compare fund risk, fees, and peer rankings, then produce standardized HTML reports.
  • Financial data engineers who wrap fund NAV endpoints plus stock candlestick, order-book, and screening data for backtesting.
  • Trade-review analysts who inspect minute candles, large-order flow, and sector constituents to log intraday anomalies.