MISO · Example Payload

Miso Public Api Markets Displays Getmarketpricinggetexantelmp

EnergyUnited StatesElectricityEnergy MarketsGridSystem OperatorMarket OperatorWholesale PowerOpen Energy DataRenewablesSolarDemand ResponseUtilities

Miso Public Api Markets Displays Getmarketpricinggetexantelmp is an example object payload from MISO, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

LMPData

Example Payload

Raw ↑
{
  "LMPData": {
    "RefId": "27-Jul-2026 - Interval 08:15 EST",
    "ExAnteLMP": {
      "HourAndMin": "08:15",
      "Hub": [
        {
          "name": "ARKANSAS.HUB",
          "LMP": "22.12",
          "loss": "-1.67",
          "congestion": "-1.91"
        },
        {
          "name": "ILLINOIS.HUB",
          "LMP": "24.84",
          "loss": "-0.86",
          "congestion": "0.00"
        }
      ]
    }
  }
}