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 Group | Text | Categorical age ranges for the unemployed (e.g., "15-24", "65+", etc.). |
| Total Population | Number | Count of total unemployed persons per age group (e.g., 38,879). |
| Male Population | Number | Count of unemployed males per age group (e.g., 20,576). |
| Female Population | Number | Count of unemployed females per age group (e.g., 18,303). |
| Total Percent | Number | Percentage of total unemployed per age group (e.g., 39.8). |
| Male Percent | Number | Percentage of unemployed males per age group (e.g., 40.0). |
| Female Percent | Number | Percentage of unemployed females per age group (e.g., 39.6). |
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 |
|---|---|---|---|
| UnemployedPopulationbyAgeGroupandgender.csv | CSV | 349 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_679c83f166a35300013bf9ab/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
124
Views
290
Downloads
29
Data Source
N/A
Coverage
-
Created at
31 Jan 2025
Updated at
04 Jun 2025