Discover and explore top open-source AI tools and projects—updated daily.
terancejiangAI-driven financial analysis system for global stocks
Top 92.8% on SourcePulse
The Turtle Investment Framework is an AI-assisted fundamental analysis system for A-shares, Hong Kong, and US stocks. It merges deterministic Python data collection with LLM-driven qualitative analysis and multi-method valuation. Targeting sophisticated investors and researchers, it automates and deepens fundamental analysis via a hybrid architecture for actionable insights.
How It Works
A hybrid architecture combines Python scripts for reliable data acquisition (Tushare, web search) with LLMs for nuanced qualitative assessments. Version v2.0-beta introduces a PDF-first, single-agent approach for qualitative analysis, directly processing annual report PDFs to minimize information silos and enhance cross-validation. Quantitative analysis features a four-factor model with "penetration return rate" calculation and a valuation module supporting multiple methods (DCF, DDM, PE Band, PEG, PS).
Quick Start & Requirements
git clone https://github.com/terancejiang/Turtle_investment_framework.git), cd Turtle_investment_framework, then bash init.sh for environment setup and dependency installation..env or environment variable), pdfplumber (built-in).init.sh automates virtual environment creation, dependency installation, and environment verification.CHANGELOG_V2.md details version updates.Highlighted Details
Maintenance & Community
The project includes CHANGELOG_V2.md for version updates. No explicit community links (Discord, Slack) or contributor information beyond the repository owner are detailed in the README.
Licensing & Compatibility
MIT License, generally permitting commercial use and integration into closed-source projects, subject to license terms.
Limitations & Caveats
The system is in v2.0-beta, indicating ongoing development. It requires a Tushare Pro API token for core data collection. Some advanced features or strategies (e.g., "烟蒂策略") are marked as planned for future implementation.
1 month ago
Inactive