---
title: "Get latest marine fuel prices by port"
method: GET
path: "/v1/prices/marine-fuels/latest"
tags: ["Marine Fuels", "Premium"]
---

# Get latest marine fuel prices by port

`GET /v1/prices/marine-fuels/latest`

Retrieve the latest available marine fuel prices for one or more supported ports.

## Query parameters

- `port_code` 'SINGAPORE' | 'ROTTERDAM' | 'HOUSTON' | 'FUJAIRAH' | 'HONG_KONG' | 'LOS_ANGELES' | 'NEW_YORK' | 'SANTOS' | 'DUBAI' | 'GIBRALTAR' | 'ALGECIRAS' | 'PIRAEUS' | 'ISTANBUL' | 'BUSAN' | 'SHANGHAI'
- `fuel_type` 'VLSFO' | 'HFO_380' | 'HFO_180' | 'MGO'

## Response `200`

Latest marine fuel prices

- MarineFuelLatestResponse
  - `status` string
  - `data` object
    - `port_code` string
    - `fuel_type` string
    - `price` number
    - `currency` string
    - `unit` string
    - `week_change` number
    - `month_change` number
    - `updated_at` string, date-time

## Other responses

- `401` — Unauthorized
- `500` — Unexpected server error. Retry transient failures with bounded backoff and retain the request ID when contacting support.

---

[API](https://skmtc.net/oilpriceapi/apis/oil-price-api-v1.md) · [All operations](https://skmtc.net/oilpriceapi/apis/oil-price-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oilpriceapi/oil-price-api-v1/revisions/5a5ce424cacc/schema)
