Once again, I'm getting the following error:
EikonError: Error code 400 | Backend error. 400 Bad Request
I'm hoping that moving from the Eikon API to Workspace API (or whatever the new API is called) will help prevent such errors in the future.
I'm unsure of the Workspace package name that needs to be installed using: pip install <package_name>. Also, do I need a new app key or can I use the same one from Eikon. If I do need a new app key, how do I generate it?
Some examples of Eikon calls currently in my Python code are import eikon as ek,
ek.set_app_key('xxxx'), ek.get_data, and ek.get_news_story.
Is there a general tutorial available for moving from the Eikon API environment to the Workspace API environment (or whatever the new API environment is called). I need this specifically for Python. I'm accessing Python through Jupyter Notebook not through LSEG's own editor.
Thanks