Ercot
Contents
Ercot#
Module Contents#
Classes Summary#
Electric Reliability Council of Texas (ERCOT) |
Attributes Summary#
Contents#
- class gridstatus.ercot.Ercot[source]#
Bases:
gridstatus.base.ISOBaseElectric Reliability Council of Texas (ERCOT)
Attributes
BASE
default_timezone
US/Central
iso_id
ercot
name
Electric Reliability Council of Texas
status_homepage
Methods
Get fuel mix in 5 minute intervals for a provided day
Get Historical RTM Settlement Point Prices (SPPs) for each of the Hubs and Load Zones
Returns status of grid
Returns most recent data point for supply in MW
- get_fuel_mix(date)[source]#
Get fuel mix in 5 minute intervals for a provided day
- Arguments:
date (datetime or str): “latest”, “today”, or an object that can be parsed as a datetime for the day to return data.
start (datetime or str): start of date range to return. alias for date parameter. Only specify one of date or start.
end (datetime or str): “today” or an object that can be parsed as a datetime for the day to return data. Only used if requesting a range of dates.
verbose (bool): print verbose output. Defaults to False.
- Returns:
pd.Dataframe: dataframe with columns: Time and columns for each fuel type
- get_rtm_spp(year)[source]#
Get Historical RTM Settlement Point Prices (SPPs) for each of the Hubs and Load Zones
- Arguments:
year (int): year to get data for
Source: https://www.ercot.com/mp/data-products/data-product-details?id=NP6-785-ER