You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, history_range() returns a number of observations over the course of the days specified by date_start and date_end.
I'm only really interested in one overall observation for a range of days over the calendar year, so I'd be more inclined to use history_daily(), except that I have to iterate through each of the days of the year. That in itself is not a problem, but I like that that history_range() provides a limit to the API key to avoid running over their 10 requests/minute limit. Would it be possible to offer this as an alternative?
The text was updated successfully, but these errors were encountered:
Currently,
history_range()
returns a number of observations over the course of the days specified bydate_start
anddate_end
.I'm only really interested in one overall observation for a range of days over the calendar year, so I'd be more inclined to use
history_daily()
, except that I have to iterate through each of the days of the year. That in itself is not a problem, but I like that thathistory_range()
provides a limit to the API key to avoid running over their 10 requests/minute limit. Would it be possible to offer this as an alternative?The text was updated successfully, but these errors were encountered: