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 province, region, or area |
| household | Number | Total number of households in that area/province |
| population_both_sexes | Number | Total population (both males and females combined) |
| population_male | Number | Total male population |
| population_female | Number | Total female population |
| sex_ratio | Number | Number of males per 100 females |
| household_size | Number | Average number of people per household |
| is_area | Text | Indicator (TRUE/FALSE) if the row represents a broad geographic area |
| is_region | Text | Indicator (TRUE/FALSE) if the row represents a larger region |
| is_province | Text | Indicator (TRUE/FALSE) if the row represents a specific province |
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 |
|---|---|---|---|
| PopulationandHouseholdStatisticsbyProvince,Region,andAreaCambodia2024.csv | CSV | 2.14 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_685906211b4d5f000166ac4f/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
316
Views
398
Downloads
37
Data Source
https://nis.gov.kh/index.php/km/
Coverage
-
Created at
23 Jun 2025
Updated at
23 Jun 2025