Shown up EikonError: Error code 401 | Eikon Proxy not running or cannot be reached. Please read the

Hi,

I'm trying access the stock info, but error message is shown up.

I wonder If it right to write my email address in App Display Name for getting App Key.

From the beginning part, there's error.!!

My code is as below

import eikon as ek

eikon.set_app_key('***********')

[MainThread 20028] Error: no proxy address identified.
[MainThread 20028] Port number was not identified, cannot send any request

eikon.get_news_headlines()

eikon.get_news_story()

eikon.get_timeseries()

eikon.get_data()

 [MainThread 20028] Eikon Proxy not running or cannot be reached. Please read the documentation on troubleshooting

data = ek.get_timeseries('AAPL.O', fields='*',start_date='2018-10-18 16:00:00',end_date='2018-10-18 17:00:00',interval='tick')

Error code 401 | Eikon Proxy not running or cannot be reached. Please read the documentation on troubleshooting
Tagged:

Best Answer