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 | Reporting year of the data |
| Total_Number_of_transaction | Number | Total number of transactions processed through Bakong (all currencies combined) in Million |
| Number_of_transaction_in_KHR | Number | Total number of transactions settled in million. |
| Number_of_transaction_in_USD | Number | Total number of transactions settled in million. |
| Amount_in_KHR | Number | Total transaction value in trillion Khmer Riel (KHR) |
| Amount_in_USD | Number | Total transaction value in billion US Dollar (USD) |
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 |
|---|---|---|---|
| CambodiaNBCBakongTransactions,2022-2024.csv | CSV | 235 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_690092f66a965e00074a5ee5/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
488
Views
2.45K
Downloads
55
Data Source
Coverage
-
Created at
28 Oct 2025
Updated at
25 Dec 2025