Hi there,
I am encountering a problem with <get_timeseries> function when retrieving historical commodity price with Eikon API. pls refer to details below.
If I pass one certain RIC to the rics parameter, like 'SF^1' in screenshot scenario 1, everything works well that historical data is returned from the the first trading day (2015-11-13) to last trading day (2018-01-12) in this example. PS: start_date parameter is set large enough to include the whole date rage.
But if I pass a list of RICs to the rics parameter, like ['SF^1', 'SH8^1', 'SK8^1....'SX8^1'] in screenshot scenario 2, the returned historical data starts from 2016-05-04, which means historical data before this date for some RIC is lost.
Thanks!
scenario 1:
scenario 2: