Corporate Events in Python API

Hi

I am trying to get fetch data akin to the "Corporate Events" page of Eikon web (see image) via Eikon Python API or Excel formula but I cannot find the exact information I'm looking for, specifically Trade Suspension/Activation.

image

I tried with the following python script:

df, err = ek.get_data(['BLISSf.BK'],[
'TR.CACorpActDesc(SDate=0D, EDate=20070101,CAEventType=All)','TR.CACorpActEventType(SDate=0D, EDate=20070101,CAEventType=All)'])
print(df)

The result was a bit underwhelming as only share split and BOD meeting information returned.

Any suggestion is welcome. Thank you.

Best Answer

  • I suggest you contact Thomson Reuters Helpdesk by either calling the Helpdesk phone number in your country or by using Contact Us capability in Eikon application, and ask them whether trading halts data can be retrieved into Eikon Excel. If they tell you the field name and parameters you can utilize in =TR worksheet function in Eikon Excel, then you can use the same field names and parameters in Eikon Python API.