Managed by
General Department of Customs and Excise

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 |
|---|---|---|
| ref_year | Date | Reference year of the trade data. |
| ref_month | Number | Reference month of the trade data. |
| partner_country_en | Text | Partner country name in English. |
| partner_country_km | Text | Partner country name in Khmer. |
| export_usd | Number | Value of exports to the partner country in US dollars. |
| import_usd | Number | Value of imports from the partner country in US dollars |
| export_khr | Number | Value of exports to the partner country in Cambodian riels. |
| import_khr | Number | Value of imports from the partner country in Cambodian riels. |
| trade_volume_usd | Number | Total trade with the partner country in USD (export_usd + import_usd). |
| trade_volume_khr | Number | Total trade with the partner country in KHR (export_khr + import_khr). |
| trade_balance_usd | Number | Net trade in USD (export_usd - import_usd); positive = surplus, negative = deficit. |
| trade_balance_khr | Number | Net trade in KHR (export_khr - import_khr). |
| exp_imp_ratio | Number | Ratio of exports to imports in USD (export_usd / import_usd). |
| exp_imp_percent | Text | Ratio expressed as a percentage (e.g., 102.77%). |
| rank | Number | Rank of the country within the month by total trade volume in USD; “Other countries” always ranked last. |
| version | Text | The version of data recording whether indicating that the data recording in coverage of ref_year and ref_month is provisional version or final adjustment version. |
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'sTradeBalanceStatisticsbyTop20TradingPartnerCountries,2021-2025.csv | CSV | 200.17 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_693f7eef7e60d8000756b26c/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
General Department of Customs and Excise
API Calls
679
Views
1.67K
Downloads
29
Data Source
Coverage
-
Created at
15 Dec 2025
Updated at
02 Feb 2026