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
5 0 2 5

Can I get the power exchanges prices with Python?

I am new user of EIKON and I need to get the power exchanges prices with Python. Can somebody help me?

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-api
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
Upvotes
Accepted
18.2k 21 13 21

Hi @kiril.georgiev.4

I would suggest that you contact the Refinitiv Content Helpdesk at https://my.refinitiv.com/ to clarify if there are any instruments and fields carrying the information you are looking for.

If helpdesk can provide you with such information and allow you to retrieve the data using TR function in Eikon Excel, you can replicate the same on Eikon Data API(Python)

Here is an example code:

df,e = ek.get_data(['IBM.N','0005.HK'],['TR.ClosePrice','BID','ASK']
print(df)
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.