get_international_exchanges
Retrieve international electricity exchange data by country for a given date and hour. Returns imports, exports, and net balance for Andorra, Morocco, Portugal, and France.
Instructions
Get international electricity exchanges at a specific time.
Returns import/export data by country (Andorra, Morocco, Portugal, France) with net balance calculations.
Args: date: Date in YYYY-MM-DD format hour: Hour in HH format (00-23, default: 12)
Returns: JSON string with imports, exports, and net balance by country.
Examples: Get exchanges at noon on Oct 8: >>> await get_international_exchanges("2025-10-08", "12")
Get overnight exchanges:
>>> await get_international_exchanges("2025-10-08", "02")Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | ||
| hour | No | 12 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |