Tick Data Intelligence — 01 of 13

The Dataset

14 message types. 85 million records. What your exchange feed contains — and what you're not using.

Most teams analyze trades and maybe the order book. The exchange sends 14 distinct message types. This chapter maps all of them.

0
Records
0
Message Types
0
Instruments
0
Trading Days
PTT +1.23% 34.75 ADVANC -0.45% 221.00 SCC +2.10% 368.00 KBANK -1.05% 132.50 SCB +0.78% 98.25 DELTA +3.42% 142.00 AOT -0.33% 62.50 CPALL +0.91% 56.75 TRUE -1.82% 8.95 GULF +1.56% 41.25 BDMS +0.42% 27.00 MINT -0.68% 31.50 PTT +1.23% 34.75 ADVANC -0.45% 221.00 SCC +2.10% 368.00 KBANK -1.05% 132.50 SCB +0.78% 98.25 DELTA +3.42% 142.00 AOT -0.33% 62.50 CPALL +0.91% 56.75 TRUE -1.82% 8.95 GULF +1.56% 41.25 BDMS +0.42% 27.00 MINT -0.68% 31.50
Tick Data Intelligence
Ch 1 of 13
The First 60 Seconds →
01 — The Feed

What the Exchange Sends

The SET ITCH protocol delivers 14 distinct message types over a single feed. Most analytics platforms consume only two or three. The rest — equilibrium prices, circuit breakers, tick size rules, market statistics — are discarded before they reach a database.

Every trading day, the Stock Exchange of Thailand transmits roughly 3.9 million messages across these 14 types. Each message carries nanosecond-precision timestamps, instrument identifiers, and type-specific payloads. Together they describe the complete lifecycle of a trading session — from instrument directory broadcasts at startup, through pre-open auctions, continuous trading, and market close.

The table below maps every message type in the dataset. The rightmost column shows what most market data users actually analyze. The gap between what is available and what is used represents untapped signal.

Message Type Records Concept Most Users Analyze?
trade (i) 10.4M Trade reporting ✓ Yes
mbp (b) 55.4M Limit order book ⚠ Partially
equilibrium (Z) 2.9M Call auction pricing ✗ No
orderbook_state (O) 858K Trading sessions ✗ No
halt (l) 1,129 Circuit breakers ✗ No
index (J) 50.9K Index values ⚠ Daily only
market_stats (g) 28.5K Market breadth ✗ No
trade_stats (I) varies Official OHLCV ✓ Yes
orderbook_dir (R) ~4,500 Instrument master ✓ Yes
ticksize (L) varies Tick size rules ✗ No
pricelimit (k) varies Price limits ✗ No
ref_price (Q) varies Reference prices ⚠ Closing only
exchange / market ~10 Venue metadata ✓ Yes

"All results from real SET ITCH data. Not simulated. Most teams use 4 of 14 message types. The other 10 contain session structure, auction dynamics, circuit breakers, and tick-size rules — the context that turns raw trades into intelligence."

01 — Instrument Universe

Not just equities — the full product universe.

The dataset spans common stocks, derivative warrants (call and put), depository receipts, and more. Record counts vary dramatically by product type.

Records by Product Type — Top Categories
30.7M
Common Stock (CS)
14.3M
DW — Call (DWC)
6.6M
DW — Put (DWP)
2.0M
Depository Receipt (DR)

Common stocks account for the majority of message volume, but derivative warrants — both call (DWC) and put (DWP) — generate substantial order book activity due to their shorter lifespans and higher turnover. Depository receipts and other instruments round out the universe. Understanding product-level composition matters because tick sizes, price limits, and trading rules differ across product types.

01 — Reading Guides

Three ways to read this series.

Each chapter includes callouts for three reader tracks. Follow the one that matches your role.

🔧 Technical Track

The ITCH protocol uses fixed-length binary messages with a single-byte type identifier. Each message type maps to a specific schema — trade messages carry price, quantity, and aggressor flag; MBP messages carry 10 levels of bid/ask depth. Parsing requires reading the type byte first, then dispatching to the correct struct layout. Our parser handles all 14 types in a single pass at ~1.2M messages/second.

📊 Researcher Track

Equilibrium messages (type Z) broadcast the indicative match price during call auctions. These 2.9 million records capture the price discovery process that occurs before every trading session opens. Academic literature on price discovery typically relies on trade-and-quote data — adding equilibrium messages reveals the convergence dynamics that TAQ misses entirely.

💼 Applied Track

If your firm receives an exchange feed and stores only trades and daily OHLCV, you are discarding 70% of the available signal. Orderbook state transitions tell you when trading sessions begin and end. Halt messages flag circuit breakers in real time. Tick size and price limit messages define the rules your order routing must follow. Storing them costs almost nothing; not having them costs insight.

— Harris, Trading and Exchanges, Ch 6

Tick Data Intelligence
Ch 1 of 13
The First 60 Seconds →

This study uses licensed market data obtained through commercial agreement. Infozense is not affiliated with the Stock Exchange of Thailand. No market data is distributed through this website. This content is for educational and analytical purposes only and does not constitute investment advice.

Continue Reading

Next: The First 60 Seconds

How 1,447 instruments find their opening price through 2.9 million equilibrium messages.

Read Chapter 2 All Insights

contact@infozense.com  |  +66-82-242-4008  |  Bangkok, Thailand