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:
@@ -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
|
||||
Reference in New Issue
Block a user