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>'
{
  "executives": [
    {
      "age": 64,
      "compensation": 74294811,
      "currency": "USD",
      "name": "Mr. Timothy Cook",
      "position": "Mr. Timothy Cook",
      "sex": "male",
      "since": "1998"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://finance.dev/llms.txt

Use this file to discover all available pages before exploring further.

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 to research, such as AAPL. Required for this endpoint.

Example:

"AAPL"

Response

Successful response

Response containing executive leadership data for a company.

executives
object[]

List of company executives and their details