Skip to Content

Investment Relations

Get investment relations including parent company, subsidiaries, and major holdings.

CLI
longbridge invest-relation 700.HK
longbridge invest-relation AAPL.US

Parameters

SDK method parameters.

NameTypeRequiredDescription
symbolstringYESSecurity symbol, e.g. 700.HK

Request Example

Response

Response Example

json
{
  "code": 0,
  "message": "success",
  "data": {
    "forward_url": "https://longbridge.com/wiki/stocks/ST.HK.700#invest",
    "invest_securities": [
      {
        "symbol": "HUYA.US",
        "company_id": "12345",
        "company_name": "虎牙直播",
        "company_name_en": "Huya Inc.",
        "company_name_zhcn": "虎牙直播",
        "currency": "USD",
        "percent_of_shares": "19.00",
        "shares_rank": "1",
        "shares_value": "19000000"
      }
    ]
  }
}

Response Status

StatusDescriptionSchema
200SuccessInvestRelations
400Bad requestNone

Schemas

InvestRelations

NameTypeRequiredDescription
forward_urlstringfalseCompany investment relations page URL
invest_securitiesobject[]falseList of investment holdings
∟ symbolstringfalseSecurity symbol
∟ company_idstringfalseCompany ID
∟ company_namestringfalseDisplay company name
∟ company_name_enstringfalseEnglish company name
∟ company_name_zhcnstringfalseChinese company name
∟ currencystringfalseCurrency
∟ percent_of_sharesstringfalseOwnership percentage
∟ shares_rankstringfalseRank by shares held
∟ shares_valuestringfalseValue of shares held