Skip to main content

Croatia Gas Prices

Eurosuper 95 — Current Price

Price unavailable

per litre · €/litre

Current Price

Unavailable

€/litre

Currency

EUR

Euro

Update Frequency

Weekly

Published Thursdays

About Croatia Gasoline Prices

Croatia adopted the euro in 2023. Fuel prices are mid-range by EU standards, with summer demand from tourism adding seasonal pressure.

Get Croatia Gas Prices via API

from oilpriceapi import OilPriceAPI

client = OilPriceAPI(api_key="YOUR_API_KEY")

# Get Croatia gasoline price
price = client.prices.get_latest(
    by_code="GASOLINE_RETAIL_HR_EUR"
)
print(f"Croatia gasoline: {price.price} EUR/litre")

# Get latest via REST API
import requests

headers = {"Authorization": "Token YOUR_API_KEY"}
resp = requests.get(
    "https://api.oilpriceapi.com/v1/prices/latest",
    params={"by_code": "GASOLINE_RETAIL_HR_EUR"},
    headers=headers
)
data = resp.json()
print(data["data"]["price"])

Commodity code: GASOLINE_RETAIL_HR_EUR

Frequently Asked Questions

Why are Croatia gas prices at current levels?

Croatia adopted the euro in 2023. Fuel prices are mid-range by EU standards, with summer demand from tourism adding seasonal pressure. Retail prices reflect crude oil costs, refining margins, distribution, and all applicable taxes including excise duty and VAT.

How do Croatia prices compare to the EU average?

The EU average Eurosuper 95 price fluctuates weekly with crude oil markets and EUR/USD movements. Visit the Europe hub page to compare all 27 EU countries side by side.

What is the API code for Croatia gasoline prices?

Use commodity code GASOLINE_RETAIL_HR_EUR to fetch Croatia's weekly gasoline price via the OilPriceAPI.

View API documentation →

Need Croatia Gas Price Data in Your App?

Weekly EU country prices · Historical data · REST API or SDKs · Free tier available

Get Free API Key →