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
3 2 4 7

Historical auction prices and indicative auction prices using Eikon Desktop API

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?

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apieikon-com-apic#
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
78.1k 246 52 72

@lattanzi

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.



1603876288784.png (89.4 KiB)
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.

Thank you for your hints.

Using your recommendation, we were able to find out that we are only able to get the historical auction prices and volumes, NOT the indicative prices and volumes, unfortunately.

Thank you!

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.