Foreign Direct Investment (FDI) Flows

Data as of 2Q 2024

Inflows, outflows, and net flows of foreign direct investment (FDI) Flows into Malaysia.

0 views·0 downloads

Table

FDI Inflows

FDI Outflows

Net FDI Flows

How is this data produced?

FDI into Malaysia is a category of investment by non-residents that reflects the objective of obtaining a lasting interest in Malaysia. Financial instruments covered under direct investment include equity, reinvestment of earnings and debt instruments (such as inter-company loans and advances, trade credits). FDI statistics for Malaysia are compiled as part of the balance of payments, which is compiled based on the IMF's BPM6 guidelines. For a full description of the methodology, please refer to the Technical Notes, particularly the definitions relating to FDI.

What caveats I should bear in mind when using this data?

Values for the most recent 8 quarters may be revised in future releases.

Publication(s) using this data

Balance of Payments, 2Q 2024, the latest edition of the quarterly BOP statistics published by DOSM. OpenDOSM also features a dashboard on BOP which enables you to explore Malaysia's BOP data interactively.

Metadata

Dataset description

Inflows, outflows, and net flows of foreign direct investment (FDI) Flows into Malaysia.

Variable definitions
  • Date
  • FDI Inflows
  • FDI Outflows
  • Net FDI Flows
Last updated:

16 Aug 2024, 12:00

Next update:

15 Nov 2024, 12:00

Data source(s)
  • DOSM
License

This data is made open under the Creative Commons Attribution 4.0 International License (CC BY 4.0). A copy of the license is available Here.

Download

Data
Full Dataset (CSV)

Full Dataset (CSV)

Recommended for individuals seeking an Excel-friendly format.

0

Full Dataset (Parquet)

Full Dataset (Parquet)

Recommended for data scientists seeking to work with data via code.

0

Code

Connect directly to the data with Python.

# If not already installed, do: pip install pandas fastparquet import pandas as pd URL_DATA = 'https://storage.dosm.gov.my/bop/fdi_flows.parquet' df = pd.read_parquet(URL_DATA) if 'date' in df.columns: df['date'] = pd.to_datetime(df['date']) print(df)

Sample OpenAPI query

The following code is an example of how to make an API query to retrieve the data catalogue mentioned above. You can use different programming languages by switching the code accordingly. For a complete guide on possible query parameters and syntax, please refer to the official Open API Documentation.

import requests import pprint url = "https://api.data.gov.my/data-catalogue?id=fdi_flows&limit=3" response_json = requests.get(url=url).json() pprint.pprint(response_json)
jata negara

Department of Statistics Malaysia

© 2024 Public Sector Open Data