Messtone Devices Enables Eikon JSON objects pip install eikon example expected output C:\> C:\>cd Python36-32\Scripts C:\>Python36-32\Scripts>pip install eikon Collecting eikon Using cached eikon-0.1.11-py3-none-any.whl Collecting websocket-client(from eikon) using cached websocket_client-0.46.0-py2.py3-none-any.whl… installing collected packages:six, websocket-client,zope.interface,pytz, date time,appdirs,numpy, python-dateutil,pandas, certifi, chardet,idna, urllib3, Requests, eikon Successfully installed appdirs-1.4.3 certifi-2018.1.18 chardet-3.0.4 datetime-4.2 eikon-0.1.11 idna-2.6 numpy-1.14.0 pandas-0.22.0 ython-dateutil-2.6.1 pytz-2017.3 requests-2.18.4 six-1.11.0 urllib3-1.22 websocket-client-0.46.0 zope.interface-4.4.3 C:\Python36-32\Scripts> import eikon as ek ek.set_app_key(‘8e5a3xxxxxxxxxxxxxxxxxxxxxxxxxx21b031c’) ek.get_news_headlines(‘R:LHAG.DE’,date_from=’2019-03-06T09:00:00′,date_to=’2019-03-06T18:00:00′) headlines=ek.get_news_headlines(‘EUR AND POL’,1) story_id=headlines.iat [0,2] ek.get_news_story(story_id) df=ek.get_timeserj
ies([“MSFT. 0″ ],rt_date=”2016-01-01″,_date=”

Leave a comment