get_spain_hourly_prices
Retrieve Spanish hourly electricity spot prices for any date. Get 24 hourly rates, min/max/average, and identify cheapest and most expensive hours to manage daily electricity costs.
Instructions
Get Spanish hourly electricity prices (SPOT market) for a specific day.
Returns the 24 hourly prices for the Spanish Peninsular market (OMIE/MIBEL). This is the simplified version focused only on Spain, perfect for checking daily electricity costs.
Args: date: Date in YYYY-MM-DD format
Returns: JSON string with hourly prices, min/max/average, and the cheapest/most expensive hours.
Examples: Get today's hourly prices: >>> await get_spain_hourly_prices("2025-10-19")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |