Managed by
Securities and Exchange 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 |
|---|---|---|
| year | Date | year |
| quarter_of_year | Text | Quarter of year |
| numbers_of_trading_days | Number | This shows how many days the stock market was open for trading during the quarter. |
| numbers_of_listed_shares_mil_shares | Number | This represents the total number of shares listed on the Main Board, measured in millions. |
| market_cap_mil_khr | Number | This is the total market value of all listed companies on the exchange, measured in millions of Cambodian Riel (KHR). |
| market_cap_mil_usd | Number | This shows the same market value as above but converted into millions of US dollars. |
| buy_order_quantity_mil_shares | Number | This refers to the total number of shares investors wanted to buy, expressed in millions. |
| sell_order_quantity_mil_shares | Number | This indicates the total number of shares investors wanted to sell, also in millions. |
| trading_volume_mil_shares | Number | This is the actual number of shares that were traded on the market, measured in millions. |
| daily_average_of_trading_volume_shares | Number | This shows the average number of shares traded per trading day during the quarter. |
| trading_value_mil_khr | Number | This is the total value of all shares traded during the period, calculated in millions of KHR. |
| trading_value_mil_usd | Number | This presents the same trading value as above, but in millions of USD. |
| daily_average_of_trading_value_mil_khr | Number | This shows the average daily trading value in millions of KHR. |
| daily_average_of_trading_value_usd | Number | This displays the average daily trading value in USD. |
| csx_index_closing_index | Number | This is the closing value of the Cambodia Securities Exchange index at the end of the quarter, reflecting 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 |
|---|---|---|---|
| OverviewofEquityMarketonMainBoardbetween2023and2024.csv | CSV | 1.06 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_6889cc8b79fe4d000795ecf1/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
Securities and Exchange Regulator of Cambodia
API Calls
30
Views
694
Downloads
11
Data Source
N/A
Coverage
-
Created at
30 Jul 2025
Updated at
30 Jul 2025