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 | Level 1 indicators: Revenue (1), Expenditure (2), Surplus of Current Budget (3), Deficit of Budget (4), Sources of Financing Deficit (5). |
| indicator_level_2 | Text | Level 2 subclasses under Level 1: Current Revenue (1.1), Capital Revenue (1.2), Current Expenditure (2.1), Capital Expenditure (2.2), External Financing (5.1), Domestic Financing (5.2). |
| indicator_level_3 | Text | Level 3 subclasses under Level 2: Tax Revenue (1.1.1), Non-Tax Revenue (1.1.2), Domestically Financed Public Investment (2.2.1), Foreign-Financed Public Investment (2.2.2), Borrowings (5.1.3), Issuance of Government Securities (5.2.2). |
| indicator_level_4 | Text | Level 4 subclasses under Level 3: National Budget (2.2.1.1), Budget Support Funds by Development Partners (2.2.1.2). |
| indicator_level_5 | Text | Level 5 subclasses under Level 4: Direct Investment Projects (2.2.1.1.1), Investment Contributions (2.2.1.1.2). |
| budget_amount_million_khr | Number | Amount in million KHR for the specified indicator level; higher-level totals include all their sub-levels. |
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 |
|---|---|---|---|
| MainBudgetIndicatorSummaryofNationalLevelofBudgetLaw,FY1998-FY2025.csv | CSV | 36.88 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_6894558f79fe4d000707da4c/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
360
Views
1.02K
Downloads
34
Data Source
Coverage
-
Created at
07 Aug 2025
Updated at
19 May 2026