Welcome to python-isodata’s documentation!

A Python library to retrieve energy market information from the major US ISOs.

Source: https://github.com/CaffeineLab/isodata

Installation

pip install python-isodata

Usage

>>> from isodata.sessions import Session
>>> pjm = Session('pjm')
>>> pjm.authorize((username, password, (cert, key))
>>> report = pjm.query(report='QueryPortfolios')

Energy Trading Tools

Caffeine Lab will publish more tools for energy traders at:

https://caffeinelab.com/mining-energy-data.html

Indices and tables