Discover and explore top open-source AI tools and projects—updated daily.
AI financial analysis platform for A-shares
Top 19.7% on SourcePulse
FinGenius is an open-source AI financial analysis platform designed for the A-share market, offering a multi-agent system that simulates collaborative research and debate among specialized AI analysts. It aims to provide A-share investors with more accurate, context-aware financial insights than generic LLM applications, acting like an experienced financial analyst.
How It Works
FinGenius employs a "Research-Battle" dual-environment architecture. In the Research environment, multiple specialized agents (e.g., sentiment, hot money, risk control) analyze financial data and market trends, leveraging Large Language Models and professional financial tools via the MCP protocol. The Battle environment then facilitates a structured, multi-round debate among these agents, incorporating game theory principles to refine decision-making, before presenting a consolidated HTML report. This approach aims to mitigate LLM "hallucinations" and provide persistent, context-aware analysis.
Quick Start & Requirements
uv
(a fast Python package manager).
uv
: curl -LsSf https://astral.sh/uv/install.sh | sh
git clone https://github.com/HuaYaoAI/FinGenius.git && cd FinGenius
uv venv --python 3.12 && source .venv/bin/activate
uv pip install -r requirements.txt
config/config.toml
(e.g., OpenAI).python main.py <stock_code>
.uv
(optional but recommended), LLM API access.Highlighted Details
Maintenance & Community
The project is actively seeking contributors and invites developers to join the FinGenius open-source community. Contact information or community links are not explicitly provided in the README.
Licensing & Compatibility
FinGenius is licensed under GPL v3. The project explicitly states that closed-source commercial use of the code and framework is prohibited, and they reserve the right to pursue legal action.
Limitations & Caveats
The project is intended for educational and research purposes only and does not constitute investment advice. The mobile application is currently available on Huawei, Xiaomi, and Vivo app stores, with Apple and other platforms pending review.
1 month ago
Inactive