question

Upvotes
Accepted
13 6 4 12

manual for Eikon C# API

I cannot find the manual document for Eikon C# API. Please help here. Thanks.

eikoneikon-data-apieikon-com-api
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 78 11 27

Assuming you're interested in Eikon .NET APIs, you can find tutorials which give a thorough walk through all the functionality available through this API following the link below.
https://developers.thomsonreuters.com/eikon-apis/net-apis-use-custom-applications/learning
If you would like to use the newer Eikon Data APIs in C#, you may want to check out this open source project:
https://github.com/TR-API-Samples/Article.EikonDataAPI.DotNet.Library

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.

Thanks for the help. I am also looking at the C# API using Interop.EikonDesktopDataAPI.dll, Interop.RSearch.dll, etc., which is simply introduced here https://developers.thomsonreuters.com/eikon-com/eikon-desktop-data-api/docs?content=786&type=documentation_item. I don't see the github open source project using those functions. Do you have any other sources providing manual for using APIs like Interop.RSearch.dll?

Yes. Click on the Tutorials tab on the introductory page you referenced.

I have followed the sample code to lunch "new EikonDesktopDataAPI.EikonDesktopDataAPI();", but got the following error:

Additional information: Retrieving the COM class factory for component with CLSID {70B3E69B-E207-412E-8A27-E94A01F96728} failed due to the following error: 8007007e The specified module could not be found. (Exception from HRESULT: 0x8007007E)..

It looks like some COM component is required. Do you have any solution for this?

Show more comments

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.