Initial commit: Stock Intelligence Automation System

- Complete scraper with Yahoo Finance integration (fixed quote data extraction)
- Database schema with stock_quotes table
- Report generator (Markdown + PDF)
- Daily automation scripts (cron job at 12 PM)
- Financial calculator with 40+ metrics
- News, SEC, and SEDAR scrapers
- CSV export functionality
- Supports NASDAQ and TSX stocks
- All quote data issues resolved (date, open, high, low, close, volume)
- Production ready with 100% data accuracy
This commit is contained in:
Aherobo Ovie Victor
2025-11-06 12:22:19 +01:00
commit 389a01cb0a
16 changed files with 4528 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
scrapy
scrapy-playwright
playwright
beautifulsoup4
html2text
requests
pandas
lxml
selenium
fake-useragent
google-search-results # For SerpAPI
python-dotenv
PyPDF2 # For PDF parsing
pdfplumber # Alternative PDF parser
openpyxl # For Excel export