Track, analyze, and warehouse real-time market data for the top 10 US equities — prices, fundamentals, earnings, and macro indicators, all in one platform.
Live price updates every 15 seconds during market hours. Automatically pauses on weekends and after-hours to save API calls.
Full OHLCV history loaded on day one. After that, only new data is fetched — incremental ETL, no wasted work.
Daily snapshots of market cap, PE ratios, price-to-book, dividend yield, and beta for every tracked company.
Track which companies beat or miss analyst estimates. See EPS actual vs. consensus and surprise percentage by quarter.
Income statements, balance sheets, and cash flow extracted directly from 10-K and 10-Q filings via SEC EDGAR.
Overlay stock performance against the Fed funds rate, CPI inflation, unemployment, and GDP from the Federal Reserve.
Every question below can be answered with a single SQL query against the warehouse.
Real-time streaming and scheduled batch ETL converge into a single time-series warehouse.
git clone https://github.com/jayhemnani9910/stock-data-platform.git
cp .env.example .env
docker compose up -d # That's it. 7 services, ready to query.