Executive compensation includes both financial and non-financial benefits provided by their employer. It is usually a combination of a base salary, variable performance-based bonuses, and other benefits. The API endpoint provides historical executive compensation data for several thousand US and international companies. There is a limit of 100 records per API call.
https://financialdata.net/api/v1/executive-compensation?identifier=MSFT| Name | Type | Description | Example |
|---|---|---|---|
| identifier | string | The trading symbol for a security, or the central index key (CIK). The latter is assigned to the entity by the United States Securities and Exchange Commission. | MSFT, 0000789019 |
| offset | integer | (Optional) The initial position of the record subset, which indicates how many records to skip. Defaults to 0. | 100 |
| format | string | (Optional) The format of the returned data, either JSON (JavaScript Object Notation) or CSV (Comma Separated Values). Defaults to JSON. | json, csv |
[
{
"trading_symbol": "MSFT",
"central_index_key": "0000789019",
"registrant_name": "MICROSOFT CORP",
"executive_name": "Christopher D. Young",
"executive_position": "Executive Vice President",
"fiscal_year": "2024",
"salary": 850000.0,
"bonus": 0.0,
"stock_awards": 9040931.0,
"incentive_plan_compensation": 2023680.0,
"other_compensation": 120092.0,
"total_compensation": 12034703.0
},
{
"trading_symbol": "MSFT",
"central_index_key": "0000789019",
"registrant_name": "MICROSOFT CORP",
"executive_name": "Bradford L. Smith",
"executive_position": "Chair, President",
"fiscal_year": "2024",
"salary": 1000000.0,
"bonus": 0.0,
"stock_awards": 18684175.0,
"incentive_plan_compensation": 3642750.0,
"other_compensation": 112868.0,
"total_compensation": 23439793.0
},
...
]Get your API key instantly and start pulling data into your application.
Get Your API KeyOur robust architecture guarantees 99.9% uptime for uninterrupted API access.
Native Python SDK and REST support make data integration seamless.
The official MCP server delivers financial data directly to your AI agents.