For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 0 0 0

Not able to connect eikon API through jupyter notebook.

1635319303399.png

connectionjupyter-notebook
1635319303399.png (313.6 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

1 Answer

Upvotes
Accepted
38.1k 69 35 53

@abhishek9900kumar

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.

                
  1. pip install httpx==0.19.0
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea