17 lines
513 B
Plaintext
17 lines
513 B
Plaintext
# Trading Agents Environment Variables
|
|
# Copy this file to .env and fill in your values
|
|
|
|
# Finnhub API Key (required for market data)
|
|
FINNHUB_API_KEY=your_finnhub_api_key_here
|
|
|
|
# OpenAI API Key (required for AI processing)
|
|
OPENAI_API_KEY=your_openai_api_key_here
|
|
|
|
# Reddit API Credentials (required for social media analysis)
|
|
REDDIT_CLIENT_ID=your_reddit_client_id_here
|
|
REDDIT_CLIENT_SECRET=your_reddit_client_secret_here
|
|
REDDIT_USER_AGENT=TradingAgents/1.0
|
|
|
|
# Optional Configuration
|
|
# DEBUG=True
|
|
# LOG_LEVEL=INFO |