Managed by
General Department of Budget

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 |
|---|---|---|
| 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. |
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 |
|---|---|---|---|
| RevenueStatusinBudgetinBriefFY2025.csv | CSV | 1.13 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_6788bb3425d1a200018107d4/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
1.04K
Views
2.49K
Downloads
91
Data Source
Coverage
-
Created at
16 Jan 2025
Updated at
11 May 2026