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 Law |
| indicator_level_1 | Text | Primary budget categories: 1. "Revenue", 2. "Expenditure", 3. "Budget Balance" |
| indicator_level_2 | Text | Secondary components: 1.1 "Current Revenue", 1.2 "Sponsor and Donation by National Level", 1.3 "Sub-National Level Fund", 2.1 "Current Expenditure", 2.2 "Expenditure by Sangkat Under Municipality", 2.3 "Capital Expenditure", 3.1 "Budget Deficit" |
| budget_amount_million_khr | Number | Budget Amount by each of Indicator Levels that state in Million Cambodian 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 |
|---|---|---|---|
| BudgetIndicatorSummaryofMunicipality-DistrictLevelofBudgetLaw,FY2013-FY2025.csv | CSV | 3.76 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_68a42f8ece6f5e0007732fac/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
110
Views
848
Downloads
23
Data Source
Coverage
-
Created at
19 Aug 2025
Updated at
19 May 2026