Managed by
Cambodia Securities Exchange

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 |
|---|---|---|
| Market_Overview | Text | Financial or market indicator category. |
| Q1 | Number | Value for 1st Quarter |
| Q2 | Number | Value for 2nd Quarter |
| Q3 | Number | Value for 3rd Quarter |
| Q4 | Number | Value for 4th Quarter |
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 |
|---|---|---|---|
| OverviewofEquityMarket,2025.csv | CSV | 568 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_6874b0f93a4a460001a321d8/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
Cambodia Securities Exchange
API Calls
50
Views
586
Downloads
12
Data Source
Coverage
-
Created at
14 Jul 2025
Updated at
14 Jul 2025