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 |
|---|---|---|
| quarter | Text | The reporting period within 2023 (Q1, Q2, Q3, Q4) |
| market_cap_mil_khr_ | Number | Market capitalization of GTI in millions of Cambodian Riel (KHR) for each quarter |
| market_cap_mil_usd_ | Number | Market capitalization of GTI in millions of US Dollars (USD) for each quarter |
| trading_volume_shares_ | Number | Total number of GTI shares traded during the quarter. |
| daily_average_of_trading_volume_shares_ | Number | Average number of GTI shares traded per day during the quarter |
| trading_value_mil_khr_ | Number | Total value of GTI shares traded in millions of Cambodian Riel (KHR) during the quarter |
| trading_value_usd_ | Number | Total value of GTI shares traded in US Dollars (USD) during the quarter |
| daily_average_of_trading_value_mil_khr_ | Number | Average daily trading value of GTI shares in millions of Cambodian Riel (KHR) during the quarter |
| daily_average_of_trading_value_usd_ | Number | Average daily trading value of GTI shares in US Dollars (USD) during the 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 |
|---|---|---|---|
| TradingOverviewofGrandTwinsInternational(Cambodia)PLC(GTI)of2023.csv | CSV | 487 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_6788b3c525d1a200018107be/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
26
Views
43
Downloads
7
Data Source
N/A
Coverage
-
Created at
16 Jan 2025
Updated at
07 Jun 2025