Name | Data Type | Description |
id | Integer | Interna id for the price node |
type | String | … |
original_name | String | … |
original_codename | String | … |
node_type | String | Type of node |
latitude | Float | Latitude of node |
longitude | Float | Longitude of node |
address | String | Address of node |
zipcode | String | Zip code of node |
operator_id | Integer | Internal iso id |
price_node_type_id | Integer | Internal price node type id |
zone_id | Integer | Internal zone id |
price | Float | … |
congestion_price | Float | … |
congestion_date | String | … |
price_datetime | String | … |
zone_price_datetime | String | … |
nextday_average_dayahead_price_datetime | String | … |
zone_price | Float | … |
cg_code | String | Internal Clarity Grid code for the node |
zone_cg_code | String | Internal Clarity Grid code for the zone |
zone_original_name | String | … |
zone_original_codename | String | … |
prevyear_average_dayahead_price | Float | … |
zone_prevyear_average_dayahead_price | Float | … |
nextday_average_dayahead_price | Float | … |
zone_nextday_average_dayahead_price | Float | … |
owner | String | … |
capacity | String | Capacity of the node |
fuel_type | String | Fuel type of the node (Gen only) |
load_name | String | … |
utility_name | String | Name of the utility that the node belongs to |
utility_eia_id | Integer | … |
hub_node_id | Integer | … |
hub_original_name | String | … |
hub_cg_code | String | Internal Clarity Grid code for the hub |
asz_id | Integer | Internal ancillary service ID |
asz_original_name | String | … |
asz_cg_code | String | Internal Clarity Grid code for the ancillary service |
[
{
"id": 17538, Internal id for the price node
"type": "PriceNode", ...
"original_name": "New Caney", ...
"original_codename": "L EES NCY T1", ...
"node_type": "Load Point", Type of node
"latitude": 30.13493, Latitude of node
"longitude": -95.2196, Longitude of node
"address": "", Address of node
"zipcode": "77357", Zip code of node
"operator_id": 4, Internal iso id
"price_node_type_id": 1, Internal price node type id
"zone_id": 111681, Internal zone id
"price": 0.0543, ...
"congestion_price": 0, ...
"congestion_date": "", ...
"price_datetime": "", ...
"zone_price_datetime": "", ...
"nextday_average_dayahead_price_datetime": "", ...
"zone_price": 0.0301, ...
"cg_code": "CG_165763_L_MI", Internal Clarity Grid code for the node
"zone_cg_code": "CG_853966_Z_MI", Internal Clarity Grid code for the zone
"zone_original_name": "", ...
"zone_original_codename": "EES.BRAZLD", ...
"prevyear_average_dayahead_price": 0.0335, ...
"zone_prevyear_average_dayahead_price": 0, ...
"nextday_average_dayahead_price": 0.039, ...
"zone_nextday_average_dayahead_price": 0, ...
"owner": "null", ...
"capacity": "138.00/13.80 kv", Capacity of the node
"fuel_type": "NA", Fuel type of the node (Gen only)
"load_name": "Dist", ...
"utility_name": "Entergy Texas Inc.", Name of the utility that the node belongs to
"utility_eia_id": 55937, ...
"hub_node_id": 111544, ...
"hub_original_name": "Louisiana Hub", ...
"hub_cg_code": "CG_812631_H_MI", Internal Clarity Grid code for the hub
"asz_id": 218168, Internal ancillary service ID
"asz_original_name": "Ancillary Zone 1", ...
"asz_cg_code": "CG_081648_A_MI" Internal Clarity Grid code for the ancillary service
},
...
]
rev 1.0 2023-02-13