Reference congestion, ETA delay, waiting vessels and demurrage for Hamburg (DEHAM), Alemanha.
Congestion signal for Hamburg (DEHAM), Alemanha — Static reference seed (not live telemetry)., data_source=static_reference_seed updated at 2026-09-19 13:16:59.
{
"port_id": "DEHAM",
"port_name": "Hamburg",
"country": "Alemanha",
"congestion_score": 0.44,
"eta_delay_days": 0.9,
"waiting_vessels": 7,
"freight_volatility_index": 0.3,
"estimated_daily_demurrage_usd": 49600,
"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
}pip install --upgrade aetherx-oracle
from aetherx import OracleClient
client = OracleClient(api_key="YOUR_RAPIDAPI_KEY")
risk = client.get_port_risk("DEHAM")
print(risk.congestion_score, risk.eta_delay_days)Add the 24/48/72h trend with client.get_port_trend("DEHAM"), or monitor several ports at once with client.get_ports_risk(["DEHAM", "CNSHA"]). AI agents can consume the same data via the Aether-X MCP server.