Project 02 · Live Data Dashboard
SA Fuel
Prices
Monthly retail prices published by the Department of Mineral Resources & Energy. Inland and coastal rates for petrol and diesel.
Fetching prices…
Current Prices · —
95 ULP
Inland
—
per litre · incl. levies & taxes
95 ULP
Coastal
—
per litre · incl. levies & taxes
93 ULP
Inland only
—
per litre · incl. levies & taxes
Diesel 0.05%
Inland
—
per litre · 0.05% sulphur
Diesel 0.05%
Coastal
—
per litre · 0.05% sulphur
12-Month History
Price per litre in ZAR · Source: DMRE monthly gazette
Full Price History
| Month | 95 Inland | 95 Coastal | 93 Inland | Diesel Inland | Diesel Coastal |
|---|
Live Data via Google Sheets
Connect your own Sheet
Replace the local JSON with a published Google Sheet CSV and this dashboard updates live whenever you edit the sheet — no redeploy needed.
See README.md for the exact column format and how to get your
Sheet's public CSV URL.
main.js · line 8
// Option A: local JSON (default)
const DATA_URL = './data/prices.json';
// Option B: Google Sheet (published CSV)
// const DATA_URL = 'https://docs.google.com/spreadsheets/
// d/YOUR_SHEET_ID/export?format=csv';