Marine Diesel Price API
Bunker Fuel Price Data
Track marine diesel, MGO, VLSFO, and bunker fuel prices across global ports via simple REST API. Built for shipping companies, fleet operators, and bunker traders.
Marine Fuels Available
MGO_USDVLSFO_USDHSFO_USDIFO380_USDWho Uses Marine Diesel Price Data?
Shipping Companies
Automate bunker adjustment factors (BAF) and fuel surcharge calculations after confirming the source, port, grade, and update cadence needed by the planning system.
Bunker Traders
Monitor price spreads across ports. Build trading algorithms only after licensing, data fields, history, and cadence are reviewed for the specific workflow.
Fleet Operators
Optimize bunkering decisions across your fleet. Compare prices at different ports to minimize fuel costs.
Simple Integration
Get marine diesel prices in seconds
import requests
response = requests.get(
"https://api.oilpriceapi.com/v1/prices/latest",
headers={"Authorization": "Token YOUR_API_KEY"}
)
data = response.json()
mgo_price = data["data"]["MGO_USD"]["price"]
print(f"MGO Price: {mgo_price} USD/MT")curl -X GET \
"https://api.oilpriceapi.com/v1/prices/latest" \
-H "Authorization: Token YOUR_API_KEY"
# Response includes:
# - MGO_USD (Marine Gas Oil)
# - VLSFO_USD (Very Low Sulphur)
# - HSFO_USD (High Sulphur)
# - Plus 60+ other commoditiesGlobal Port Coverage
Plus regional benchmarks and historical data for trend analysis
Why OilPriceAPI for Marine Diesel?
IMO 2020 Compliant Data
Track VLSFO, MGO, and other compliant fuels required since IMO 2020 regulations.
Historical Data
Access historical marine fuel prices for backtesting, forecasting, and trend analysis.
RESTful API
Simple JSON responses. Works with any programming language. SDKs for Python and Node.js.
Affordable Pricing
Start free with 50 requests/month. Paid plans from $29/month with unlimited historical data.
Frequently Asked Questions
What marine fuel prices does the API provide?
OilPriceAPI can support MGO, VLSFO, HSFO, and IFO workflows where the chosen source, port, grade, history, cadence, and usage rights are confirmed.
How often are marine diesel prices updated?
Update cadence and history depend on the source, port, grade, and plan. Check returned timestamp/source fields and confirm the exact data path before production use.
Can I use the API for fuel surcharge calculations?
Yes, marine fuel data can support internal surcharge and BAF workflows after the exact source, ports, grades, cadence, and usage rights are confirmed.
What is the difference between MGO and VLSFO?
Marine Gas Oil (MGO) is a distillate fuel with very low sulphur content (<0.1%), typically used in emission control areas. Very Low Sulphur Fuel Oil (VLSFO) has a maximum 0.5% sulphur content and became the global standard after IMO 2020 regulations.
Start Tracking Marine Diesel Prices
7-day free trial. No credit card required.