Skip to Content

Fund Holdings

Get the list of funds that hold a given security, with the number of shares and ownership percentage.

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

Parameters

SDK method parameters.

NameTypeRequiredDescription
symbolstringYESSecurity symbol, e.g. 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
200SuccessFundHoldersResponse
400Bad requestNone

Schemas

FundHoldersResponse

NameTypeRequiredDescription
listsobject[]trueList of fund holders
∟ symbolstringtrueFund symbol
∟ codestringfalseFund code
∟ namestringfalseFund name
∟ position_ratiostringfalsePosition ratio (%)
∟ report_datestringfalseReport date
∟ currencystringfalseCurrency