TimeSeries C++

Hello,

We would like to collect time series data for stocks or indexes through C++ API so as to get the equivalent of the following Excel function which provides Timestamp, Trade High, Trade Low, Trade Open, Trade Close, Trade Count and Trade Volume for a given instrument, interval and number of time requests. Thank you in advance for your answer

=RHistory("FDXc1","","NBROWS:1000 INTERVAL:60M",,"TSREPEAT:NO CH:Fd")

Best Answer

Answers

  • Will look at it, thank you very much for your prompt answer

  • Hello, I could download the API and run the example, thanks a lot.