Managed by
General Department of Budget

Total datasets within this data collection ranging from newer to earlier records
0 Datasets
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.
Select datasets for download
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 |
|---|---|---|
| Ref_year | Date | Reference year of the data Fiscal Year |
| Revenue_Group | Text | Broad category of revenue such as Current revenue, Capital revenue or other Revenue |
| Revenue_Item | Text | Specific type or item of revenue within each group such as tax revenue or non tax revenue |
| Administrative_Level | Text | Level of government administration responsible for the revenue such as national or sub national |
| Budget_Law | Number | Approved revenue amount under the Budget Law for the given year |
| Unit | Text | Unit of measurement used for the values in the dataset. In this dataset, values are expressed in millions. |
| Currency | Text | Type of currency in which the monetary values are expressed. In this dataset, the currency is Khmer Riel KHR. |
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/pdc_6a4631b919a8da0007628d7b/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
General Department of Budget
API Calls
N/A
Views
23
Downloads
1
Created at
02 Jul 2026
Updated at
02 Jul 2026