---
title: "Executive Officers"
method: GET
path: "/api/executives/officers"
tags: ["Executives"]
---

# Executive Officers

`GET /api/executives/officers`

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

Returns the company's current executive officers (the CEO plus other executive officers active within roughly the last 18 months).

**Data source:** SEC Form 3/4/5 insider filings, which carry each officer's name, title, and filing dates. `firstSeen` and `lastSeen` are the first and most recent SEC filing in which the officer appeared, not necessarily their tenure start or end; `lastSeen` is an activity signal, so an officer who stops filing for an extended period drops off the list. Foreign private issuers are exempt from these filings and may return no officers.

## Query parameters

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

## Response `200`

List of executive officers

- object[]
  - `name` string — Officer name in "First Last" display form
  - `role` 'ceo' | 'ceo-divisional' | 'officer' — Derived from the SEC title. `ceo` = the company's principal executive officer; `ceo-divisional` = a CEO of a business unit or subsidiary (e.g. "CEO Amazon Web Services", "Co-CEO CIB"), surfaced separately so it is not mistaken for the principal CEO; `officer` = any other executive officer. A company may show more than one `ceo` across a transition or with genuine co-CEOs.
  - `title` string, nullable — Officer title as disclosed on SEC Form 3/4/5 insider filings; null if not disclosed
  - `firstSeen` string — Earliest SEC filing date where this officer appeared (YYYY-MM-DD)
  - `lastSeen` string — Most recent SEC filing date where this officer appeared (YYYY-MM-DD)

## 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)
