Energy
Svenska kraftnat (Mimer) logo

Svenska kraftnat (Mimer) API

mimer.svk.se

Swedish grid market portal - production statistics, FCR tables, and EUR/SEK history.

Actions
7
Category
Energy
Login
Not required
Output
JSON

Call the Svenska kraftnat (Mimer) API

Submit a task, then poll the job until it settles. This example runs act_mimer_svk_se_exchange_rate_csv_download.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_mimer_svk_se_exchange_rate_csv_download",
    "params": {
      "periodFrom": "05/02/2026 00:00:00",
      "periodTo": "06/03/2026 00:00:00"
    }
  }'

7 actions on mimer.svk.se

Read

  • Exchange Rate CSV Download

    act_mimer_svk_se_exchange_rate_csv_downloadread2 credits / call

    Returns historical EUR/SEK exchange-rate values as CSV for a date range.

    periodFrom
    string · required
    periodTo
    string · required
  • Exchange Rate Excel Download

    act_mimer_svk_se_exchange_rate_excel_downloadread2 credits / call

    Returns historical EUR/SEK exchange-rate values as Excel for a date range.

    periodFrom
    string · required
    periodTo
    string · required
  • Exchange Rate Index

    act_mimer_svk_se_exchange_rate_indexread2 credits / call

    Returns the EUR/SEK exchange-rate table with daily values for a period.

    period_from
    date
    period_to
    date
  • Primary Regulation FCR History

    act_mimer_svk_se_primary_regulation_fcr_history_2023read2 credits / call

    Returns FCR regulation historical price and volume data for a date range.

    period_from
    date
    period_to
    date
  • Primary Regulation FCR Index

    act_mimer_svk_se_primary_regulation_fcr_indexread2 credits / call

    Returns current FCR regulation pricing and volume rows for a date range.

    period_from
    date
    period_to
    date
  • Primary Regulation History Index

    act_mimer_svk_se_primary_regulation_history_indexread2 credits / call

    Returns long-history FCR regulation time-series rows for a date range.

    period_from
    date
    period_to
    date
  • Production Statistics Index

    act_mimer_svk_se_production_statistics_indexread2 credits / call

    Returns hourly production and consumption statistics for a date range.

    period_from
    date
    period_to
    date

Svenska kraftnat (Mimer) API questions

Is there an API for Svenska kraftnat (Mimer)?
Svenska kraftnat (Mimer) does not offer a public data API for this, but Anakin Wire provides 7 maintained endpoints for mimer.svk.se. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Svenska kraftnat (Mimer) data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when mimer.svk.se changes its markup, Anakin updates the action.
Do I need a Svenska kraftnat (Mimer) account?
No. Every Svenska kraftnat (Mimer) action listed here runs anonymously — no account and no credentials required.
What does the Svenska kraftnat (Mimer) API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.