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 |
|---|---|---|
| age | Text | Age group intervals (in 5-year brackets, with 75+ as open-ended) |
| total_both_sexes | Number | Percentage of the total population (both sexes) in each age group |
| total_males | Number | Percentage of total males in each age group |
| total_females | Number | Percentage of total females in each age group |
| urban_both_sexes | Number | Percentage of the urban population (both sexes) in each age group |
| urban_males | Number | Percentage of urban males in each age group |
| urban_females | Number | Percentage of urban females in each age group |
| rural_both_sexes | Number | Percentage of the rural population (both sexes) in each age group |
| rural_males | Number | Percentage of rural males in each age group |
| rural_females | Number | Percentage of rural females in each age group |
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 |
|---|---|---|---|
| DistributionofPopulationbySingleAge,SexandResidenceCambodia2024.csv | CSV | 806 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_6854f1ff1b4d5f000166ac3f/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
32
Views
86
Downloads
5
Data Source
https://nis.gov.kh/index.php/km/
Coverage
-
Created at
20 Jun 2025
Updated at
20 Jun 2025