# Alpha Vantage API Key
# Get your free API key at: https://www.alphavantage.co/support/#api-key
ALPHA_VANTAGE_API_KEY=your_api_key_here
# NewsData.io API Key
# Get your free API key at: https://newsdata.io/
NEWSDATA_API_KEY=your_api_key_here
# Optional: Google Vertex AI Configuration (for future LLM integration)
GOOGLE_CLOUD_PROJECT=your_project_id
VERTEX_AI_LOCATION=us-central1