Managed by
National Bank of Cambodia

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 |
| start_date | Date | The start date is entered in the format YYYY/MM/DD to indicate the beginning of the time period |
| end_date | Date | The end date is entered in the format YYYY/MM/DD to indicate the ending of the time period |
| deposits | Number | Type of deposit account for which the interest rate is reported |
| demand_deposits | Number | Weighted average interest rate on new demand deposit accounts |
| saving_deposits | Number | Weighted average interest rate on new savings deposit accounts |
| term_deposits | Number | Weighted average interest rate on new term (fixed) deposit accounts |
| other_deposits | Number | Weighted average interest rate on other types of deposit |
| loans | Text | Type of loan for which the interest rate is reported |
| overdraft | Number | Weighted average interest rate on new overdraft facilities |
| credit_card | Number | Weighted average interest rate on new credit card loans |
| term_loans | Number | Weighted average interest rate on new term loans |
| other_loans | Number | Weighted average interest rate on other types of loans not classified above |
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 |
|---|---|---|---|
| WeightedAverageRateonNewAmountofInterestrateondepositandloansinUSDfrom2019to2025.csv | CSV | 5.24 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_688ad96079fe4d000707d9ae/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
National Bank of Cambodia
API Calls
20
Views
133
Downloads
7
Data Source
N/A
Coverage
-
Created at
31 Jul 2025
Updated at
31 Jul 2025