Query products supported by TickDB, covering forex, indices, US stocks, HK stocks, A-shares, and crypto markets with over 37,000 products and growing.
Documentation Index
Fetch the complete documentation index at: https://docs.tickdb.ai/llms.txt
Use this file to discover all available pages before exploring further.

market and type parameters to filter products flexibly. They can be used individually or combined.
| market | type | Description | Volume |
|---|---|---|---|
| GLOBAL | forex | Forex pairs & precious metals | 1,200+ |
| GLOBAL | indices | Market indices | 12,900+ |
| GLOBAL | crypto | Cryptocurrency pairs | 800+ |
| US | stock | US stocks | 12,400+ |
| HK | stock | Hong Kong stocks | 4,300+ |
| CN | stock | A-shares | 6,000+ |
market filters by specific market, e.g. market=CN returns only A-sharestype filters by product category, e.g. type=stock returns all stocks across US + HK + CNmarket=HK&type=stock returns only HK stocks| Parameter | Required | Description |
|---|---|---|
| type | No | Product type filter: stock, crypto, forex, indices |
| market | No | Market filter: GLOBAL, US, HK, CN |
| limit | No | Number of results per page, default 100, max 1000 |
| offset | No | Pagination offset, default 0 |
| Field | Description |
|---|---|
| products | Array of products |
| └─ symbol | Product symbol code |
| └─ name | Product name |
| └─ market | Market code |
| └─ type | Product type (stock/crypto/forex/indices) |
| └─ currency | Trading currency (CNY/USD/HKD/USDT) |
| └─ is_active | Whether the symbol is active |
| └─ updated_at | Last updated time |
| summary | Summary information |
| └─ total_products | Total number of products |
| └─ by_market | Count by market |
| └─ by_type | Count by type |
| └─ last_updated | Last updated time |
| pagination | Pagination information |
| └─ limit | Page size |
| └─ offset | Offset |
| └─ total | Total count |
| └─ count | Number of items returned in current page |
Product type filter
stock, crypto, forex, indices "stock"
Market filter
GLOBAL, US, HK, CN "CN"
Number of symbols per page (default 100, max 1000)
1 <= x <= 100050
Offset for pagination (default 0)
x >= 00