Upgrade from Eikon -> Workspace. Learn about programming differences.

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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted

Eikon API(R) connection is not working with Eikon desktop running in my PC

HI,

I',m trying to download historical data with the eikonapir library. I'm using Windows 10 and the latest version of Eikon. Eikon is running and, when I try to download the historical price of AAPL, I have the next error message:

Error in curl::curl_fetch_memory(url, handle = handle) :

Failed to connect to localhost port 9000: Connection refused

I have already used eikonapir::set_proxy_port(9000L) and Eikon is running with real time data.

What can I do?

Bests,

@oscar.delatorre.torres

eikonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apireikon-data-api-r
icon clock
10 |1500

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

Hi,

Thank you for your participation in the forum.

Are any of the replies below satisfactory in resolving your query?

If yes please click the 'Accept' text next to the most appropriate reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thanks,

AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,


AHS

1 Answer

· Write an Answer
Upvotes
Accepted
79.2k 251 52 74

@oscar.delatorre.torres

First, you can try to set the proxy port to 9060L.

eikonapir::set_proxy_port(9060L)  

Then, if it is still not working, please follow the steps in the Eikon Data API(Python) Troubleshooting article to verify the problem.


icon clock
10 |1500

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

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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