StockExpert (StockX) is an AI-powered multi-agent system for intelligent stock market analysis.
Thinking of buying a stock? Stop guessing.
The stock market is wild—news, trends, expert opinions—it’s chaos out there. But StockX cuts through the noise. It’s like having a team of financial geniuses and a supercharged AI working just for you. StockX scans the past, reads the news, spots hidden trends, and tells you exactly what you need to know.
No confusion. Just smart, blazing-fast insights.
- Fetches real-time stock fundamentals.
- Retrieves latest news and analyzes sentiment.
- Uses AI to generate a concise investment decision.
- Simple HTML frontend to interact with the advisor.
You will need:
Inside the configs folder, create a file named api_keys.json:
{
"groq": "YOUR_GROQ_KEY",
"news": "YOUR_NEWS_API_KEY"
}