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 | Year Of Record From 2008 To 2023 |
| Forecasting | Text | Forecasting Year (True Or False) |
| Inflation_of_consumer_prices | Number | Inflation Of Consumer Prices As EOP Or MRV |
| Inflation_of_consumer_prices_average | Number | Inflation Of Consumer Prices As Period Average |
| Broad_Money_pert | Number | Broad Money |
| Domestic_Credit_to_the_Private_Sector_pert | Number | Domestic Credit To The Private Sector |
| Nominal_Exchange_Rate | Number | Domestic Credit To The Private Sector |
| Real_Exchange_Rate_Index | Number | Real Exchange Rate Index |
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 |
|---|---|---|---|
| CambodiaSelectedIndicatorsofMoneyandPrices(2008-2023).csv | CSV | 820 Bytes |
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_6773727493d4f00001fc5772/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
543
Views
215
Downloads
364
Data Source
World Bank
Coverage
-
Created at
31 Dec 2024
Updated at
16 May 2025