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 |
---|---|---|
Start_Date | Date | The starting date of the quarter (format: YYYY-MM-DD). |
End_Date | Date | The ending date of the quarter (format: YYYY-MM-DD). |
Quarter | Text | The label for the quarter of the year, e.g., Q1, Q2, Q3, Q4. |
No. Trading Days | Number | The total number of trading days within that quarter. |
No. of Listings (Stocks) | Number | The number of stocks listed on the exchange during the quarter. |
Total Trading Value (KHR) | Number | The cumulative trading value of all stocks traded during the quarter, measured in Cambodian Riels (KHR). |
Total Trading Volume (Shares) | Number | The total number of shares traded during the quarter. |
Daily Average (KHR) | Number | The average daily trading value in KHR over the trading days in the quarter. |
Market Capitalization (KHR) | Number | The total market capitalization of all listed stocks at the end of the quarter, in KHR. |
Closing Index | Number | The stock market closing index value at the end of the quarter, representing the overall market performance. |
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 |
---|---|---|---|
StatisticReportEquitySecurities,2021.csv | CSV | 473 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_66ab611abcc3db0001df673a/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
31
Views
230
Downloads
13
Data Source
https://csx.com.kh/kh/education-publication/publications
Coverage
-
Created at
01 Aug 2024
Updated at
08 Jun 2025