WattTime / pyiso

Python client libraries for ISO and other power grid data sources.
http://pyiso.readthedocs.org/
Other
237 stars 110 forks source link

ISONE generation gets too much data #83

Closed aschn closed 7 years ago

aschn commented 8 years ago

When start_at and end_at are provided, times after end_at are returned too.

sample args: 'start_at': '2015-12-29 05:00:00+00:00', 'end_at': '2015-12-29 05:10:00+00:00', 'market': 'RT5M', 'latest': False

aschn commented 7 years ago

Fixed in #85