curl --fail-with-body --silent --show-error --get \
--header "Authorization: Bearer ${MINSTROEM_API_TOKEN}" \
--data-urlencode "from=2026-09-05T10:00:00Z" \
--data-urlencode "to=2026-09-05T11:00:00Z" \
--data-urlencode "resolution=hour" \
"https://api.minstroem.app/consumer/v1/me/addresses/${MINSTROEM_ADDRESS_ID}/prices"Get historical prices
Get confirmed electricity prices by hour or quarter-hour. Request up to 366 days at hourly resolution or 90 days at quarter-hour resolution, after range normalization.
curl --fail-with-body --silent --show-error --get \
--header "Authorization: Bearer ${MINSTROEM_API_TOKEN}" \
--data-urlencode "from=2026-09-05T10:00:00Z" \
--data-urlencode "to=2026-09-05T11:00:00Z" \
--data-urlencode "resolution=hour" \
"https://api.minstroem.app/consumer/v1/me/addresses/${MINSTROEM_ADDRESS_ID}/prices"GET /consumer/v1/me/addresses/{addressId}/prices?from={from}&to={to}&resolution={resolution}
Authorizations
API key created in the iOS app. Requires an active Min Strøm Plus subscription.
Path Parameters
Address ID returned by List addresses.
Query Parameters
Inclusive RFC 3339 start with Z or numeric offset. Fractions accepted. Expanded outward to the interval. UTC instant encoded with Z. Interval ends are exclusive.
"2026-09-05T10:00:00Z"
Exclusive RFC 3339 end after from. Expands outward unless aligned. Caps apply after expansion. UTC instant encoded with Z. Interval ends are exclusive.
"2026-09-05T10:00:00Z"
Confirmed historical price resolution. Hour has a 366-day cap; fifteenMinutes has 90 days after normalization.
hour, fifteenMinutes Response
Available readings in time order. Results may contain gaps or be empty.
UTC instant encoded with Z. Interval ends are exclusive.
"2026-09-05T10:00:00Z"
UTC instant encoded with Z. Interval ends are exclusive.
"2026-09-05T10:00:00Z"
Calendar used for interval boundaries: Europe/Copenhagen. Timestamps are UTC.
"Europe/Copenhagen"
hour, fifteenMinutes Currency for monetary amounts and per-kWh rates.
DKK, SEK, NOK Ascending sparse rows; empty is valid. Gaps are not zero readings.
Show child attributes
Show child attributes