ISO New England · Arazzo Workflow
ISO New England grid snapshot
Version 1.0.0
Build a complete current picture of the New England power system - resolve the location registry, check feed freshness, then pull system load, generation fuel mix, Hub price and the hourly load forecast. Every operationId exists verbatim in the referenced OpenAPI. All calls require HTTP Basic credentials from a free ISO Express account; anonymous calls return 401.
View Spec
View on GitHub
EnergyUnited StatesElectricityEnergy MarketsGridOpen DataWholesale MarketsDemand ResponseRenewablesNew EnglandArazzoWorkflows
Provider
Workflows
grid-snapshot
Current load, fuel mix, Hub LMP and load forecast for the New England system.
Reads five public feeds in sequence. Step 1 resolves the location registry so ids can be checked rather than assumed; step 2 uses the /info freshness endpoint so a caller can skip the pull when nothing has advanced.
1
list-locations
getLocationsAll
Resolve every published pricing/load location (1,302 entries observed 2026-07-27).
2
check-freshness
getFiveminutelmpInfo
Read ServiceInfo.LatestBeginDate for the five-minute LMP feed before pulling it.
3
system-load
getFiveminutesystemloadCurrent
Current five-minute system load, including behind-the-meter PV estimates.
4
fuel-mix
getGenfuelmixCurrent
Current generation fuel mix in MW by fuel category, with the marginal-fuel flag.
5
hub-price
getFiveminutelmpCurrentLocationByLocationId
Current five-minute LMP for the requested location.
6
load-forecast
getHourlyloadforecastCurrent
Current hourly load forecast.