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 | The fiscal year to which the sub-national budget data applies. |
| Expenditure_Group | Text | The high-level budget classification. It groups items into: Revenue,Expenditure... |
| Expenditure_Item | Text | The specific name of the line item within a group. This provides detail such as whether revenue is Tax(សារពើពន្ធ) or Non-Tax (មិនមែនសារពើពន្ធ), and whether spending is for Operational/Current (ចរន្ត) purposes or Capital/Investment (មូលធន). |
| Administrative_Level | Text | Administrative_Level: The government tier the data refers to. For the summary rows, it is labeled Sub-national (ថ្នាក់ក្រោមជាតិ). For transfer rows, it specifies the level receiving the funds: Capital-Provincial, Municipal-District, or Commune-Sangkat. |
| Budget_Law | Number | The official planned amount as approved in the Law on Financial Management for 2025. These figures are denominated in Millions of Riel. |
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 |
|---|---|---|---|
| BudgetinBriefofSubNationalLevelFY2025.csv | CSV | 1.33 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_6788b8e025d1a200018107cc/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
166
Views
639
Downloads
24
Data Source
Coverage
-
Created at
16 Jan 2025
Updated at
23 Feb 2026