Managed by
World Bank
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 | The calendar year of the recorded FDI value (e.g., 1975). |
country code | Text | The 3-letter ISO 3166-1 alpha-3 code representing the country. For Cambodia, this is KHM. |
country name | Text | The full name of the country: Cambodia. |
indicator code | Text | The World Bank indicator code: BX.KLT.DINV.WD.GD.ZS. It stands for Foreign direct investment, net inflows (% of GDP). |
indicator name | Text | A readable name of the indicator: Foreign direct investment, net inflows (% of GDP). It measures net FDI inflows expressed as a share of GDP. |
Value | Number | The FDI net inflows as a percentage of GDP. For example, 0.036042 means that 0.036% of Cambodia's GDP in 1975 came from net FDI inflows. None indicates missing data for that year. |
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 |
---|---|---|---|
Cambodia'sForeignDirectInvestment,NetInflows(%ofGDP)between1975-2023.csv | CSV | 4.87 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_676243de255e6c0001248257/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
World Bank
API Calls
273
Views
1.16K
Downloads
36
Data Source
https://data360.worldbank.org/
Coverage
-
Created at
18 Dec 2024
Updated at
08 Jun 2025