Skip to main content
GET
Available Symbols

注意事項

  • 市場代碼不區分大小寫
  • 產品命名規則請參閱數據規範文檔
  • 僅返回狀態為活躍且已確認可用的產品
  • 使用 market=CN&type=futures 查詢可用的中國期貨
  • 除 API 查詢外,您也可以登入 TickDB 官網 用戶中心,在產品管理頁面直接瀏覽和搜尋所有支持的產品
TickDB 用戶中心 - 產品查詢

市場與產品類型

透過 markettype 參數可以靈活過濾產品,兩者可單獨或組合使用。
  • market 按具體市場過濾,如 market=CN 返回A股和中國期貨
  • type 按產品大類過濾,如 type=stock 返回 US + HK + CN 全部股票
  • 組合使用:market=HK&type=stock 僅返回港股

請求參數

返回字段說明

授權

X-API-Key
string
header
必填

查詢參數

type
enum<string>

Product type filter

可用選項:
stock,
crypto,
forex,
indices,
futures
範例:

"stock"

market
enum<string>

Market filter

可用選項:
GLOBAL,
US,
HK,
CN
範例:

"CN"

limit
integer
預設值:100

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

必填範圍: 1 <= x <= 1000
範例:

50

offset
integer
預設值:0

Offset for pagination (default 0)

必填範圍: x >= 0
範例:

0

回應

200 - application/json

Successful response

code
integer
範例:

0

message
string
範例:

"success"

data
object