Skip to main content
GET
Available Symbols

Notes

  • Market codes are case-insensitive
  • Refer to Data Specification for product naming conventions
  • Only active products with confirmed availability are returned
  • Use market=CN&type=futures to query available China futures
  • You can also browse and search all supported products in the TickDB Dashboard product management page
TickDB Dashboard - Product Query

Markets & Product Types

Use market and type parameters to filter products flexibly. They can be used individually or combined.
  • market filters by specific market, e.g. market=CN returns A-shares and China futures
  • type filters by product category, e.g. type=stock returns all stocks across US + HK + CN
  • Combined: market=HK&type=stock returns only HK stocks

Request Parameters

Response Fields

Authorizations

X-API-Key
string
header
required

Query Parameters

type
enum<string>

Product type filter

Available options:
stock,
crypto,
forex,
indices,
futures
Example:

"stock"

market
enum<string>

Market filter

Available options:
GLOBAL,
US,
HK,
CN
Example:

"CN"

limit
integer
default:100

Number of symbols per page (default 100, max 1000)

Required range: 1 <= x <= 1000
Example:

50

offset
integer
default:0

Offset for pagination (default 0)

Required range: x >= 0
Example:

0

Response

200 - application/json

Successful response

code
integer
Example:

0

message
string
Example:

"success"

data
object