ek.get_data('BOc1',fields=['TR.instrumentDescription','CF_CURR','LOTSZUNITS']) used to work, but now gives me an error: MissingSchema: Invalid URL 'None': No schema supplied. Perhaps you meant http://None? What has happened?
For a deeper look into our Eikon Data API, look into:
Overview | Quickstart | Documentation | Downloads | Tutorials | Articles
ek.get_data('BOc1',fields=['TR.instrumentDescription','CF_CURR','LOTSZUNITS']) used to work, but now gives me an error: MissingSchema: Invalid URL 'None': No schema supplied. Perhaps you meant http://None? What has happened?
A fresh reboot did the job eventually. I have no idea why this happened as I changed nothing to the code.
@eddy_de_groot please update your eikon python package to the latest one.
> pip install eikon --upgrade