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 | Year of Budget Settlement Law of Fiscal Year |
| indicator_level_1 | Text | Key Main Indicator including, "1. Revenue", "2. Expenditure", and "3. Budget Balance". |
| indicator_level_2 | Text | Component of Indicator Level 1 including, "1.1. Non-Tax Revenue", "1.2. Sponsor and Donation by National Level", "2.1. Current Expenditure", "3.1. Budget Deficit" |
| indicator_level_3 | Text | Component of Indicator Level 2 including, "Revenue from Sangkat under Capital", "Revenue from Sangkat under Municipality", "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 of each Indicator Levels that state in Million 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-SangkatLevelofBudgetSettlementLaw,FY2015-FY2023.csv | CSV | 6.86 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_68ab997fce6f5e0007732fc9/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
87
Views
664
Downloads
14
Data Source
Coverage
-
Created at
24 Aug 2025
Updated at
19 May 2026