Hi, getting HTTPError: <Response [403]> when using the Python API via Anaconda Jupyter notebooks. Is this a known issue and is there a solution. Out API key seems correct? Thanks a lot
Hi @datateam,
There is some authorization issue. Please check this thread and this one.
Also, refer to the Quick Start to ensure you generated the App Key correctly.
Thanks
Hello @datateam,
Where you able to refer to the information and get the key to work?
We are using Eikon Data APIs a lot via Anaconda and Jupyter, it's a popular way to use, so the approach is not the cause of the error you are seeing.
However, as an alternative way to test, it may make sense to run your test python script outside of Jupyter just "python ....py", to confirm?