Skip to main content

A2. Get Symbol Statics Data

Returns matching statistics broken down by price step for a symbol, including volume and buy/sell ratios at each traded price.

Endpoint

GET /priceboard/symbol-statics-data

Sandbox URL

Parameters

Example Request

Example Response

Sandbox behavior: The Sandbox always returns the same realistic example dataset. Request parameters are validated, but changing the symbol or fetchCount does not change the fixture data returned.

A3. Get Symbol Matching Data

Returns individual matched trades (tick data) for a symbol.

Endpoint

GET /priceboard/symbol-matching-data

Sandbox URL

Parameters

Example Request

Example Response

Sandbox behavior: The Sandbox always returns the same realistic example dataset. Request parameters are validated, but changing the symbol or fetchCount does not change the fixture data returned.

A4. Get All Stocks

Returns basic reference information for market instruments, including:
  • Symbol
  • Vietnamese and English names
  • Exchange
  • Instrument type
  • Market ID
The endpoint covers underlying stocks, derivatives, covered warrants, and indices. This endpoint is useful for building a symbol picker or instrument master list.

Endpoint

GET /priceboard/all-stocks

Sandbox URL

Parameters

This endpoint does not require any parameters.

Example Request

Example Response

Sandbox behavior: The Sandbox always returns the same realistic example dataset. This endpoint does not change its fixture data based on request parameters.

A5. Get Candlestick Data

Returns OHLCV candlestick data for charting. Supported resolutions:

Endpoint

GET /priceboard/candlestick-data

Sandbox URL

Parameters

Example Request

Example Response

Response Fields

Sandbox behavior: The Sandbox always returns the same realistic example dataset. It validates the required parameters, but changing the symbol, resolution, or time range does not change the fixture data returned.

Market API Summary

Authentication: All Market APIs in Section A are publicly accessible and do not require authentication.
Sandbox: Use the Sandbox URLs provided in each endpoint to test the APIs without affecting real market data or trading accounts.