Managed by
World Bank

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 | The year of the record (2019–2026), including both actual and projected data. |
| sector | Text | The main macroeconomic category. |
| subsector | Text | The specific indicator or sub-category within the sector. |
| value | Number | The reported value for the indicator. |
| is_estimated | Text | Indicates if the value is an estimate (True/False). |
| is_predicted | Text | Indicates if the value is a projection/prediction (True/False). |
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 |
|---|---|---|---|
| Cambodia'sMacroeconomicOutlook:RecoveryandProjections(2019–2026).csv | CSV | 13.42 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_681c1151dbc953000126f5ca/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
World Bank
API Calls
540
Views
848
Downloads
57
Data Source
World Bank
Coverage
-
Created at
08 May 2025
Updated at
05 Aug 2025