The Prezio API provides comprehensive electricity pricing data across European markets, enabling you to build powerful energy applications with accurate, location-specific pricing information.

API Workflow

The diagram below shows the typical workflow for retrieving electricity pricing data with the Prezio API:

The /countries/ endpoint is available to discover supported countries but is not required for most workflows. You can proceed directly with country codes (e.g., “DK”, “SE”, “NO”) if you already know which country you’re working with.

This workflow reflects how you’ll typically interact with the API:

  1. Start with a location - The end-user’s address or coordinates
  2. Find applicable organizations - Discover which DSOs, retailers, etc. serve that location
  3. Get relevant tariffs - Retrieve tariffs from the organization you select (repeat for all organizations contributing to the end-user’s total price)
  4. Get pricing information - Use either the /live/ endpoint for current prices or /calculate/ for specific consumption

Key Concepts

Core API Endpoints

API Value

The Prezio API solves critical challenges in the energy industry by providing:

Single Integration

Access comprehensive pricing data through one API instead of connecting to dozens of providers, significantly reducing development time.

Standardized Format

Consistent data structure across all markets and providers, making it easy to expand to new regions.

Location Intelligence

Automatically determine applicable tariffs based on geographic location without needing to understand complex market structures.

Complete Price Picture

All price components in one place - grid costs, energy costs, taxes, and fees - giving you the full electricity cost.

New to the Prezio API? Head to our Quickstart Guide to make your first API call, or try out Environment Setup to understand sandbox testing.