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

OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.

Query Parameters

symbol
string
required

Stock ticker symbol. Required.

Example:

"AAPL"

Response

Successful response

symbol
string

Stock ticker symbol

executive
object[]

List of company executives and their details