Home › Open data

Open data: UK fuel prices by forecourt

Everything shown on this site, as files you can load into a spreadsheet or a program: the current price of every fuel at 8,075 UK forecourts, and a daily price history for each of them since 16 February 2026. Free to use under the Open Government Licence.

Downloads

The current-price files are rebuilt with each publication of this site, most recently on 30 August 2026 at 07:32 (UK time), from prices reported up to 29 Aug 2026, 15:26.

FileWhat is in itSize
forecourts.csv One row per forecourt: prices per litre for each fuel with the time they took effect, address, coordinates, brand, opening hours and facilities. Built 2026-08-30 06:32 UTC. 3.5 MB
forecourts.json The same data as the CSV, one object per forecourt with the fields named in full. 6.9 MB
price-history.json Every price change per forecourt and fuel as [day, price] pairs, so a daily series can be rebuilt for any forecourt. About 10 MB uncompressed. 10.0 MB

For prices that are never more than 15 minutes old, the site's own feed is public too: https://api.cheapestpump.com/v1/meta.json lists the latest build time, per-fuel counts and medians, and the latitude bands; each band at https://api.cheapestpump.com/v1/band/{band}.json holds the forecourts in half a degree of latitude with their current prices; and https://api.cheapestpump.com/v1/history/{date}.json holds one day's prices for every forecourt. Please cache what you fetch and do not poll more often than every 15 minutes, which is how often it changes.

Fields

The CSV and JSON files carry the same columns; the JSON version spells the names out in full.

ColumnMeaning
idThe first 12 characters of the forecourt’s Fuel Finder node id; also the id in this site’s page addresses and API
name, brandTrading name and brand, tidied to normal capitalisation
address, town, county, country, postcodeAs registered with Fuel Finder
latitude, longitudeDecimal degrees, WGS 84
supermarket, motorway_services, open_24_hours, temporarily_closedtrue or false, as flagged by the operator
E10_pence_per_litre … HVO_pence_per_litrePrice per litre in pence, one decimal place (for example 156.9); blank when the forecourt does not sell that fuel
E10_price_from_utc … HVO_price_from_utcWhen that price took effect, ISO 8601, UTC
hours_monday … hours_bank_holiday“06:00-22:00”, “24 hours”, or blank when not reported
facilitiesSemicolon-separated: AdBlue, LPG, car wash, air, water, toilets and so on
pageThe forecourt’s page on this site

Fuel codes are Fuel Finder's: E10 = Unleaded; E5 = Super unleaded; B7S = Diesel; B7P = Premium diesel; B10 = Diesel; HVO = HVO diesel.

Price history

The history file covers 16 February 2026 to 28 August 2026, for the four main fuels (E10, E5, B7 diesel and premium diesel). To keep it small it records only the days on which a forecourt's price changed: for each forecourt and fuel there is a list of [day, price] pairs, where day is an index into the days list and the price holds until the next pair. Days before the first pair have no price. Prices are in pence per litre.

The history is rebuilt from a public archive of Fuel Finder's twice-daily CSV, one snapshot per day, and is extended as the archive grows. Independently of it, the site's feed keeps its own snapshot of every forecourt each night from 28 August 2026 at https://api.cheapestpump.com/v1/history/{date}.json. Forecourts that have left the scheme stay in the history, so it lists slightly more forecourts than the current-price files do.

Where the data comes from

Every figure originates in Fuel Finder, the government scheme run by the Department for Energy Security and Net Zero under which every UK forecourt must report its prices, and since 1 May 2026 report any change within 30 minutes. Cheapest Pump tidies the names and addresses, adds the price-change history and the flags, and publishes the result; prices themselves are never altered, so a typing error at the forecourt appears here too. If a price looks wrong, report it to Fuel Finder.

Licence and attribution

The data is published under the Open Government Licence v3.0, which allows you to copy, publish, adapt and use it commercially, as long as you acknowledge the source. A suitable acknowledgement is:

Contains public sector information licensed under the Open Government Licence v3.0 (Fuel Finder, Department for Energy Security and Net Zero). Compiled by Cheapest Pump, https://cheapestpump.com/data.

A link back to this page is appreciated but not required. Questions and corrections: contact.