Skip to main content
GET
/
v1
/
company
/
executive
Get Company Executives
curl --request GET \
  --url https://api.aries.com/v1/company/executive \
  --header 'Authorization: Bearer <token>'
{
  "symbol": "AAPL",
  "executive": [
    {
      "name": "Timothy D. Cook",
      "age": 63,
      "title": "Chief Executive Officer",
      "since": "2011-08-24",
      "gender": "M",
      "currencySalary": "USD",
      "salary": 3000000,
      "yearBorn": 1960
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

symbol
string

Stock symbol.

Response

200 - application/json

Successful response

symbol
string

Stock ticker symbol

executive
object[]

List of company executives and their details