Shahbazi Gold — Real-Time Trading Platform

Fintech / Trading Platform

Back to projects
Case study

A real-time gold and currency trading/pricing platform for a gold trading business: live pricing feed, order management, and invoicing, in active daily production use.

Tech stack

DjangoDjango REST FrameworkSimple JWTCeleryDjango ChannelsRedisDaphneNext.jsTypeScript
01

The core: a live price feed

The live pricing feed runs over WebSockets (Django Channels + Redis + Daphne ASGI), with Celery handling background jobs — this is the real technical core of the project, since a gold trading business lives or dies on price feed latency and correctness.

02

What it does

Order management and invoicing sit on top of the live feed, deployed on both Railway and Liara with a high deployment cadence reflecting real day-to-day business use.