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 or Fiscal Year. |
| 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", 2.1 "Current Expenditure", 2.2 "Capital Expenditure", 3.1 "Budget Surplus", 3.2 "Current Deficit" |
| indicator_level_3 | Text | Tertiary components: 1.1.1 "Fiscal Revenue", 1.1.2 "Non-Fiscal Revenue" |
| indicator_full | Text | The Full Indicator Name, created after concatenation, follows the order of indicator levels from Level 1 onward, up to the specific indicator that corresponds to the budget amount values. |
| budget_amount_million_khr | Number | Budget Amount of Indicator Levels 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 |
|---|---|---|---|
| BudgetIndicatorSummaryofCapital-ProvinceLevelofBudgetLaw,FY2001-FY2025.csv | CSV | 14.37 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_689da3bbce6f5e0007732f80/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
255
Views
803
Downloads
26
Data Source
Coverage
-
Created at
14 Aug 2025
Updated at
19 May 2026