Managed by
Ministry of Commerce
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 |
---|---|---|
Country | Text | The name of the export destination country or region |
January | Number | Export value to the country in January 2024 (in USD) |
February | Number | Export value to the country in February 2024 (in USD) |
March | Number | Export value to the country in March 2024 (in USD) |
April | Number | Export value to the country in April 2024 (in USD) |
May | Number | Export value to the country in May 2024 (in USD) |
June | Number | Export value to the country in June 2024 (in USD) |
July | Number | Export value to the country in July 2024 (in USD) |
August | Number | Export value to the country in August 2024 (in USD) |
September | Number | Export value to the country in September 2024 (in 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 |
---|---|---|---|
ExportedCountryUnderFTAandGSP-MFNSchemefromJan-Sep2024.csv | CSV | 1.52 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_674403064aca29000102aa53/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
Ministry of Commerce
API Calls
79
Views
757
Downloads
68
Data Source
N/A
Coverage
-
Created at
25 Nov 2024
Updated at
10 Jun 2025