Let s say I want to query the field TR.PriceClose on FRX.TO over the period 2019-05-31 and 2019-07-15. What should I do to get the timeseries of prices along with the corresponding dates?
When query ["TR.PriceCloseDate", "TR.PriceClose"] together the results do not seem to be aligned. I observe a very unstable behavior of the results depending of the time range I query. Sometimes I get duplicated dates with different prices. And sometimes the prices are shifted leaving NaN at the end of the time series.