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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvote
Accepted
16 0 0 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-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonpythonapienergy
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
13k 32 12 18

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 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea