Canal do Panamá / Balboa Port Congestion

Reference congestion, ETA delay, waiting vessels and demurrage for Canal do Panamá / Balboa (PABLB), Panamá.

Congestion signal for Canal do Panamá / Balboa (PABLB), Panamá — Static reference seed (not live telemetry)., data_source=static_reference_seed updated at 2026-09-20 11:23:37.

Score0.75
ETA delay2.2d
Waiting25
Demurrage$62,000

What this data means

24 / 48 / 72h projection

24h0.78
48h0.79
72h0.80
Trendacelerando
Example response
{
  "port_id": "PABLB",
  "port_name": "Canal do Panamá / Balboa",
  "country": "Panamá",
  "congestion_score": 0.75,
  "eta_delay_days": 2.2,
  "waiting_vessels": 25,
  "freight_volatility_index": 0.52,
  "estimated_daily_demurrage_usd": 62000,
  "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": 25,
    "expected_delay_days": 2.2,
    "demurrage_expected_usd": null,
    "demurrage_p90_usd": null,
    "confidence": null,
    "provenance": "static_reference_seed",
    "decision_implication": "Current conditions indicate high operational pressure at Canal do Panamá / Balboa. Use caution when making schedule-sensitive routing, vessel-scheduling or demurrage-sensitive decisions.",
    "as_of": "2026-09-20 11:23:37"
  }
}

Track Canal do Panamá / Balboa programmatically

Python SDK
pip install --upgrade aetherx-oracle

from aetherx import OracleClient

client = OracleClient(api_key="YOUR_RAPIDAPI_KEY")
risk = client.get_port_risk("PABLB")
print(risk.congestion_score, risk.eta_delay_days)

Add the 24/48/72h trend with client.get_port_trend("PABLB"), or monitor several ports at once with client.get_ports_risk(["PABLB", "CNSHA"]). AI agents can consume the same data via the Aether-X MCP server.

Get a free API key