MISO · Example Payload

Miso Data Exchange Lgi Get_V1_Forecast_Date_Load

EnergyUnited StatesElectricityEnergy MarketsGridSystem OperatorMarket OperatorWholesale PowerOpen Energy DataRenewablesSolarDemand ResponseUtilities

Miso Data Exchange Lgi Get_V1_Forecast_Date_Load is an example object payload from MISO, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

datapage

Example Payload

Raw ↑
{
  "data": [
    {
      "timeInterval": {
        "resolution": "daily",
        "start": "2023-06-28 00:00:00.000",
        "end": "2023-06-29 00:00:00.000",
        "value": "2023-06-29"
      },
      "region": "NORTH",
      "localResourceZone": "Z1",
      "loadForecast": 1349,
      "init": "2026-02-02"
    }
  ],
  "page": {
    "pageNumber": 0,
    "pageSize": 0,
    "totalElements": 0,
    "totalPages": 0,
    "lastPage": true
  }
}