The financial data platform of VietnamFinance magazine
Index data for four exchanges, listed-company profiles and a ratings system, updated through the trading session. The hard part is not the charts but keeping the numbers honest: splits, dividends, renamed tickers, holiday sessions. Miss one and the whole price line is wrong.

VN-Index, VN30, HNX and UPCoM, redrawn through the session.
One glance shows which sectors the money is moving into.
Net buying, net selling, and the tickers moved most by it.
Listed-company data, key ratios, price history.
The newsroom's own scoring system, aimed at market transparency.
Editors publish reports and notes without waiting on a developer.
Readers get analysis and trading data by mail.
⌘K opens search across tickers, companies and community.
Prices arrive live and pass through cleaning and reconciliation before they reach the database. The API is written in Go and sits on a private host with no route from the internet; two Next.js applications — the public site and the CMS — talk to it over the internal network. Redis holds the hot data during trading hours so the site does not go back to the database every time someone opens a chart.

