Managed by
National Institute of Statistics

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 |
|---|---|---|
| province | Text | Name of the area, region, or province in Cambodia |
| 2019_both_sexes | Number | Population percentage (both sexes) in 2019 for that area/region/province |
| 2019_male | Number | Population percentage of males in 2019 |
| 2019_female | Number | Population percentage of females in 2019 |
| 2024_both_sexes | Number | Population percentage (both sexes) in 2024 |
| 2024_male | Number | Population percentage of males in 2024 |
| 2024_female | Number | Population percentage of females in 2024 |
| is_area | Text | Boolean (TRUE/FALSE): TRUE if the row refers to an urban/rural area |
| is_region | Text | Boolean: TRUE if the row refers to a regional zone (e.g., Tonle Sap) |
| is_province | Text | Boolean: TRUE if the row refers to a province (e.g., Banteay Meanchey) |
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 |
|---|---|---|---|
| DistributionofPopulationbyProvinceandSex2019vs2024.csv | CSV | 1.89 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_6850eee91b4d5f000166ac31/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 Institute of Statistics
API Calls
38
Views
56
Downloads
7
Data Source
https://nis.gov.kh/index.php/km/
Coverage
-
Created at
17 Jun 2025
Updated at
17 Jun 2025