I cannot find the manual document for Eikon C# API. Please help here. Thanks.
I cannot find the manual document for Eikon C# API. Please help here. Thanks.
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.refinitiv.com/en/api-catalog/eikon/-net-apis-for-use-in-custom-applications/tutorials
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
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.refinitiv.com/en/api-catalog/eikon/com-apis-for-use-in-custom-applications/documentation#developer-reference. 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?
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?