gridstatus
is a Python library that provides a uniform API for accessing electricity supply, demand, and pricing data for the major Independent System Operators (ISOs) in the United States. It currently supports data from CAISO, SPP, ISONE, MISO, Ercot, NYISO, and PJM.
To preview some the data this library provide access to, visit GridStatus.io.
- Need Help? Post a GitHub issue
- Want to chat? Join our Slack
- Want to stay updated? Follow us on Twitter @grid_status
- Want to contribute? Read our Contributing Guide
gridstatus
supports python 3.7+. Install with pip
python -m pip install gridstatus
Upgrade using the following command
python -m pip install --upgrade gridstatus
To learn more, visit the documentation and view example notebooks.
We'd love to answer any usage or data access questions! Please let us know by posting a GitHub issue.