A parameter should be added to the popularity history and quote history endpoints that, when provided, only sends one data point per day for data from over one year ago. The parameter can be called partialOldData or something like that.
Assuming the current date is June 12 2020 and the flag parameter is set, then the returned timeseries should be filtered to remove all but one update from each day before June 12 2019. The first data point from each day can be picked, discarding the rest.
The keys used in caching should be updated to reflect this new parameter.
A parameter should be added to the popularity history and quote history endpoints that, when provided, only sends one data point per day for data from over one year ago. The parameter can be called
partialOldData
or something like that.Assuming the current date is June 12 2020 and the flag parameter is set, then the returned timeseries should be filtered to remove all but one update from each day before June 12 2019. The first data point from each day can be picked, discarding the rest.
The keys used in caching should be updated to reflect this new parameter.