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 |
|---|---|---|
| residence | Text | Area type: Total (all), Urban, or Rural |
| 2019_male | Number | Singulate Mean Age at Marriage (SMAM) for males in 2019 |
| 2019_female | Number | SMAM for females in 2019 |
| 2019_smam_gap | Number | The difference between male and female SMAM in 2019 |
| 2024_male | Number | SMAM for males in 2024 (projected or estimated) |
| 2024_female | Number | SMAM for females in 2024 |
| 2024_smam_gap | Number | The difference between male and female SMAM in 2024 |
| is_total | Text | Indicates if the row corresponds to the total national value (True/False) |
| is_urban | Text | Indicates if the row corresponds to urban areas (True/False) |
| is_rural | Text | Indicates if the row corresponds to rural areas (True/False) |
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 |
|---|---|---|---|
| SigulateMeanAgeatMarriage,SexandResidenceCambodia2019and2024.csv | CSV | 256 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_6854ff8f1b4d5f000166ac42/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
10
Views
51
Downloads
5
Data Source
https://nis.gov.kh/index.php/km/
Coverage
-
Created at
20 Jun 2025
Updated at
20 Jun 2025