Ercot
Contents
Ercot#
Module Contents#
Classes Summary#
Electric Reliability Council of Texas (ERCOT) |
Attributes Summary#
Report Type IDs |
|
|
|
Settlement Point Type Description |
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
location_types
None
markets
None
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
Get SPP data for ERCOT
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
- 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
- gridstatus.ercot.SETTLEMENT_POINT_PRICES_AT_RESOURCE_NODES_HUBS_AND_LOAD_ZONES_RTID = 12301[source]#
- gridstatus.ercot.SEVEN_DAY_LOAD_FORECAST_BY_FORECAST_ZONE_RTID = 12311[source]#
Settlement Point Type Description ========== ========== =========== Resource Node RN Resource Node for normal resource Resource Node PCCRN Physical Resource Node for combined cycle units Resource Node LCCRN Logical Resource Node for combined cycle plant Resource Node PUN Private Area Network Resource Node Load Zone LZ Congestion Load Zone Load Zone LZ_DC DCTIE Load Zone Hub HU Hub Hub SH ERCOT_345KV_HUBBUSES_AVG Hub AH ERCOT_HUB_AVG ============================================================ Source: https://www.ercot.com/files/docs/2009/10/26/07_tests_for_rsnable_lmps_overview_of_price_valid_tool_09102.ppt