| # Financial Platform Environment Variables | |
| # DeepSeek API Key (for AI-powered insights) | |
| DEEPSEEK_API_KEY=your-deepseek-api-key-here | |
| # News Service URL (for news aggregation with sentiment analysis) | |
| NEWS_SERVICE_URL=http://localhost:5000 | |
| # Alpha Vantage API Key (optional, for forex data) | |
| ALPHA_VANTAGE_KEY=your-alpha-vantage-key-here | |
| # Twitter/X Credentials (for real-time news monitoring via Twikit) | |
| # Create a Twitter account or use existing credentials | |
| TWITTER_USERNAME=your-twitter-username | |
| TWITTER_EMAIL=your-twitter-email@example.com | |
| TWITTER_PASSWORD=your-twitter-password | |