The most recent content from our members.
I get a bunch of NAs at the beginning of this query rics=[SMCI.O,HRMS.PA,TREX.K, 0700.HK] data=ek.get_timeseries(rics,start_date='2017-01-01',fields='CLOSE',interval='daily') data.head() Tried to change the formula to below but same error rics=['GE','AAPL.O','.RUT','.MOVE','EUR=','XAU=','DE10YT=RR']…
Hi, I am experiencing an issue running Python (3.9) Script calling Eikon API (1.1.16) under Anaconda/Spyder IDE environment (4.2.5) under Windows. Below error message is issued with no port number allocated> Error message : 2023-07-21 15:52:00,752 P[1928] [MainThread 18932] Error on handshake url…
on import eikon i m getting this [SpyderKernelApp] ERROR | Exception in message handler: Traceback (most recent call last): File "C:\Users\adamk.ALPHA\Anaconda3\lib\site-packages\spyder_kernels\comms\frontendcomm.py", line 164, in poll_one asyncio.run(handler(out_stream, ident, msg)) File…
When I run the following script: import eikon as ek ek.set_app_key('') df, err = ek.get_data( instruments = ['GAZP.MM'], fields = ['TR.CLOSEPRICE(Frq=D,SDate=2021-12-01,EDate=2021-12-19,Curn=USD).date','TR.CLOSEPRICE(Frq=D,SDate=2021-12-01,EDate=2021-12-19,Curn=USD)' ] ) display(df) I get the following error: TypeError: An…
Good afternoon I updated the Python package of Eikon to 1.1.8. I have always been running several equity screeners that I built in Excel in Python. Unfortunately, I receive the following error when I run my code (code wasn't changed): fields=['TR.ISIN','CF_CURR','TR.ExchangeCountryCode'] each_request =…
Hi, i am currently working on spyder and am getting an error message (see below) when trying to import the module. I have already pip installed and pip upgraded it. My current installed eikon version is 1.0.1 and I also am working with the latest version of python. Could you tell me why and how to solve this issue?…
I am currently using Spyder (downloaded together with Anaconda) and experience issues with the import of the Eikon package. The error message is the following: module 'eikon' has no attribute 'set_app_key' Surprisingly, the code once worked but now produces always the same error message. Although, if I execute the…
It looks like you're new here. Sign in or register to get started.