By hongbietcode
Vietnamese stock market analysis toolkit for Claude Code. Skill: finance-kit (orchestrator — routes queries, collects data via scripts, spawns agents by name, produces HTML reports). Agents: fundamental-analyst (valuation, financials), technical-analyst (trend, momentum, S/R), macro-researcher (GDP, CPI, rates, FX), lead-analyst (synthesis, decisions for T3/T4). Data sources: VCI, KBS, MAS, VND, FMP, Perplexity.
Specialized agent for fundamental analysis — financials, valuation ratios, balance sheet health, and earnings quality assessment
Specialized agent for building self-contained HTML reports with Tailwind CSS and Plotly.js charts, following the ZaloPay Fintech design system
Synthesis and decision agent for comparative analysis (Tier 3) and portfolio/risk assessment (Tier 4). Resolves contradictions between specialists, issues actionable recommendations. NOT used for simple queries.
Specialized agent for Vietnamese macroeconomic research — GDP, CPI, interest rates, FX, FDI, trade balance, and their impact on stock market
Specialized agent for technical analysis — trend identification, momentum signals, support/resistance levels, and volume analysis
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Vietnamese stock market analysis toolkit for AI coding assistants.
Fundamentals • Technicals • Macro • News • Screening • Fund Analysis
claude-finance-kit is a Python library + AI plugin that gives your coding assistant deep access to Vietnamese stock market data and analysis tools. It works as a Claude Code plugin (via Marketplace), and also supports Cursor and GitHub Copilot through a CLI installer.
Ask natural language questions — the plugin auto-routes to the right analysis workflow:
"Analyze FPT stock"
"Market overview today"
"Compare VNM vs MSN"
"Latest news sentiment for HPG"
Claude Code analyzing HPG stock — orchestrating fundamental and technical agents in parallel. Download plugin →
pip install claude-finance-kit
Add the marketplace:
/plugin marketplace add hongbietcode/claude-finance-kit
Browse and install:
Run /plugin to open the plugin manager. Go to the Discover tab to find claude-finance-kit.
Select it and choose an installation scope:
Or install directly:
/plugin install claude-finance-kit@hongbietcode-claude-finance-kit
Run /reload-plugins to activate.
npx claude-finance-kit-cli init --ai cursor # Cursor
npx claude-finance-kit-cli init --ai copilot # GitHub Copilot
npx claude-finance-kit-cli init --ai claude # Claude Code (CLI alternative)
Once installed, just ask naturally — the plugin auto-invokes the right skill:
"Analyze FPT stock" → finance-kit (stock deep dive)
"Market overview today" → finance-kit (market briefing)
"Compare VNM vs MSN" → finance-kit (comparative)
"Latest news sentiment for HPG" → finance-kit (news sentiment)
/finance-kit "tôi mua HPG ở giá 26.6k, có nên bán không" → finance-kit (full analysis)
from claude_finance_kit import Stock, Market, Macro, Commodity, Fund
# Stock data
stock = Stock("FPT")
stock.quote.history(start="2025-01-01", end="2025-12-31")
stock.finance.income_statement(period="quarter", lang="en")
stock.company.overview()
# Market valuation
market = Market("VNINDEX")
market.pe(duration="5Y")
market.top_gainer(limit=10)
# Macro indicators
macro = Macro()
macro.gdp()
macro.cpi()
macro.interest_rate()
# Commodities
commodity = Commodity()
commodity.gold()
commodity.oil()
# Fund analysis
fund = Fund()
fund.listing("STOCK")
from claude_finance_kit import Stock, Indicator
npx claudepluginhub hongbietcode/claude-finance-kit --plugin claude-finance-kitA structured research thinking tool for enterprise professionals and investors. Decode any technology or market signal into 2nd and 3rd order business insights using layer-by-layer question sequencing. Not investment advice. For research and learning purposes only.
投資分析與估值
BaoStock A-share securities data API reference — 23 endpoints covering K-line, financials, macro, dividends, and industry classification with 9 documented pitfalls
Comprehensive US stock evaluation with fundamental, technical, economic, valuation, and financial report analysis
Skills-first Claude Code plugin for Octagon market intelligence, prediction market research, and financial analysis workflows.
Stock market data, company information, and financial indicators via AlphaVantage