MISO · Example Payload

Miso Data Exchange Pricing Get_V1_Day_Ahead_Date_Lmp_Expost

EnergyUnited StatesElectricityEnergy MarketsGridSystem OperatorMarket OperatorWholesale PowerOpen Energy DataRenewablesSolarDemand ResponseUtilities

Miso Data Exchange Pricing Get_V1_Day_Ahead_Date_Lmp_Expost 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": [
    {
      "interval": "1",
      "timeInterval": {
        "resolution": "daily",
        "start": "2023-06-28 00:00:00.000",
        "end": "2023-06-29 00:00:00.000",
        "value": "2023-06-29"
      },
      "node": "ALTW.WELLS1",
      "lmp": 21.6,
      "mcc": 0.02,
      "mec": 20.94,
      "mlc": 0.64
    }
  ],
  "page": {
    "pageNumber": 0,
    "pageSize": 0,
    "totalElements": 0,
    "totalPages": 0,
    "lastPage": true
  }
}