Reference congestion, ETA delay, waiting vessels and demurrage for Canal de Suez / Port Said (EGSUZ), Egito.
Congestion signal for Canal de Suez / Port Said (EGSUZ), Egito — Static reference seed (not live telemetry)., data_source=static_reference_seed updated at 2026-09-20 11:23:37.
{
"port_id": "EGSUZ",
"port_name": "Canal de Suez / Port Said",
"country": "Egito",
"congestion_score": 0.7,
"eta_delay_days": 1.8,
"waiting_vessels": 20,
"freight_volatility_index": 0.48,
"estimated_daily_demurrage_usd": 60000,
"updated_at": "2026-09-20 11:23:37",
"as_of": "2026-09-20 11:23:37",
"data_source": "static_reference_seed",
"data_source_label": "Static reference seed (not live telemetry).",
"live_detail": null,
"validation": null,
"decision_grade": "reference",
"signal": {
"level": "HIGH OPERATIONAL PRESSURE",
"live_observation": false,
"queue_vessels": 20,
"expected_delay_days": 1.8,
"demurrage_expected_usd": null,
"demurrage_p90_usd": null,
"confidence": null,
"provenance": "static_reference_seed",
"decision_implication": "Current conditions indicate high operational pressure at Canal de Suez / Port Said. Use caution when making schedule-sensitive routing, vessel-scheduling or demurrage-sensitive decisions.",
"as_of": "2026-09-20 11:23:37"
}
}pip install --upgrade aetherx-oracle
from aetherx import OracleClient
client = OracleClient(api_key="YOUR_RAPIDAPI_KEY")
risk = client.get_port_risk("EGSUZ")
print(risk.congestion_score, risk.eta_delay_days)Add the 24/48/72h trend with client.get_port_trend("EGSUZ"), or monitor several ports at once with client.get_ports_risk(["EGSUZ", "CNSHA"]). AI agents can consume the same data via the Aether-X MCP server.