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
19 13 13 14

Error using Eikon Data API for TR fields

Hi,

I am trying to retrieve TR fields with C# doing this:

IEikon eikon = Eikon.CreateDataAPI(
eikon.SetAppKey(Credentials.AppKey)

var data = eikon.GetData("ES137069547=", "TR.IssuerRating");

But I am getting the following exception:

EikonDataAPI.EikonException: 'InternalServerError: No connection could be made because the target machine actively refused it 127.0.0.1:36036'

Could anyone help me to solve this issue please? Is there an alternative way to retrieve TR fields?

Thanks in advance

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apic#.net
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.

1 Answer

· Write an Answer
Upvotes
Accepted
39.4k 77 11 27

@YERAY SOSA ALONSO

Do you have Eikon desktop application is running on the same machine where you execute your code? Eikon Desktop APIs have runtime dependency on Eikon desktop application running on the same machine.

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.