For a deeper look into our Eikon Data API, look into:
Overview | Quickstart | Documentation | Downloads | Tutorials | Articles
I am using the "COM APIs for use in custom applications" resp. the EikonDesktopDataAPI from C# through the ThomsonReuters.Desktop.SDK.DataAccess.Signed library (a nuget package).
It's working quite fine for symbol searches, real-time level-1 data, and historical data (for regular hours trades and quotes).
What I need now is to get historical Auction prices and volumes for the opening and closing auctions and also historical Auction Indicative prices and volumes.
Is there a way to get this information using the mentioned library?
First, you can check with the RHistory function in Eikon Excel to verify if there is any view (Category) in Rhistory which can provide the required data.
You may directly contact the Eikon support team via MyRefinitv to verify it.
If the data can be retrieved by the RHistory function, the same data can be retrieved by ITimeSeriesDataService.
How to convert a RHistory function into a EikonDataApi request?
Can EstGuidMeanAtDate return a single number?
Screening RICs with company names in R and Excel API
Client is using Eikon C# API, would like to get settlement price
== How to apply with Python Eikon API using C# .NET Framework IronPython ? ==