v2

latestOpenAPI 3.0.4Commercial License2026-08-0718678294.5 KB
Marine Fuels
Premium

Get marine fuel prices for all ports

Global marine bunker fuel prices including VLSFO, HFO 380, and MGO. Covers major bunkering ports worldwide. Premium Feature - Professional tier and above.

get/v1/prices/marine-fuels

Response

Marine fuel prices

statusstring

Example response

{
  "status": "success",
  "data": [
    {
      "port_code": "SINGAPORE",
      "port_name": "Singapore",
      "prices": {
        "VLSFO": 685,
        "HFO_380": 545,
        "MGO": 875
      },
      "currency": "USD",
      "unit": "per MT"
    }
  ]
}