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

---

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