Skip to Content

Executives

Get the list of key executives (CEO, CFO, etc.) for a company.

CLI
longbridge executive TSLA.US
longbridge executive AAPL.US

Parameters

SDK method parameters.

NameTypeRequiredDescription
symbolstringYESSecurity symbol, e.g. AAPL.US

Request Example

Response

Response Example

json
{
  "code": 0,
  "message": "success",
  "data": {
    "professional_list": [
      {
        "forward_url": "https://longbridge.com/wiki/stocks/ST.US.AAPL#company-manager",
        "professionals": [
          {
            "biography": "Tim Cook is the CEO of Apple Inc.",
            "id": "12345",
            "name": "Timothy D. Cook",
            "name_en": "Timothy D. Cook",
            "name_zhcn": "蒂姆·库克",
            "photo": "https://cdn.example.com/timcook.jpg",
            "title": "Chief Executive Officer",
            "wiki_url": "https://en.wikipedia.org/wiki/Tim_Cook"
          }
        ],
        "symbol": "AAPL.US",
        "total": 9
      }
    ]
  }
}

Response Status

StatusDescriptionSchema
200SuccessExecutiveResponse
400Bad requestNone

Schemas

ExecutiveResponse

NameTypeRequiredDescription
professional_listobject[]trueList of executive groups, see ExecutiveGroup

ExecutiveGroup

NameTypeRequiredDescription
symbolstringtrueSecurity symbol
forward_urlstringfalseCompany executives page URL
totalintegerfalseTotal number of executives
professionalsobject[]trueList of executives, see Executive

Executive

NameTypeRequiredDescription
idstringfalseExecutive ID
namestringtrueDisplay name
name_enstringfalseEnglish name
name_zhcnstringfalseChinese name
titlestringfalseJob title
biographystringfalseBiography
photostringfalsePhoto URL
wiki_urlstringfalseWikipedia URL