Hello,
On a companies overview page when going to the Officers Detail Page (ESG->Officers) the PersonID for each officer can be retrieved from the URL. See the Example Link below.
But those PersonIDs only sometimes work to retrieve data via the Python API. Even if the data is always available.
Is this a bug or is my query not correct?
Thanks for any help!
Query:
import eikon as ek
from examples.credentials import EIKON_APP_KEY
ek.set_app_key(EIKON_APP_KEY)
PERSON_IDS = ['2346434', '248639', '1042511', '2480652']
x, err = ek.get_data(instruments=PERSON_IDS, fields=['TR.ODOfficerBiography', 'TR.ODOfficerFirstName'])
Example Link: https://emea1.apps.cp.thomsonreuters.com/Apps/Corp?s=VOWG_p.DE&st=RIC&personId=2480652&app=true#/Explorer/EVzCORPxOFFICERSzDETAILzAPP