I want to get the number of activist investors campaigns for companies in the past 3 years. How to pull this data through API?
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)