---
title: "Performance Measures"
method: GET
path: "/api/executives/performance-measures"
tags: ["Executives"]
---

# Performance Measures

`GET /api/executives/performance-measures`

![Stock](https://img.shields.io/badge/Stock-f97316) ![Pro](https://img.shields.io/badge/Pro-8b5cf6)

Returns the performance measures that the company itself selected as most important for evaluating executive compensation, extracted from the pay-versus-performance table in DEF 14A proxy statements.

These are the KPIs that the board and compensation committee have chosen to link to executive pay — they reveal what management is actually being held accountable for. Common examples include revenue growth, operating margin, return on invested capital, and total shareholder return.

Each measure is reported per fiscal year, allowing tracking of how the company's self-selected performance metrics evolve over time.

**Data source:** SEC XBRL-tagged DEF 14A filings, pay-versus-performance table (Company-Selected Measure).

## Query parameters

- `symbol` string
- `cik` integer
- `cusip` string
- `composite_figi` string
- `share_class_figi` string

## Response `200`

Company-selected performance measures by fiscal year

- object[]
  - `fiscalYear` integer
  - `measureName` string — Company-selected performance measure name
  - `measureValue` number, nullable — The reported value for this measure

## Other responses

- `400` — Invalid parameters or company not found
- `403` — Feature not available on current plan

---

[API](https://skmtc.net/stockfit/apis/stockfit-api.md) · [All operations](https://skmtc.net/stockfit/apis/stockfit-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stockfit/stockfit-api/revisions/3d5897270d8a/schema)
