New York Port Congestion

Reference congestion, ETA delay, waiting vessels and demurrage for New York (USNYC), EUA.

Congestion signal for New York (USNYC), EUA — Static reference seed (not live telemetry)., data_source=static_reference_seed updated at 2026-09-19 13:16:59.

Score0.34
ETA delay0.6d
Waiting4
Demurrage$45,600

What this data means

24 / 48 / 72h projection

24h0.33
48h0.32
72h0.31
Trenddescongestionando
Example response
{
  "port_id": "USNYC",
  "port_name": "New York",
  "country": "EUA",
  "congestion_score": 0.34,
  "eta_delay_days": 0.6,
  "waiting_vessels": 4,
  "freight_volatility_index": 0.26,
  "estimated_daily_demurrage_usd": 45600,
  "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 New York programmatically

Python SDK
pip install --upgrade aetherx-oracle

from aetherx import OracleClient

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

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

Get a free API key