TradingAgents/.env.example

19 lines
867 B
Plaintext

ALPHA_VANTAGE_API_KEY=alpha_vantage_api_key_placeholder
OPENAI_API_KEY=openai_api_key_placeholder
GOOGLE_API_KEY=google_api_key_placeholder
TWITTER_API_KEY=your_twitter_api_key
TWITTER_API_SECRET=your_twitter_api_secret
TWITTER_ACCESS_TOKEN=your_twitter_access_token
TWITTER_ACCESS_TOKEN_SECRET=your_twitter_access_token_secret
TWITTER_BEARER_TOKEN=your_twitter_bearer_token
# New Discovery Data Sources (Phase 1)
# Tradier API - Options Activity Detection (Free sandbox tier available)
# Get your API key at: https://developer.tradier.com/getting_started
TRADIER_API_KEY=your_tradier_api_key_here
TRADIER_BASE_URL=https://sandbox.tradier.com
# Financial Modeling Prep API - Short Interest & Analyst Data
# Free tier available, Premium recommended ($15/month)
# Get your API key at: https://financialmodelingprep.com/developer/docs
FMP_API_KEY=your_fmp_api_key_here