跳轉到內容

基金持倉

獲取持有指定證券的基金列表,含持股數量和持股比例。

Parameters

SDK 方法參數。

NameTypeRequiredDescription
symbolstring證券代碼,例如 AAPL.US

Request Example

Response

Response Example

json
{
  "code": 0,
  "message": "success",
  "data": {
    "lists": [
      {
        "symbol": "TSLT.US",
        "code": "TSLT",
        "name": "2x Long TSLA ETF",
        "position_ratio": "101.02",
        "report_date": "2026-05-07",
        "currency": "USD"
      }
    ]
  }
}

Response Status

StatusDescriptionSchema
200成功FundHoldersResponse
400請求錯誤None

Schemas

FundHoldersResponse

NameTypeRequiredDescription
listsobject[]基金持倉列表,
∟ symbolstring基金代碼(含市場後綴)
∟ codestring基金簡碼
∟ namestring基金名稱
∟ position_ratiostring持倉佔比(%)
∟ report_datestring報告日期
∟ currencystring貨幣