38835-vm/.env.example

22 lines
743 B
Plaintext

# FinanceIQ v5 — Environment Variables
# Copy this to .env and fill in your API keys
# Financial Modeling Prep (required for historical data & ratios)
FMP_API_KEY=your_fmp_api_key_here
# Finnhub (required for analyst ratings, insider trading)
FINNHUB_API_KEY=your_finnhub_api_key_here
# FRED (required for macroeconomic indicators)
FRED_API_KEY=your_fred_api_key_here
# Alpha Vantage (required for sector heatmap, currency conversion)
ALPHA_VANTAGE_KEY=your_alpha_vantage_key_here
# Ollama (optional — local AI model, defaults to http://localhost:11434)
OLLAMA_URL=http://localhost:11434
# Zerodha Kite Connect (optional — for portfolio management)
# KITE_API_KEY=your_kite_api_key_here
# KITE_API_SECRET=your_kite_api_secret_here