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?

Best Answer

  • Gurpreet
    Gurpreet admin
    Answer ✓

    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.

Answers