TheDocumentation Index
Fetch the complete documentation index at: https://docs.prezio.eu/llms.txt
Use this file to discover all available pages before exploring further.
/live/ endpoint provides current electricity prices for specified tariffs at a given location. This endpoint returns a timeseries of price data covering recent hours and upcoming periods, making it ideal for applications needing current pricing information.
Endpoint Overview
Location Specification
The Live endpoint follows the same location specification pattern as other Prezio endpoints:- You must provide either a location_id, a pair of
latitude/longitudecoordinates, or anaddress. - The provided location is used to determine which tariffs are applicable in that geographic location.
- For improved accuracy and faster response times, prefer using coordinates over address.
Time Range
The Live endpoint can return price data for 3 days:- Yesterday (from midnight yesterday in local time)
- Today (returned by default if no date is provided)
- Tomorrow
Price Precision
All price fields in the response use 6 decimal places (e.g.,"0.123456"), providing high precision for financial calculations and energy cost analysis.
Example Requests
Response Structure
The response contains a timeseries of pricing data with information about tariff components:- Full Detail
- Semi Detail
- Summarized
Detail Levels
Full Detail
Returns all price components individually with metadata about each component, ideal for detailed cost analysis.
Semi Detail
Aggregates costs by organization type (DSO, Retailer, etc.), providing simplified but still informative breakdown.
Summarized
Returns only total price for each time interval, useful when only the bottom line matters.
If you only need total prices, use
detail=summarized to minimize response payload size and get a faster response.VAT Handling
Control how Value Added Tax is represented in the response:VAT Excluded
VAT Excluded
All prices exclude VAT (default behavior).
VAT Included
VAT Included
Each price component includes its applicable VAT.
VAT Separated
VAT Separated
VAT is shown as separate component(s).
Missing spot market prices
Common Use Cases
Real-Time Pricing Display
Show current and upcoming electricity prices to help users make informed decisions about energy usage.
Smart Device Control
Power automated systems that activate or deactivate devices based on current electricity prices.
Cost Forecasting
Provide users with near-term cost projections for planned energy consumption.
Price Alerts
Notify users when electricity prices fall below or rise above specified thresholds.

