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 |
|---|---|---|
| table_of_revenue | Text | Month or period of the reported revenues |
| revenue | Number | otal government revenue for the period |
| taxes | Number | Total tax revenue collected |
| taxes_on_income_profits_and_capital_gains | Number | Taxes levied on income, profits, and capital gains |
| taxes_on_goods_and_services | Number | Taxes collected from the sale of goods and services |
| taxes_on_international_trade_and_transactions | Number | Taxes on imports, exports, and other international trade activities |
| grants | Number | Transfers received from other governments or organizations without a return of goods or services |
| from_foreign_governments | Number | Grants received from foreign governments |
| from_international_organizations | Number | Grants received from international organizations |
| other_revenue | Number | Revenue from sources not classified elsewhere |
| property_income | Number | Income from government-owned property |
| sales_of_goods_and_services | Number | Revenue from the sale of goods and services by the government |
| fines_penalties_and_forfeits | Number | Revenue from fines, penalties, and forfeitures |
| transfers_not_elsewhere_classified | Number | Other transfers received not included in previous categories |
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 |
|---|---|---|---|
| BudgetaryCentralGovernmentRevenueofGFSFY2022.csv | CSV | 1.38 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_671b107140cc5500017936f3/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
99
Views
320
Downloads
22
Data Source
N/A
Coverage
-
Created at
25 Oct 2024
Updated at
20 May 2026