Managed by
Insurance Regulator of Cambodia

The chart allows users to preview visualizations of datasets. These interactive and customizable charts, including bar charts, line charts, pie charts, and scatter plots, offer a dynamic and engaging way to explore data
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 |
|---|---|---|
| year | Date | Year of Insurance Statistics Report |
| description | Text | Type of insurance provider (e.g., General, Life, Micro). |
| gross_premium_income | Number | Total amount of premiums received from policyholders before deductions. |
| gross_claim_paid | Number | Total amount paid out to policyholders for claims during the year. |
| gross_claim_incurred | Number | Total estimated cost of claims for the year (both paid and unpaid). |
| gross_sum_insured | Number | Total value of insurance coverage provided under all active policies. |
| number_of_policy | Number | Total number of insurance policies issued or active. |
| total_assets | Number | Combined value of all assets held by the insurance company. |
| total_shareholders_equity | Number | Residual interest in the company’s assets after deducting liabilities; represents shareholders’ ownership. |
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 |
|---|---|---|---|
| InsuranceStatistics2019-2022.csv | CSV | 1.32 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_68916c2979fe4d000707d9d0/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
Insurance Regulator of Cambodia
API Calls
121
Views
629
Downloads
25
Data Source
Coverage
-
Created at
05 Aug 2025
Updated at
13 May 2026