Executive Roles

Executive Roles Web API Documentation

For a specific executive company identifier, returns a list of all roles within the company. For example, an executive may be the Chief Executive Officer, a Director, and the Chairman of the Board of Directors.

Endpoint:
https://api.intrinio.com/executives/roles.csv

Parameters

Name Description Example
identifier
The Intrinio executive identifier. @MUSK_65276
company
The identifier for the specified security or company to which the executive belongs. Tesla Inc.
hide_paging
Hide first row of paging information.
Options:
true
show more show less
true
identifier
* required
The Intrinio executive identifier.
company
* required
The identifier for the specified security or company to which the executive belongs.
hide_paging
* required
Hide first row of paging information.

Output Fields

Name Description Type
role_name the normalized role name for the executive with the company. string
company the name of the company. string
ticker the company’s ticker symbol. string
figi_ticker the company security’s FIGI ticker. string
figi the FIGI identifier for the company security’s. string
status a representation of whether the executive’s role is active or inactive string
effective_date the date when the role became active date
division the division where the executive operates within the company string
executive_director a boolean, representing whether the executive is an executive director on the company’s Board boolean
independent_director a boolean, representing whether the executive is a independent director on the company’s Board boolean
role_name
the normalized role name for the executive with the company.
company
the name of the company.
ticker
the company’s ticker symbol.
figi_ticker
the company security’s FIGI ticker.
figi
the FIGI identifier for the company security’s.
status
a representation of whether the executive’s role is active or inactive
effective_date
the date when the role became active
division
the division where the executive operates within the company
executive_director
a boolean, representing whether the executive is an executive director on the company’s Board
independent_director
a boolean, representing whether the executive is a independent director on the company’s Board