---
title: "Key executives"
method: GET
path: "/key_executives"
tags: ["fundamentals"]
---

# Key executives

`GET /key_executives`

The key executives endpoint provides detailed information about a company's key executives identified by a specific stock symbol. It returns data such as names, titles, and roles of the executives, which can be useful for understanding the leadership structure of the company.

## Query parameters

- `symbol` string
- `figi` string
- `isin` string
- `cusip` string
- `exchange` string
- `mic_code` string
- `country` string

## Response `200`

- object
  - `meta` object, required — Meta information about the instrument
    - `symbol` string, required — Ticker symbol of instrument
    - `name` string, required — Name of the company
    - `currency` string, required — Currency code in which the instrument is denominated
    - `exchange` string, required — Exchange where instrument is traded
    - `mic_code` string, required — Market identifier code (MIC) under ISO 10383 standard
    - `exchange_timezone` string, required — Timezone of the exchange
  - `key_executives` object[] — List of key executives
    - `name` string, required — Full name of an executive, including first name, middle name, last name, and suffix
    - `title` string, required — Refers to job title
    - `age` integer — Current age of an executive if available
    - `year_born` integer — Year of birth of an executive if available
    - `pay` integer — Total salary of an executive if available

## Other responses

- `400`
- `401`
- `403`
- `404`
- `414`
- `429`
- `500`

---

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