Skip to main content

Gas Prices in Europe

Eurosuper 95 retail prices across all 27 EU member states + UK

Updated weekly from the EU Weekly Oil Bulletin (published Thursdays) · Last update: 5 April 2026

France Reference Price (Eurosuper 95)

Price unavailable

per litre · including taxes

Countries Tracked

28

27 EU member states + UK

Data Source

EU Oil Bulletin

European Commission · Published weekly

Fuel Benchmark

Eurosuper 95

95 RON unleaded petrol (most common EU grade)

EU Member States — Gasoline Prices

Austria

AT

Vienna

API code: GASOLINE_RETAIL_AT_EUR

View gasoline prices →

Belgium

BE

Brussels

API code: GASOLINE_RETAIL_BE_EUR

View gasoline prices →

Bulgaria

BG

Sofia

API code: GASOLINE_RETAIL_BG_EUR

View gasoline prices →

Croatia

HR

Zagreb

API code: GASOLINE_RETAIL_HR_EUR

View gasoline prices →

Cyprus

CY

Nicosia

API code: GASOLINE_RETAIL_CY_EUR

View gasoline prices →

Czech Republic

CZ

Prague

API code: GASOLINE_RETAIL_CZ_EUR

View gasoline prices →

Denmark

DK

Copenhagen

API code: GASOLINE_RETAIL_DK_EUR

View gasoline prices →

Estonia

EE

Tallinn

API code: GASOLINE_RETAIL_EE_EUR

View gasoline prices →

Finland

FI

Helsinki

API code: GASOLINE_RETAIL_FI_EUR

View gasoline prices →

France

FR

Paris

API code: GASOLINE_RETAIL_FR_EUR

View gasoline prices →

Germany

DE

Berlin

API code: GASOLINE_RETAIL_DE_EUR

View gasoline prices →

Greece

GR

Athens

API code: GASOLINE_RETAIL_GR_EUR

View gasoline prices →

Hungary

HU

Budapest

API code: GASOLINE_RETAIL_HU_EUR

View gasoline prices →

Ireland

IE

Dublin

API code: GASOLINE_RETAIL_IE_EUR

View gasoline prices →

Italy

IT

Rome

API code: GASOLINE_RETAIL_IT_EUR

View gasoline prices →

Latvia

LV

Riga

API code: GASOLINE_RETAIL_LV_EUR

View gasoline prices →

Lithuania

LT

Vilnius

API code: GASOLINE_RETAIL_LT_EUR

View gasoline prices →

Luxembourg

LU

Luxembourg City

API code: GASOLINE_RETAIL_LU_EUR

View gasoline prices →

Malta

MT

Valletta

API code: GASOLINE_RETAIL_MT_EUR

View gasoline prices →

Netherlands

NL

Amsterdam

API code: GASOLINE_RETAIL_NL_EUR

View gasoline prices →

Poland

PL

Warsaw

API code: GASOLINE_RETAIL_PL_EUR

View gasoline prices →

Portugal

PT

Lisbon

API code: GASOLINE_RETAIL_PT_EUR

View gasoline prices →

Romania

RO

Bucharest

API code: GASOLINE_RETAIL_RO_EUR

View gasoline prices →

Slovakia

SK

Bratislava

API code: GASOLINE_RETAIL_SK_EUR

View gasoline prices →

Slovenia

SI

Ljubljana

API code: GASOLINE_RETAIL_SI_EUR

View gasoline prices →

Spain

ES

Madrid

API code: GASOLINE_RETAIL_ES_EUR

View gasoline prices →

Sweden

SE

Stockholm

API code: GASOLINE_RETAIL_SE_EUR

View gasoline prices →

United Kingdom

UK petrol prices are reported in pence per litre (ppl) from the DESNZ weekly survey — separate from the EU bulletin.

About the EU Weekly Oil Bulletin

What Is It?

The EU Weekly Oil Bulletin is published by the European Commission's Directorate-General for Energy every Thursday. It reports consumer pump prices for Eurosuper 95 (gasoline) and automotive diesel across all EU member states, expressed in EUR per litre including all taxes and duties.

How Are Prices Collected?

Each member state's energy authority submits weekly average pump prices to the Commission. Prices represent the national average across all outlets and fuel grades. They include VAT, excise duties, and all other taxes payable at the pump.

Currency Notes

All EU prices are reported in EUR, even for countries that use a different domestic currency (CZK, HUF, PLN, RON, DKK, SEK). The conversion uses the official ECB exchange rate for the reporting week. UK prices (DESNZ) are in pence per litre (GBP).

API Access

Access all EU country prices programmatically via the OilPriceAPI. Commodity codes follow the pattern GASOLINE_RETAIL_{CC}_EUR where CC is the ISO 3166-1 alpha-2 country code.

View API Documentation →

Get European Gasoline Prices via API

from oilpriceapi import OilPriceAPI

client = OilPriceAPI(api_key="YOUR_API_KEY")

# Get Germany gasoline price (Eurosuper 95)
price = client.prices.get_latest(by_code="GASOLINE_RETAIL_DE_EUR")
print(f"Germany: €{price.price}/litre")

# Get all EU country prices in one call
codes = [
    "GASOLINE_RETAIL_DE_EUR",  # Germany
    "GASOLINE_RETAIL_FR_EUR",  # France
    "GASOLINE_RETAIL_IT_EUR",  # Italy
    "GASOLINE_RETAIL_ES_EUR",  # Spain
    "GASOLINE_RETAIL_NL_EUR",  # Netherlands
    "GASOLINE_RETAIL_GB_GBP",  # UK (pence/litre)
]
for code in codes:
    p = client.prices.get_latest(by_code=code)
    print(f"{code}: {p.price}")

Who Uses European Gasoline Price Data?

🚛

Logistics & Fleet

Pan-European fleet operators use country-level data to optimize fueling stops and model route costs across EU borders.

📊

Energy Analysts

Track EU retail price transmission from crude oil markets to consumer prices. Compare pre-tax prices to measure excise burden by country.

💻

Developers

Integrate real-time European fuel prices into apps, dashboards, and financial models via the REST API or Python/Node.js SDKs.

Frequently Asked Questions

Which EU country has the cheapest gasoline?

Luxembourg, Bulgaria, and Poland typically have the lowest gasoline prices in the EU. Luxembourg benefits from very low fuel excise taxes. Bulgaria and Poland have lower purchasing-power-adjusted tax rates.

Which EU country has the most expensive gasoline?

The Netherlands, Finland, Italy, and Greece consistently rank among the most expensive EU countries for retail gasoline. The Netherlands has among the highest fuel excise duties in the EU.

How often are European gasoline prices updated?

The EU Weekly Oil Bulletin is published every Thursday. Prices on this page update within hours of publication. The bulletin covers the preceding Monday's price.

What is Eurosuper 95?

Eurosuper 95 is the standard unleaded petrol grade across Europe, meeting the EN 228 specification with a minimum octane rating of 95 RON (Research Octane Number). It is the dominant automotive gasoline sold across all EU member states.

European Fuel Prices in Your Application?

Access weekly EU country-level gasoline prices via API. Free tier available.