A market data dashboard built through the J.P. Morgan Forage software engineering simulation to process streaming stock quotes, visualize price movements, and flag ratio deviations in real time.
This project focused on building a trader-facing visualization workflow from raw quote ingestion to front-end charting. Across three repositories, I worked through the full path of consuming live quote data, structuring it for analysis, and rendering a dashboard that surfaces pricing trends and alert conditions for a pair of stocks.
Streams quote updates from the pricing server into the UI.
Plots price and ratio movement over time for quick trend analysis.
Compares paired stocks to identify divergence from expected behavior.
Flags potential trading opportunities when the ratio leaves the safe band.