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
7 0 1 2

Replicating RHistory in .NET without Eikon

We have an Excel spreadsheet utilising the call to RHistory function to retrieve the properties of certain RICs at specific time. The sample call is

=RHistory("GCM0","BID.CLOSE","INTERVAL:1M NBROWS:1 END:43817.6770833333",,"TRANSPOSE:YES")

We would like to extract the same value in C# application running on the server (no Eikon, no user session).

Could you please advise the API which can be used for this?

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

Upvotes
Accepted
22.1k 59 14 21

Hi @alexb99, Your request for historical time series or time and sales data is best serviced by using the TRTH (Tick History) API. It is a RESTful API and can be used in a server application with any programming language. Please contact your Refinitiv account manager to learn more about it.

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 Gurpreet.

Upvotes
24.7k 54 17 14

Hello @alexb99

You can find TRTH API resources (overview, document, tutorial, etc) from https://developers.refinitiv.com/thomson-reuters-tick-history-trth/thomson-reuters-tick-history-trth-rest-api page.

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.