Hi all,
I would like to get bid high and bid low hourly data, and the Excel formula as follows.
=RHistory("AUD=","BID.Timestamp;BID.High;BID.Low","START:2019-06-25 INTERVAL:60M","FRQ:1H","TSREPEAT:NO CH:In;Fd")
I used GetTimeSeries to get the data, but the TimeSeriesField in EikonDataAPI only has HIGH and LOW parameters. How could I retrieve the same results through API?
Thanks for helping.