---
title: "Company Executive"
method: GET
path: "/stock/executive"
tags: ["Default"]
---

# Company Executive

`GET /stock/executive`

Get a list of company's executives and members of the Board.

## Query parameters

- `symbol` string, required

## Response `200`

successful operation

- CompanyExecutive
  - `symbol` string — Company symbol.
  - `executive` Company[] — Array of company's executives and members of the Board.
    - `name` string — Executive name
    - `age` integer — Age
    - `title` string — Title
    - `since` string — Year first appointed as executive/director of the company
    - `sex` string — Sex
    - `compensation` integer — Total compensation
    - `currency` string — Compensation currency

## Changes

- **2021-07-26** `0f755a71e903` — 7 info
  - added the optional property `executive/items/age` to the response with the `200` status
  - added the optional property `executive/items/compensation` to the response with the `200` status
  - added the optional property `executive/items/currency` to the response with the `200` status
  - added the optional property `executive/items/name` to the response with the `200` status
  - …3 more
- **2021-07-23** `a148c0b2d583` — 1 info
  - api tag `Default` added
- **2020-05-26** `c5b8e420b78c` — 7 warning, 1 info
  - removed the optional property `executive/items/age` from the response with the `200` status
  - removed the optional property `executive/items/compensation` from the response with the `200` status
  - removed the optional property `executive/items/currency` from the response with the `200` status
  - removed the optional property `executive/items/name` from the response with the `200` status
  - …4 more

[Change history](https://skmtc.dev/finnhub-stock-api/apis/finnhub-api/changes/stock/executive/get.md)

---

[API](https://skmtc.dev/finnhub-stock-api/apis/finnhub-api.md) · [All operations](https://skmtc.dev/finnhub-stock-api/apis/finnhub-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/finnhub-stock-api/finnhub-api/revisions/415b27331384/schema)
