Look up executive compensation
lookup_company_compensationLook up executive compensation for a company in Velarion's coverage universe.
Returns CEO/NEO total compensation, pay mix breakdown, and canonical metrics for the requested fiscal year (latest available if omitted). Every figure comes from the company's own disclosure and carries its citation.
Out-of-coverage tickers return a structured error (not_in_coverage).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | The company's ticker symbol (e.g. "AAPL"). | |
| agent_token | No | Optional Velarion agent token; falls back to the X-Velarion-Agent-Token header. | |
| fiscal_year | No | Optional fiscal year to read (e.g. 2025). Defaults to the latest on file. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| ticker | No | ||
| p4p_gap | No | ||
| executives | No | Named executive officers with SCT pay components. | |
| attribution | No | Source citation, dataset DOI, and a ready-made cite_as string. | |
| fiscal_year | No | ||
| company_name | No | ||
| ceo_percentile | No | ||
| tsr_percentile | No |