跳转到内容

高管团队

获取公司关键高管列表(CEO、CFO 等)。

CLI
longbridge executive TSLA.US
longbridge executive AAPL.US

Parameters

SDK 方法参数。

NameTypeRequiredDescription
symbolstring证券代码,例如 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
200成功ExecutiveResponse
400请求错误None

Schemas

ExecutiveResponse

NameTypeRequiredDescription
professional_listobject[]高管分组列表,见 ExecutiveGroup

ExecutiveGroup

NameTypeRequiredDescription
symbolstring证券代码
forward_urlstring公司高管页面链接
totalinteger高管总数
professionalsobject[]高管列表,见 Executive

Executive

NameTypeRequiredDescription
idstring高管 ID
namestring显示名称
name_enstring英文名称
name_zhcnstring中文名称
titlestring职位
biographystring简历
photostring照片链接
wiki_urlstring维基百科链接