Susan Potter
###

Market Data

Market data is the foundation everything else rests on, and it is messier than most people expect. I write about ingesting data feeds, cleaning and validating market data, detecting gaps and anomalies, and building storage systems that serve both research and live trading workloads. These articles reflect the practical challenges of working with real financial data rather than sanitized academic datasets.


2026-05
Quant

Parsing Market Data: A Practical Guide for Quant Developers

Market data comes in many formats: FIX messages, exchange feeds, CSV exports, JSON APIs. Parsing is how you turn raw bytes into validated domain objects. This guide covers parsing fundamentals with …