Managed by
Accounting and Auditing Regulator

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 |
|---|---|---|
| organization | Text | Type of entity submitting the request, such as enterprise or non-profit organization. |
| ref_year | Date | The reference year of the data (from 2021 to 2024). |
| status | Text | The processing stage of the request — Requested, Confirmed, Returned Back, or Not Yet Requested. |
| audit_status | Text | Indicates whether the company is Under Audit or Non-under Audit. |
| num_of_company | Number | Number of companies recorded for each combination of status and audit status in a given year. |
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 |
|---|---|---|---|
| StatisticsofEnterprise&Non-profitFinancialReportID(2021–2024).csv | CSV | 2.73 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_69132f3a7e60d800074800c6/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
Accounting and Auditing Regulator
API Calls
21
Views
113
Downloads
1
Data Source
https://www.acar.gov.kh/standard/page/25
Coverage
-
Created at
11 Nov 2025
Updated at
11 Nov 2025