I am new user of EIKON and I need to get the power exchanges prices with Python. Can somebody help me?
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)
problem with getting data with python
How can I download 13-f filing data since its first issue using python API?
How to use TR.LotSize as a time-series?
Find available fields for a given instrument(power exchange spot price)
Selecting data from Index constituents that have increased dividends over last 5 years