Executive Compensation
Executive Compensation
获取上市公司高管薪酬明细:基本年薪、股票激励、奖金、总薪酬等构成,附申报关键日期与 SEC 文件链接。可用于分析高管激励结构,评估公司治理水平。
GET
https://fmp-v2.icu/stable/governance-executive-compensation?symbol=AAPL数据更新周期
Filing Date · 随 SEC 申报日期更新
接口说明
获取上市公司高管薪酬明细:基本年薪、股票激励、奖金、总薪酬等构成,附申报关键日期与 SEC 文件链接。可用于分析高管激励结构,评估公司治理水平。
接口地址
GET
/stable/governance-executive-compensation请求需要携带网关下发的 API Key。接口路径及参数名称与 FMP 官方格式保持一致。
请求参数
1 个参数| 参数 | 类型 | 要求 | 示例 | 说明 |
|---|---|---|---|---|
symbol | string | 必填 | AAPL | 证券代码,例如 AAPL 或 MSFT。 |
返回数据
下表列出示例响应中的主要字段,实际字段会因接口及数据状态而有所不同。
| 字段 | 类型 | 说明 |
|---|---|---|
cik | string | SEC CIK 编号 |
symbol | string | 证券代码 |
companyName | string | 公司名称 |
filingDate | string | 申报日期 |
acceptedDate | string | 受理时间 |
nameAndPosition | string | 姓名与职务 |
year | number | 年份 |
salary | number | 薪资(salary) |
bonus | number | 奖金(bonus) |
stockAward | number | 股票激励授予(stockAward) |
optionAward | number | 期权激励授予(optionAward) |
incentivePlanCompensation | number | 激励计划薪酬(incentivePlanCompensation) |
allOtherCompensation | number | allother薪酬(allOtherCompensation) |
total | number | 总计(total) |
link | string | 详情链接 |
查看响应数据示例
[
{
"cik": "0000320193",
"symbol": "AAPL",
"companyName": "Apple Inc.",
"filingDate": "2026-01-08",
"acceptedDate": "2026-01-08 16:31:36",
"nameAndPosition": "Luca Maestri Former Senior Vice President, Chief Financial Officer",
"year": 2025,
"salary": 819231,
"bonus": 0,
"stockAward": 13003031,
"optionAward": 0,
"incentivePlanCompensation": 1638462,
"allOtherCompensation": 22204,
"total": 15482928,
"link": "https://www.sec.gov/Archives/edgar/data/320193/000130817926000008/0001308179-26-000008-index.htm"
}
]使用说明
- 日期、证券代码和枚举参数应严格使用接口要求的格式。
- 超出分钟限流时会返回 HTTP 429,请根据响应状态合理重试。
- 空数组通常表示当前查询条件下暂无数据,不代表请求失败。
需要稳定访问 Executive Compensation 数据?注册即可获取专属 API Key,免费体验全部接口。
免费试用 3 天