Files
microcap_scrapping/requirements.txt
T
Aherobo Ovie Victor 389a01cb0a 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
2025-11-06 12:22:19 +01:00

16 lines
249 B
Plaintext

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