Managed by
Ministry of Commerce
The table below presents a preview of the data explore, featuring key details about various datasets.
No data found
Below is a column legend explaining each column in the dataset, including its name, data type, and a brief description of what it represents.
title | type | description |
---|---|---|
Start Date | Date | First date when the new fuel prices take effect that having format: DD-MM-YYYY |
End Date | Date | Last date until which the current fuel prices remain valid that having format: DD-MM-YYYY |
Price Changes (Gasoline 92) | Number | The amount of price increase or decrease (in Riels) for Normal Gasoline compared to the previous pricing period. A negative value indicates a price drop, and a positive value indicates a price up. |
Gasoline 92 (Price / Litre) | Number | The retail price per litre for Gasoline 92 (normal gasoline) during the given period between start date and end date. |
Price Changes (Gasoil 50ppm) | Number | The amount of price increase or decrease (in Riels) for Gasoil 50ppm (diesel) compared to the previous pricing period. A negative value indicates a price drop, and a positive value indicates a price up. |
Gasoil 50ppm (Price / Litre) | Number | The retail price per litre for Gasoil 50ppm (diesel) during the given period between start date and end date. |
Source Link | Text | The URL to the official announcement or data organization where the price information is published. |
This section provides a list of available file formats for download. To obtain the data in your preferred format, simply click the download button corresponding to your choice.
Name | File Format | Size | Action |
---|---|---|---|
HistoryDataofFuelPricesoverTime.csv | CSV | 5.27 KB |
Our API enables you to request and commence exploring our datasets. To utilize this functionality, please copy the code provided below into your preferred development environment, execute it, and you will receive structured data in return.
const url = "https://data.mef.gov.kh/api/v1/public-datasets/pd_681d89b4dbc953000126f5e7/json?page=1&page_size=10";
fetch(url)
.then(response => {
if (!response.ok) {
throw new Error('Failed to fetch data');
}
return response.json();
})
.then(data => {
console.error(data);
})
.catch(error => {
console.error('Error fetching data:', error);
});
Managed by
Ministry of Commerce
Data Source
https://www.moc.gov.kh/category/5
Views
201
Downloads
7
API Calls
121
Coverage
-
Created at
09 May 2025
Updated at
22 May 2025