MISO · Example Payload

Miso Public Api Operations Displays Getwindsolargetwindforecast

EnergyUnited StatesElectricityEnergy MarketsGridSystem OperatorMarket OperatorWholesale PowerOpen Energy DataRenewablesSolarDemand ResponseUtilities

Miso Public Api Operations Displays Getwindsolargetwindforecast is an example object payload from MISO, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

ForecastRefIdMktDay

Example Payload

Raw ↑
{
  "Forecast": [
    {
      "DateTimeEST": "2026-07-27 12:00:00 AM",
      "HourEndingEST": "1",
      "Value": "13582.00"
    },
    {
      "DateTimeEST": "2026-07-27 1:00:00 AM",
      "HourEndingEST": "2",
      "Value": "13652.00"
    }
  ],
  "RefId": "27-Jul-2026 - Interval 08:00 EST",
  "MktDay": "07-27-2026"
}