For a deeper look into our Eikon Data API, look into:
Overview | Quickstart | Documentation | Downloads | Tutorials | Articles
For the error message: Type Error("send() got an unexpected keyword argument 'timeout''), it could be a problem in the httpx version 0.20.0.
Please downgrade the version of the httpx to 0.19.0, as mentioned in this thread.
- pip install httpx==0.19.0