The four flow types
convergence
convergence
Power flows from the higher-price zone to the lower-price zone, reducing the price spread. This is the expected economic behavior : electricity moves toward price equilibrium.
congestion
congestion
Power would flow toward price equilibrium but the interconnector is at its physical capacity limit (NTC), preventing further equalization. The price spread persists.
counter_intuitive
counter_intuitive
Power flows from the lower-price zone to the higher-price zone, opposite to what price signals suggest. This often occurs due to loop flows, scheduled exchanges, or market coupling artifacts.
outage
outage
The border was unavailable due to a planned or unplanned outage of the interconnector during the period.
Flow type in API responses
Theflow_type field in a FlowTypeRow contains one of these four strings for each hourly observation. To see aggregated daily breakdowns, use BorderFlowSummaryRow which returns the percentage of hours in a day that fall into each category:
These four percentages sum to approximately 100% for each daily border pair.
For a zone-level view of counter-intuitive behavior, the
ZoneCiShareRow provides:
Related endpoints
GET /api/v1/flows: raw hourly flow classificationsGET /api/v1/flow-type-summary: daily border-level percentage breakdownsGET /api/v1/ci-share: daily zone-level counter-intuitive share