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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
3 0 0 2

Python API to get Activist Investors data for Companies in EIKON

I want to get the number of activist investors campaigns for companies in the past 3 years. How to pull this data through API?

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.

1 Answer

Upvotes
Accepted
18k 21 12 20

Hi @alankar.gupta

You may want to verify this with Refinitiv Helpdesk by asking if there's a way to do this using =TR function in Eikon Excel.

If there's a way to do this using a formula in Excel, then this formula can be replicated using Eikon Data APIs.

If there's no way to retrieve this data into Excel using worksheet functions, then there's no way to retrieve it using Eikon Data APis either.

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/

For example.

Eikon Excel:

=TR("IBM.N","TR.CompanyMarketCap")

Eikon Data API:

df,err = ek.get_data('IBM.N','TR.CompanyMarketCap')
display(df)


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