v2

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

Get historical marine fuel prices

Retrieve marine fuel price history for supported ports, fuel grades, and date ranges.

get/v1/prices/marine-fuels/historical

Query parameters

port_codestring required
Example:SGSIN

Port code

fuel_typestring required
Example:VLSFO

Fuel type

period'1d' | '1w' | '1m' | '3m' | '1y'
Example:1y

Time period

interval'hourly' | 'daily' | 'weekly' | 'monthly'
Example:daily

Data interval for historical data

Response

Historical marine fuel data

statusstring

Example response

{
  "status": "success",
  "data": [
    {
      "price": 685
    }
  ]
}