Is there a way to retrieve (in an automated way using Eikon Python API) data regarding delistings an

Is there a way to retrieve (in an automated way using Eikon Python API) data regarding delistings and 'TR.ExchangeTicker' name changes?

Best Answer

  • The only capability in Eikon I can think of that may provide this functionality is Equity Screener. I suggest you call Thomson Reuters Helpdesk and ask if Eikon Equity Screener can do what you're looking to do. If the answer is yes, then you can replicate this using Eikon Python API. Ask the Helpdesk to guide you how to setup the screening you want in Excel, which would result in =TR Excel worksheet function with a bunch of parameters. Once you've retrieved the data you want into Excel you can use the same parameters in get_data method of Eikon Python API.