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
0 2 0 5

Accessing Equity Deals from DSCREEN

I'm able to pull in M&A transactions from DSCREEN using the below API call:

df, err = ek.get_data('SCREEN(U(IN(DEALS)), BETWEEN(TR.MnAAnnDate,19991031,20001031), CURN=USD)',
                        fields=['TR.MnASDCDealNumber',
                                    'TR.MnAAnnDate',
                                    'TR.MnARankDate',
                                    'TR.MnARankValueIncNetDebt(Curn=USD,Scale=6)',
                                    'TR.MnATarget,TR.MnATargetPermId',
                                    'TR.MnAAcquiror',
                                    'TR.MnAAcquirorPermId',
                                    'TR.MnAAcquirorMacroInd',
                                    'TR.MnAAcquirorMidInd',
                                    'TR.MnAAcquirorNation',
                                    'TR.MnAStatus'])

How can I pull deals from the other asset classes using this, or another, API?

1700148100047.png

eikon-data-apipython#productpython api
1700148100047.png (143.8 KiB)
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.

@scott.curry

Hi,

Thank you for your participation in the forum.

Is the reply below satisfactory in answering your question?

If yes please click the 'Accept' text next to the reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thanks,

AHS

@scott.curry

Hi,

Please be informed that a reply has been verified as correct in answering the question, and marked as such.

Thanks,

AHS

1 Answer

· Write an Answer
Upvotes
Accepted
14.2k 30 5 10

Hi @scott.curry ,

Have you had a chance to check an article Find Your Right Companies with SCREENER | Eikon Data APIs(Python) yet?

Using the export formula in Screener app will provide you how to put the filter in the Python code for Eikon Data API

Hope this helps and please do let me know in case you have any further questions.

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.