Managed by
Ministry of Commerce

The chart allows users to preview visualizations of datasets. These interactive and customizable charts, including bar charts, line charts, pie charts, and scatter plots, offer a dynamic and engaging way to explore data
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: YYYY-MM-DD |
| End_Date | Date | Last date until which the current fuel prices remain valid that having format: YYYY-MM-DD |
| Gasoline_92_Unit_Price | 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_Unit_Price_Change | Number | The retail price per litre for Gasoline 92 (normal gasoline) during the given period between start date and end date. |
| Gasoil_50ppm_Unit_Price | 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_Unit_Price_Change | 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 |
|---|---|---|---|
| HistoricalDataofFuelPricesOverTime.csv | CSV | 6.67 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
API Calls
809
Views
1.24K
Downloads
74
Data Source
N/A
Coverage
-
Created at
09 May 2025
Updated at
06 May 2026