AI-powered financial analysis and investment recommendation system using multi-agent AI orchestration.
Stars
41
Forks
1
Watchers
41
Open Issues
15
Overall repository health assessment
No package.json found
This might not be a Node.js project
972
commits
6
commits
chore: add custom categorization for high return stocks over 3 months to MARKET_TICKERS.py
695d6eeView on GitHubMerge pull request #134 from ironcladgeek/fix/issue-133/historical-fundamental-data
d1398c2View on GitHubfeat(docs): add comprehensive fundamental metrics cheatsheet
c9f78f8View on GitHubfix(data): import timedelta for historical price calculations in YahooFinanceProvider
7b64b34View on GitHubfeat(data): add comprehensive valuation and growth metrics to historical fundamental data
a59cfcaView on GitHubfix(data): fetch historical prices from yfinance instead of relying on PriceDataManager
81e8e8fView on GitHubfix(tools): use historical prices in FinancialDataFetcherTool when historical_date is set
895966bView on GitHubMerge pull request #132 from ironcladgeek/feat/issue-127/data-collection-pipeline
b4960bcView on GitHubfeat(db): prioritize company_info analyst ratings with fallback to analyst_data
0aa502fView on GitHubfix(db): extract analyst_target_price from company_info instead of analyst_data
b7b3af6View on GitHubfeat(db): add sell_count and strong_sell_count to fundamental snapshots
ed7dd6fView on GitHubtest: add comprehensive test suite for collect-fundamentals command
2524775View on GitHubfeat(db): improve fundamental snapshot storage and field mapping
e4f2051View on GitHubfix(collect): use Alpha Vantage for current data collection
8aa7981View on GitHubfeat(cron): add bash script for fundamental data collection
46f17a1View on GitHub