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
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"
}
]
}