We use cookies for authentication and — with your consent — for analytics. Read more.

Skip to content
KETL Data
DataAppsMCPSign in
  1. Home
  2. Data catalogue
  3. Energimyndigheten — Swedish energy statistics
EnergyStandardCC0

Energimyndigheten — Swedish energy statistics

Energimyndigheten's statistics database via PxWebApi v1 provides access to the energy balance, electric power (production/consumption/prices per source), natural gas, petroleum and renewable energy for Sweden. Historical data back to 1970. CC0, identical PxWeb pattern to SCB.

—

Data volume

Yearly

Updates

3

MCP tools

Example response — /api/connectors/energimyndigheten/tables
{
  "data": "..."
}

MCP integration

Available MCP tools
energimyndigheten.categories
energimyndigheten.data
energimyndigheten.tables
Configuration for Claude Desktop / Cursor
{
  "mcpServers": {
    "energimyndigheten": {
      "url": "https://data.ketl.no/mcp/energimyndigheten",
      "headers": {
        "Authorization": "Bearer $KETL_API_KEY"
      }
    }
  }
}

Analysis apps that use this source

Ready-made tools built on Energimyndigheten — Swedish energy statistics data. Use them directly in the browser, or wire the same data into your own analysis via the API below.

Swedish energy statistics
Energy balance, electricity production and prices from Sweden.

API endpoints

GET
/tables

List energistatistikk-tabeller

Show curl example
# GET https://data.ketl.no/api/connectors/energimyndigheten/tables
curl \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/energimyndigheten/tables"

Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.

GET
/tables/{id}/metadata

Dimensjons-/variabel-metadata for én tabell (PxWeb v1)

Show curl example
# GET https://data.ketl.no/api/connectors/energimyndigheten/tables/{id}/metadata
curl \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/energimyndigheten/tables/{id}/metadata"

Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.

POST
/tables/{id}/data

Data-uttrekk (json-stat2) fra én tabell

Show curl example
# POST https://data.ketl.no/api/connectors/energimyndigheten/tables/{id}/data
curl -X POST \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/energimyndigheten/tables/{id}/data"

Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.

Access and pricing

Energimyndigheten — Swedish energy statistics is openly available — create an account to get started.

sverigeenergielektrisitetfornybarklimagassnordisk
KETL Data

Nordic open-data and compliance infrastructure. Source, rule and confidence on every answer.

Product links

  • Data
  • Apps
  • MCP
  • Contact

Legal links

  • AI transparency
  • Privacy
  • Terms
  • SLA
  • Cookies
  • Security

© 2026 KETL Data

build 8f3b7512