get_price_analysis
Analyze historical electricity spot prices with statistics and multi-country comparison. Filter by geographic market and date range to gain insights into price trends across European countries.
Instructions
Get electricity price analysis over time.
Analyzes SPOT market prices with statistics and multi-country comparison. Note: SPOT price indicator returns data for multiple European countries. Use geo_filter to focus on a specific market.
Args: start_date: Start datetime in ISO format (YYYY-MM-DDTHH:MM) end_date: End datetime in ISO format (YYYY-MM-DDTHH:MM) geo_filter: Optional geographic filter (e.g., "Península", "Portugal", "France") If not specified, returns all countries
Returns: JSON string with price data and analysis.
Examples: Get Spanish hourly prices for a day: >>> await get_price_analysis("2025-10-08T00:00", "2025-10-08T23:59", "Península")
Get all countries' prices for comparison:
>>> await get_price_analysis("2025-10-08T00:00", "2025-10-08T23:59")Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_date | Yes | ||
| end_date | Yes | ||
| geo_filter | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |