Is there a C++ or Python version of the Excel function RHistory to get timeseries?

I see that there is a way to retrieve time series data via the .NET API, I am wondering if there is a C++ version or a Python version.

Best Answer

  • Neil Shah
    Answer ✓

    The RHistory API can not itself be used in applications outside Excel.

    The RTX COM API can provide some interday data, so two years worth of end of day data, which can in theory be accessed in python or C++.

    The nicest solution will be to use the Eikon scripting API for timeseries, but that is not yet released. Its planned to be out in a few months

Answers