PVPC_ES_2TD
Spain PVPC Regulated Electricity Tariff
Daily average of the hourly PVPC 2.0TD regulated electricity tariff in Peninsular Spain. Source: ESIOS/REE indicator 1001. Units: €/MWh.
Country
ES
EUR
Frequency
daily
Update cadence
Category
Electricity
Rate type
Access
REST API
JSON · CSV
What is Spain PVPC Regulated Electricity Tariff (PVPC_ES_2TD)?
Spain PVPC Regulated Electricity Tariff is an electricity spot price — the day-ahead market price for electricity delivery in a specific bidding zone. Electricity prices are set by the intersection of supply bids (generation stack) and demand forecasts in the wholesale auction market.
Electricity spot prices are essential for power generators, industrial consumers with variable tariffs, energy retailers, and grid operators. Prices can go negative when renewable generation exceeds demand, and can spike to hundreds of €/MWh during cold waves or supply shortages.
- Set daily in the day-ahead market auction
- OMIE operates the Iberian electricity market (Spain & Portugal)
- Prices can be negative during renewable surplus
- Strongly correlated with gas prices and CO₂ costs
Uses and Related Industries
Primary Industries
Specific Applications
- Day-ahead electricity price forecasting for generation scheduling
- Energy procurement optimization for large industrial consumers
- Renewable energy asset valuation and PPA pricing
- Negative price event detection and demand response triggering
- Cross-border electricity price spread monitoring (Spain vs. Portugal)
API Usage Examples for PVPC_ES_2TD
Click each endpoint to see the request URL, parameters, and a sample response.
API Request
https://energy-api.com/api/v1/latest?api_key=YOUR_API_KEY&symbols=PVPC_ES_2TD
Request Parameters
| Parameter | Required | Description |
|---|---|---|
| api_key | required | Your API key. |
| symbols | required | Comma-separated symbol codes. E.g. PVPC_ES_2TD |
Sample Response
{
"success": true,
"date": "2026-06-13",
"rates": {
"PVPC_ES_2TD": 50
},
"dates": {
"PVPC_ES_2TD": "2026-06-13"
}
}
API Request
https://energy-api.com/api/v1/historical?api_key=YOUR_API_KEY&symbols=PVPC_ES_2TD&date=2026-06-13
Request Parameters
| Parameter | Required | Description |
|---|---|---|
| api_key | required | Your API key. |
| symbols | required | Symbol code(s). E.g. PVPC_ES_2TD |
| date | required | Date in YYYY-MM-DD format. |
Sample Response
{
"success": true,
"historical": true,
"date": "2026-06-13",
"rates": {
"PVPC_ES_2TD": 50
}
}
API Request
https://energy-api.com/api/v1/timeseries?api_key=YOUR_API_KEY&symbols=PVPC_ES_2TD&start=2026-05-21&end=2026-06-20
Request Parameters
| Parameter | Required | Description |
|---|---|---|
| api_key | required | Your API key. |
| symbols | required | Symbol code(s). E.g. PVPC_ES_2TD |
| start | required | Start date (YYYY-MM-DD). Query param name is start. |
| end | required | End date (YYYY-MM-DD). Query param name is end. |
Sample Response
{
"success": true,
"symbols": [
"PVPC_ES_2TD"
],
"rates": {
"2026-05-21": {
"PVPC_ES_2TD": 50
},
"2026-06-20": {
"PVPC_ES_2TD": 50
}
}
}
API Request
https://energy-api.com/api/v1/fluctuation?api_key=YOUR_API_KEY&symbols=PVPC_ES_2TD&start=2026-05-21&end=2026-06-20
Request Parameters
| Parameter | Required | Description |
|---|---|---|
| api_key | required | Your API key. |
| symbols | required | Symbol code(s). E.g. PVPC_ES_2TD |
| start | required | Start date (YYYY-MM-DD). Query param name is start. |
| end | required | End date (YYYY-MM-DD). Query param name is end. |
Sample Response
{
"success": true,
"fluctuation": {
"PVPC_ES_2TD": {
"start_rate": 50,
"end_rate": 50.12,
"change": 0.12,
"change_pct": 0.24
}
}
}
API Request
https://energy-api.com/api/v1/ohlc?api_key=YOUR_API_KEY&symbols=PVPC_ES_2TD&start=2026-05-21&end=2026-06-20&period=monthly
Request Parameters
| Parameter | Required | Description |
|---|---|---|
| api_key | required | Your API key. |
| symbols | required | Symbol code. E.g. PVPC_ES_2TD |
| start | required | Start date (YYYY-MM-DD). |
| end | optional | End date (YYYY-MM-DD). Defaults to today. |
| period | optional | Grouping: monthly (default), weekly, quarterly. |
Sample Response
{
"success": true,
"symbol": "PVPC_ES_2TD",
"period": "monthly",
"ohlc": [
{
"period": "2026-05",
"open": 50,
"high": 50.25,
"low": 49.9,
"close": 50.12,
"data_points": 21
}
]
}
YOUR_API_KEY with your key
Get a free API key →
Factors Influencing PVPC_ES_2TD
Market Factors
- Day-ahead demand forecast for the bidding zone
- Renewable generation forecast: wind and solar capacity factors
- Thermal generation availability (outages, maintenance)
- Gas and carbon prices (set the marginal cost of gas-fired generation)
Technical Factors
- Cross-border interconnector capacity and congestion rents
- Pumped hydro storage dispatch and reservoir levels
- Intraday price convergence vs. day-ahead settlement
- Demand response activation thresholds and interruptible loads
External Factors
- Nuclear fleet availability in France (major driver of Iberian imports)
- Drought conditions affecting hydropower output in Iberian Peninsula
- EU renewable energy policy and installed capacity additions
- Industrial demand shifts from economic cycles and energy-intensive sector activity
Other rates from ES
Other Electricity rates
Symbol Details
- Symbol
- PVPC_ES_2TD
- Category
- Electricity
- Country
- ES
- Currency
- EUR
- Provider
- esios
- Frequency
- daily
- Unit
- percent
Access PVPC_ES_2TD via REST API
Get live and historical Spain PVPC Regulated Electricity Tariff data in JSON format. One API, 50+ countries, normalized.