Managed by
Insurance Regulator of Cambodia

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 |
|---|---|---|
| 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 |
|---|---|---|---|
| InsuranceStatistics2022.csv | CSV | 431 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_6743e7964aca29000102aa48/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
196
Views
741
Downloads
92
Data Source
Coverage
-
Created at
25 Nov 2024
Updated at
12 May 2026