Miso Api#
Module Contents#
Classes Summary#
Class for querying the MISO API. Currently supports only pricing data. |
Attributes Summary#
Contents#
- class gridstatus.miso_api.MISOAPI(pricing_api_key: str = None, initial_sleep_seconds: int = 1)[source]#
Class for querying the MISO API. Currently supports only pricing data.
Arguments: pricing_api_key (str): The API key for the pricing API. Can be a comma-separated list of keys if you have multiple keys. initial_sleep_seconds (int): The number of seconds to wait between each request. Used to prevent rate limiting.
Methods