Quarterly Real GDP by Expenditure Subtype

Data as of 2Q 2024

Quarterly gross domestic product (GDP) at constant 2015 prices, by expenditure type and subtype. The table provides a preview of the full dataset using the latest year's data only.

0 views·0 downloads

How is this data produced?

Gross domestic product (GDP) is the total value of goods and services produced within that year, after deducting the cost of goods and services used in production, but before deducting the consumption of fixed capital. In Malaysia, GDP is estimated in compliance with the System of National Accounts (2008).

In general, GDP can be measured via 3 approaches, namely production, expenditure, and income. Because the measurement employs double entry accounting, the overall value must be the same across all 3 approaches. However, the different approaches allow GDP to be analysed in different ways. The GDP estimates in this dataset were produced using the expenditure method (C + I + G + X - M), which allows insight into who is buying the output of the Malaysian economy; households, businesses, government, or other countries. The values were measured at constant 2015 prices, i.e. with price effects removed relative to a base year (2015 = 100). For a full description of the methodology, please refer to the Technical Notes.

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

Values for 2022 and 2023 may be revised in future releases. Furthermore, the sum of GDP for all expenditure types may not always equal to the values for overall GDP because of independent rounding to one decimal place. However, the differences are not obvious.

Publication(s) using this data

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

Metadata

Dataset description

Quarterly gross domestic product (GDP) at constant 2015 prices, by expenditure type and subtype. The table provides a preview of the full dataset using the latest year's data only.

Variable definitions
  • Series Type
  • Date
  • Expenditure Type
  • Value
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/gdp/gdp_qtr_real_demand_sub.parquet' df = pd.read_parquet(URL_DATA) if 'date' in df.columns: df['date'] = pd.to_datetime(df['date']) print(df)

Sample OpenAPI query

This data catalog is not available through OpenAPI as the nature of the data makes it unsuitable for API access. For the full dataset, please use the provided download link as shown in the above section.