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 0 1 1

ESG Data Extraction through Eikon API

3.pngHi team, Requesting assistance on the below query: What I need I to replicate the data I showed in the screenshot with the python API (Eikon python package). Currently I am usin the EIKON python package to retrieve ESG data from the API, I would like to include the source of the controversies in to the values of each scores that I have now. So far I have the values for the EIKONcodes for different years, and want to know which parameter can help me to request also the source and corresponding URL. Please see attachments.

eikon-data-api#technologyesg
3.png (120.3 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.

1 Answer

· Write an Answer
Upvote
Accepted
14.3k 30 5 10

Hi @raveena.radhakrishna ,

You can use the Data Item Browser app inside the Eikon Desktop/Refinitiv Workspace to see the available parameters of the data item.

1685589378068.png

For example, to get the Controversies Privacy's URL and Source Date, the code below can be used

df, err = ek.get_data(ric, ['TR.ControvPrivacy', 'TR.ControvPrivacy.esgsourceurl', 'TR.ControvPrivacy.esgsourcedate'])
df

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


1685589378068.png (93.5 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.