We are
looking for Moving Average time series objects which can return data on a
historical date like 12/31/2018, as opposed to only current data. And we should be able to get that data through API.
For example, we want to find the value of the 20-day moving average of AAPL on 12/31/2018.
Is this doable? Thank you!