#stocks
3 guides
Scrape Stock Prices and Financial Data with Python (Yahoo Finance) + ProxiesAPI
Build a daily stock-price dataset from Yahoo Finance: quote pages → parsed fields → CSV/SQLite, with retries, proxy rotation, and polite pacing.
Scrape Stock Prices and Financial Data with Python (Step-by-Step)
Build a daily stock-price dataset from Stooq (a green-list friendly source): fetch symbols, download historical OHLCV CSVs, handle retries/timeouts, and export clean CSV/SQLite—using ProxiesAPI in the network layer.
Scrape Live Stock Prices from Yahoo Finance (Python + ProxiesAPI)
Fetch Yahoo Finance quote pages via ProxiesAPI, parse price + change + market cap, and export clean rows to CSV. Includes selector rationale and a screenshot.