Busan Port Congestion

Reference congestion, ETA delay, waiting vessels and demurrage for Busan (KRPUS), Coreia do Sul.

Congestion signal for Busan (KRPUS), Coreia do Sul — Static reference seed (not live telemetry)., data_source=static_reference_seed updated at 2026-09-19 13:16:59.

Score0.48
ETA delay0.9d
Waiting8
Demurrage$51,200

What this data means

24 / 48 / 72h projection

24h0.48
48h0.47
72h0.47
Trendestável
Example response
{
  "port_id": "KRPUS",
  "port_name": "Busan",
  "country": "Coreia do Sul",
  "congestion_score": 0.48,
  "eta_delay_days": 0.9,
  "waiting_vessels": 8,
  "freight_volatility_index": 0.33,
  "estimated_daily_demurrage_usd": 51200,
  "updated_at": "2026-09-19 13:16:59",
  "as_of": "2026-09-19 13:16:59",
  "data_source": "static_reference_seed",
  "data_source_label": "Static reference seed (not live telemetry).",
  "live_detail": null,
  "validation": null
}

Track Busan programmatically

Python SDK
pip install --upgrade aetherx-oracle

from aetherx import OracleClient

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

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

Get a free API key