Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FR: A hybrid of history_daily and history_range #37

Open
ghost opened this issue Feb 6, 2018 · 1 comment
Open

FR: A hybrid of history_daily and history_range #37

ghost opened this issue Feb 6, 2018 · 1 comment
Assignees

Comments

@ghost
Copy link

ghost commented Feb 6, 2018

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?

@erichare
Copy link
Contributor

erichare commented Feb 8, 2018

That's a great suggestion and we will work on it!

@erichare erichare self-assigned this Feb 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant