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

Upvote
Accepted
16 0 1 2

Is Energy data accessible via API?

Hi,

I was wondering if the Energy data on Eikon (PointConnect/PointCarbon) is available through an API? Currently the data can be downloaded via the Download Manager Excel sheet, but this process is cumbersome. An API solution if available would be a great alternative.


Kind regards,


Hans

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

@hans.frijters

Hi,

Thank you for your participation in the forum.

Is the reply below satisfactory in answering your question?

If yes please click the 'Accept' text next to the most appropriate reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thanks,

AHS

@hans.frijters

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,

AHS

1 Answer

· Write an Answer
Upvotes
Accepted
22.1k 59 14 21

Hi @hans.frijters, The ESG data is available in Eikon and can be invoked through Python API. You can use the Data Item Browser to see which data points are available. For e.g. searching on Carbon, I see:


>>> ek.get_data('IBM.N', ['TR.CO2EmissionTotal'])
(  Instrument  CO2 Equivalent Emissions Total
0      IBM.N                         1496517, None)

ahs.png (70.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.