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
ACTUAL_LOADS_URL_FORMAT
https://www.ercot.com/content/cdr/html/{timestamp}_actual_loads_of_forecast_zones.html
BASE
default_timezone
US/Central
interconnection_homepage
http://mis.ercot.com/misapp/GetReports.do?reportTypeId=15933
iso_id
ercot
LOAD_HISTORICAL_MAX_DAYS
14
name
Electric Reliability Council of Texas
status_homepage
Methods
Get ancillary service clearing prices in hourly intervals in Day Ahead Market
Get fuel mix 5 minute intervals
Get interconnection queue for ERCOT
Returns load forecast
Get Historical RTM Settlement Point Prices(SPPs) for each of the Hubs and Load Zones
Returns status of grid
- get_as_prices(date, verbose=False)[source]#
Get ancillary service clearing prices in hourly intervals in Day Ahead Market
- Arguments:
date(datetime or str): date of delivery for AS services verbose(bool): print verbose output. Defaults to False.
- Returns:
pd.Dataframe: dataframe with prices for “Non-Spinning Reserves”, “Regulation Up”, “Regulation Down”, “Responsive Reserves”,
- get_fuel_mix(date, verbose=False)[source]#
Get fuel mix 5 minute intervals
- Arguments:
date(datetime or str): “latest”, “today”. historical data currently not supported
verbose(bool): print verbose output. Defaults to False.
- Returns:
pd.Dataframe: dataframe with columns: Time and columns for each fuel type (solar and wind)
- get_interconnection_queue(verbose=False)[source]#
Get interconnection queue for ERCOT
Monthly historical data available here: http: // mis.ercot.com/misapp/GetReports.do?reportTypeId = 15933 & reportTitle = GIS % 20Report & showHTMLView = &mimicKey
- get_load_forecast(date, verbose=False)[source]#
Returns load forecast
Currently only supports today’s forecast