getAllRealTimeLmpData
Get Real-Time LMPs for Load Zones and Trading Hubs.
Possible Errors
Allowed Viewers
Required Permissions
(No)Query Complexity
1Examples
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
query GetAllRealTimeLmpData {
getAllRealTimeLmpData {
lastUpdatedAtDatetime
LMP
SettlementPoint
}
}
Response
{
"data": {
"getAllRealTimeLmpData": [
{
"lastUpdatedAtDatetime": "2009-10-12T21:53:16.314427+00:00",
"LMP": 764.43,
"SettlementPoint": "HB_BUSAVG"
}
]
}
}