Upgrade from Eikon -> Workspace. Learn about programming differences.

For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
75 4 5 6

"inactive, public, primary" doesn't include all inactive companies

Hello,

I have used the following two formulas, to retrieve the companies which are at the moment listed on a German exchange as well as companies which were listed on a German exchange.


active_companies = 'SCREEN(U(IN(Equity(active,public,primary))), IN(TR.ExchangeCountryCode,DE))'

inactive_companies = 'SCREEN(U(IN(Equity(inactive,public,primary))), IN(TR.ExchangeCountryCode,DE))'


active_equity, e = ek.get_data(active_companies, ['TR.RIC', 'TR.PrimaryQuote', 'TR.InstrumentType', 'TR.ExchangeTicker',

'TR.ShortExchangeName','TR.ExchangeName', 'TR.CommonName',

'TR.HeadquartersCountry', 'TR.TRBCIndustryGroup', 'TR.GICSSector',

'TR.LegalAddressCity','TR.LegalAddressLine1','TR.Employees', 'CF_CURR',

'TR.FirstTradeDate', 'TR.RetireDate', 'TR.BSAccountingStandard'])


inactive_equity, e = ek.get_data(inactive_companies, ['TR.RIC', 'TR.PrimaryQuote', 'TR.InstrumentType', 'TR.ExchangeTicker',

'TR.ShortExchangeName','TR.ExchangeName', 'TR.CommonName',

'TR.HeadquartersCountry', 'TR.TRBCIndustryGroup', 'TR.GICSSector',

'TR.LegalAddressCity','TR.LegalAddressLine1','TR.Employees', 'CF_CURR',

'TR.FirstTradeDate', 'TR.RetireDate', 'TR.BSAccountingStandard'])


This works so far. However, I have encountered the problem, that I can't find all companies which went bankrupt in one of these Data Frames. For instance the company "Praktiker AG" with the ISIN "DE000A0F6MD5" is, regarding some websites, not listed anymore since 2017 and it is not included in any of these Data Frames.


I have several companies which filed for bankruptcy and are not included in any of the Data Frames.

So my question: What can I change when requesting the Datasets so that every company is definitly included? Also the ones which aren't listed anymore or are a pany stock now.


Thank you in advance!


eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apidata
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Hello @pfarrer.braun,

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query? If so please can you click the 'Accept' text next to the appropriate reply? This will guide all community members who have a similar question.

Thanks,

AHS

1 Answer

· Write an Answer
Upvotes
Accepted
18.2k 21 13 21

Hi @pfarrer.braun

I would suggest that you should test the screener filter by using Screener application in Eikon Desktop.

The moderators here do not have deep expertise in every type of content available through Eikon.

If you need help on the filters, please contact Refinitiv Content Helpdesk.

The Refinitiv Content Helpdesk can be reached using Contact Us capability in your Eikon application.
Or by calling the Helpdesk number in your country.
Or at https://my.refinitiv.com/


Once you have the result in the Screener app with the appropriate filter.

You can refer to this article, https://developers.refinitiv.com/en/article-catalog/article/find-your-right-companies-with-screener-eikon-data-apis-python

To replicate the same to your dataframe using EIkon Data API.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.