#sqlite
4 guides
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.
eBay Price Tracker: How to Monitor Prices Automatically (Alerts, History, and Data Model)
A practical blueprint for tracking eBay prices at scale: what to scrape, how to normalize variants, and how to store history for alerts and dashboards.
Scrape Rightmove Sold Prices (Second Angle): Price History Dataset Builder
Build a clean Rightmove sold-price history dataset with dedupe + incremental updates, plus a screenshot of the sold-price flow and ProxiesAPI-backed fetching.
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.