Market Data • React • TypeScript

Trader Data Visualization Dashboard

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.

Project Overview

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.

Project Highlights

3 Linked Tasks
500 Quote Requests
2 Tracked Stocks
5% Alert Threshold

Implementation Across Tasks

Task 1: Market Data Processing

Task 2: Visualization Layer

Task 3: Ratio Monitoring & Alerts

Dashboard Features

Live Quote Feed

Streams quote updates from the pricing server into the UI.

Time-Series Charting

Plots price and ratio movement over time for quick trend analysis.

Ratio Analysis

Compares paired stocks to identify divergence from expected behavior.

Threshold Alerts

Flags potential trading opportunities when the ratio leaves the safe band.

Technologies Used

Python Data Logic
React Frontend
TS Type Safety
Git Version Control

What This Project Demonstrates