主要股東
獲取公司主要機構股東和個人股東信息。
SDK Links
Python | longport.openapi.FundamentalContext.shareholders |
Rust | longport::fundamental::FundamentalContext#shareholders |
Go | FundamentalContext.Shareholders |
Node.js | FundamentalContext#shareholders |
Parameters
SDK 方法參數。
| Name | Type | Required | Description |
|---|---|---|---|
| symbol | string | 是 | 證券代碼,例如 AAPL.US |
Request Example
Response
Response Example
json
{
"code": 0,
"message": "success",
"data": {
"forward_url": "",
"total": 33,
"shareholder_list": [
{
"shareholder_name": "Timothy D. Cook",
"percent_of_shares": "2.84",
"institution_type": "",
"report_date": "2026-04-21",
"shareholder_id": "0",
"shares_changed": "0",
"stocks": []
}
]
}
}Response Status
| Status | Description | Schema |
|---|---|---|
| 200 | 成功 | ShareholderResponse |
| 400 | 請求錯誤 | None |
Schemas
ShareholderResponse
| Name | Type | Required | Description |
|---|---|---|---|
| shareholder_list | object[] | 是 | 股東列表, |
| ∟ shareholder_name | string | 是 | 股東名稱 |
| ∟ percent_of_shares | string | 是 | 持股比例 |
| ∟ institution_type | string | 否 | 機構類型 |
| ∟ report_date | string | 否 | 報告日期 |
| ∟ shareholder_id | string | 否 | 股東 ID |
| ∟ shares_changed | string | 否 | 持股變動 |
| ∟ stocks | object[] | 否 | 關聯標的 |
| forward_url | string | 否 | 完整股東頁面連結 |
| total | integer | 是 | 股東總數 |