跳转到内容

基金持仓

获取持有指定证券的基金列表,含持股数量和持股比例。

CLI
longbridge fund-holder TSLA.US
longbridge fund-holder AAPL.US

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货币