PVPC hourly Spanish energy prices API
A versatile **RESTful** API that aggregates and serves hourly data for **Spanish electricity prices** from the Precio voluntario para el pequeño consumidor (**PVPC**). The server will automatically fetch the price data for the next day, each day at 20:30 (Madrid time). *Data Source: REData API* ## Why should I use this server over the REData API? - Timeframes can be requested in seconds since…
PVPC hourly Spanish energy prices API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
electricity price (daily) /price-daily/{timestamp}/{zone} |
Returns JSON with price data for the day that matches the timestamp in the given zone. Returned "time" object is l o c a l time in the given zone. Parameter 1: number -… |
| GET |
electricity price (hourly) /price/{timestamp}/{zone} |
Returns JSON with price data for the hour that matches the timestamp in the given zone. Returned "time" object is l o c a l time in the given zone. Parameter 1: number -… |
| GET |
electricity price - daily average /price-average/{timestamp}/{zone} |
Returns JSON with price average for the day that matches the timestamp in the given zone. Returned "time" object is l o c a l time in the given zone. Parameter 1: number -… |
PVPC hourly Spanish energy prices API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC Recommended | Free | 100 / minute |
|