API is not working correctly
For a deeper look into our Eikon Data API, look into:
Overview | Quickstart | Documentation | Downloads | Tutorials | Articles
API is not working correctly
Hi @fahad.va
Please try the following libraries version:
eikon 1.1.6.post3 (pip install eikon --upgrade)
httpx 0.15.x or 0.16.x => need to downgrade to 0.14.3 (pip install httpx==0.14.3)
nest-asyncio 1.4.x => need to downgrade to 1.3.3 (pip install nest-asyncio==1.3.3)