v1

latestOpenAPI 3.0.1Apache-2.02026-07-17105189262.9 KB
Default

Company Executive

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

get/stock/executive

Query parameters

symbolstring required

Symbol of the company: AAPL.

Response

successful operation

symbolstring

Company symbol.

Example response

{
  "symbol": "symbol",
  "executive": [
    {
      "sex": "sex",
      "name": "name",
      "compensation": 6,
      "currency": "currency",
      "title": "title",
      "age": 0,
      "since": "since"
    },
    {
      "sex": "sex",
      "name": "name",
      "compensation": 6,
      "currency": "currency",
      "title": "title",
      "age": 0,
      "since": "since"
    }
  ]
}