A modular Python framework to aggregate earnings calendars and financial news.
- Clone the repo:
git clone <your-url> - Install dependencies:
pip install -r requirements.txt - Add your Finnhub API key to a
.envfile. - Run:
python main.py
- Earnings calendar fetching via yfinance.
- Real-time news aggregation via Finnhub.
- Exportable pandas DataFrames.