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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 0 1 1

Couldn't find deal with API

Hi!

I'm currently using EIKON data API in order to acquire information about Nvidia corporate actions.
I use following expression to fetch the data:

data, err = ek.get_data(f'''SCREEN(U(IN(DEALS)),IN(TR.MnAParticipant(DealPartRole=T,A),{permids}),BETWEEN(TR.MnAOrigAnnDate,{dates}))''', fields)


where permids is Nvidia permid and dates are '20200301,20200420'.

This query supposed to return all m&a with Nvidia but I couldn't find recent deal with mellanox:
https://nvidianews.nvidia.com/news/nvidia-receives-approval-to-proceed-with-mellanox-acquisition-from-chinas-antitrust-authority

Is this flaw of my code or data?

P.s.:
Also I couldn't figure out how to fetch information about spin-offs. I would be very glad if you could help me with this too.

eikoneikon-data-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonpython
icon clock
10 |1500

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

Hello @m.titov.sergey,

Thank you for your participation in the forum.

Is the reply below satisfactory in resolving your query? 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

1 Answer

Upvotes
Accepted
18k 21 12 20

Hi @m.titov.sergey

I tried to use the SCREENER app to screen a similar filter and I could not find the deal you are looking for.


I tried the same on API and received the same result.

Code:

syntax = 'SCREEN(U(IN(DEALS)), IN(TR.MnAParticipantRole,"T","A"), BETWEEN(TR.MnAOrigAnnDate,20200301,20200420), Contains(TR.MnACompLongName(DealPartRole=T:A),"Nvidia"), CURN=USD)'
fields = ['TR.MnASDCDealNumber','TR.MnAAnnDate','TR.MnAAcquiror']

df,e = ek.get_data(syntax, fields)
df

I would suggest that you contact the Refinitiv Content Helpdesk at https://my.refinitiv.com/ to clarify if the search syntax is correct or not (I am not sure about the permids you put in on your search syntax)


ahs.jpg (164.9 KiB)
ahs2.jpg (20.9 KiB)
icon clock
10 |1500

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

Click below to post an Idea Post Idea