Marine Fuels
Premium
Get latest marine fuel prices by port
Retrieve the latest available marine fuel prices for one or more supported ports.
get/v1/prices/marine-fuels/latest
Query parameters
port_code'SINGAPORE' | 'ROTTERDAM' | 'HOUSTON' | 'FUJAIRAH' | 'HONG_KONG' | 'LOS_ANGELES' | 'NEW_YORK' | 'SANTOS' | 'DUBAI' | 'GIBRALTAR' | 'ALGECIRAS' | 'PIRAEUS' | 'ISTANBUL' | 'BUSAN' | 'SHANGHAI'
Example:SINGAPORE
Port code (e.g., SINGAPORE, ROTTERDAM)
fuel_type'VLSFO' | 'HFO_380' | 'HFO_180' | 'MGO'
Example:VLSFO
Fuel type
Response
Latest marine fuel prices
Example response
{
"status": "success",
"data": {
"port_code": "SINGAPORE",
"fuel_type": "VLSFO",
"price": 685,
"currency": "USD",
"unit": "per MT",
"week_change": 15,
"month_change": -25
}
}