Managed by
Ministry of Economy and Finance

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 |
|---|---|---|
| year | Date | Fiscal Year of Budget Law |
| indicator_level_1 | Text | Primary budget categories: 1. "Revenue", 2. "Expenditure", 3. "Budget Balance" |
| indicator_level_2 | Text | Secondary components: 1.1 "Sponsor and Donation by National Level", 2.1 "Current Expenditure", 3.1 "Budget Deficit" |
| indicator_level_3 | Text | Tertiary components by jurisdiction: 1.1.1 "Revenue from Sangkat under Capital", 1.1.2 "Revenue from Sangkat under Municipality", 1.1.3 "Revenue from Commune", 2.1.1 "Expenditure of Sangkat under Capital", 2.1.2 "Expenditure of Sangkat under Municipality", 2.1.3 "Expenditure of Commune" |
| budget_amount_million_khr | Number | Budget Amount by each of Indicator Levels that state in Million 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 |
|---|---|---|---|
| BudgetIndicatorSummaryofCommune-SangkatLevelofBudgetLaw,FY2015-FY2025.csv | CSV | 6.05 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_68a43347ce6f5e0007732fad/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 Economy and Finance
API Calls
136
Views
786
Downloads
40
Data Source
N/A
Coverage
-
Created at
19 Aug 2025
Updated at
19 May 2026