API Documentation

⌘K
GET/api/1/equity/executives/{identifier}

Company Executives API

Returns executive information for the given ISIN

Parameters

1
identifierstringrequired
path

Security identifier: ISIN, ticker, CUSIP, SEDOL, or WKN (e.g. US0378331005, AAPL)

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/equity/executives/US0378331005' \
  -H 'Accept: application/json'
200 Response
[
  {
  "name": "Mr. Satya Nadella",
  "age": 57,
  "compensation": 79106183,
  "currency": "USD",
  "position": "Chairman of the Board, Chief Executive Officer",
  "sex": "male",
  "since": "2011",
  "symbol": "MSFT",
  "image_url": "https://media.eulerpool.com/executives/msft_satya-nadella.jpg"
}
]