curl
curl --fail-with-body --silent --show-error \
--header "Authorization: Bearer ${MINSTROEM_API_TOKEN}" \
"https://api.minstroem.app/consumer/v1/me/addresses/${MINSTROEM_ADDRESS_ID}/forecast-prices"{
"addressId": "2b4bf7a8-b5d0-45ab-8d42-3a5688bba167",
"resolution": "hour",
"isEstimate": true,
"timeZone": "Europe/Copenhagen",
"currency": "DKK",
"vatIncluded": true,
"data": [
{
"start": "2026-09-05T10:00:00Z",
"end": "2026-09-05T11:00:00Z",
"totalPricePerKWh": 1.234,
"variableChargesPerKWh": null
}
]
}API reference
Get forecast prices
Get upcoming hourly price estimates for DK1, DK2, SE3, and SE4. Forecasts follow the latest confirmed price, starting no earlier than the current hour. The available forecast period varies.
curl
curl --fail-with-body --silent --show-error \
--header "Authorization: Bearer ${MINSTROEM_API_TOKEN}" \
"https://api.minstroem.app/consumer/v1/me/addresses/${MINSTROEM_ADDRESS_ID}/forecast-prices"{
"addressId": "2b4bf7a8-b5d0-45ab-8d42-3a5688bba167",
"resolution": "hour",
"isEstimate": true,
"timeZone": "Europe/Copenhagen",
"currency": "DKK",
"vatIncluded": true,
"data": [
{
"start": "2026-09-05T10:00:00Z",
"end": "2026-09-05T11:00:00Z",
"totalPricePerKWh": 1.234,
"variableChargesPerKWh": null
}
]
}GET /consumer/v1/me/addresses/{addressId}/forecast-prices
Authorizations
API key created in the iOS app. Requires an active Min Strøm Plus subscription.
Path Parameters
Address ID returned by List addresses.
Response
Available readings in time order. Results may contain gaps or be empty.
Allowed value:
"hour"Calendar used for interval boundaries: Europe/Copenhagen. Timestamps are UTC.
Example:
"Europe/Copenhagen"
Currency for monetary amounts and per-kWh rates.
Available options:
DKK, SEK, NOK Ascending sparse rows; empty is valid. Gaps are not zero readings.
Show child attributes
Show child attributes