Managed by
General Department of International Cooperation and Debt Management

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 |
|---|---|---|
| debt_component | Text | Main category of public debt (e.g., outstanding, issuance, or service). |
| debt_instrument_type | Text | Type of debt based on maturity (short-term or long-term). |
| debt_maturity | Text | Specific duration of the debt (e.g., 1-year, 3-year, 5-year). |
| debt_service_detail | Text | Specifies if the value is principal or interest (only for debt service). |
| reporting_quarter | Text | Quarter in which the data was recorded (Q1 to Q4). |
| amount_billion_khr | Number | Debt value in billion Cambodian Riel (KHR). |
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 |
|---|---|---|---|
| CambodiaPublicDomesticDebt,FY2022.csv | CSV | 3.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_66b498c349eb6c00013c129b/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
General Department of International Cooperation and Debt Management
API Calls
115
Views
599
Downloads
221
Data Source
Coverage
-
Created at
08 Aug 2024
Updated at
31 Dec 2025