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
1 1 2 3

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-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-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.

<AHS>

@chavalit.jintamalit @Alex Putkov.

Could you please help the client regarding this Eikon Data API question?

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

Hi @m.titov.sergey,

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

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

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

Show more comments

1 Answer

· Write an Answer
Upvotes
Accepted
18.2k 21 13 21

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 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.