eikon corporate action

how can i get all corporate action including the list & delist corporate action by eikon api (list/delist date)

df, err = ek.get_data(['ZKP.NH^J18'],[ 'TR.CAMarketAdjustmentFactor(SDate=20010101, EDate=20180101,CAEventType=All)', 'TR.CAAnnouncementDate(SDate=20010101, EDate=20180101,CAEventType=All)', 'TR.CACorpActDesc(SDate=20010101, EDate=20180101,CAEventType=All)', 'TR.CACorpActEventType(SDate=20010101, EDate=20180101,CAEventType=All)' ])

i call this function and get little data, but get full data by opearting by client search.

Best Answer

  • Corax data currently available through Eikon Data APIs corresponds to what you see in Capital Change Overview app available under the Events tab in Company View in Eikon. The greatly enhanced Corporate Events app was introduced recently. It combines capital change events and company events such as earnings releases, analyst calls and shareholder meetings and includes changes in listed shares, delistings and many more corporate event types not covered under Capital Change Overview. This enhanced corporate events data is currently only accessible via Corporate Events app in Eikon and cannot yet be retrieved using Eikon Data APIs. There's also no timeframe yet for when this data will be available through Eikon Data APIs.

Answers

  • @Alex Putkov. hi. I wanted to ask you, given how old this post is, if there was any change about the availability of Corporate Action data requests using Eikon Python API.

    Thanks in advance for your valuable time and help.

  • I don't believe anything changed. However, I'm not an expert in this content. Your best bet is to direct the question to Refinitiv Helpdesk and ask whether the data you're interested in can be retrieved using worksheet functions in Eikon Excel. If you can retrieve data using =TR function in Excel, you can also retrieve it using get_data method of Eikon Data APIs and vice versa.