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.
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.