Quarterly National Accounts, GDP Per Capita

Data - OECD

Info

source dataset .html .RData
oecd TABLE1_EXPENDITURE 2025-08-25 2025-09-28

Last

obsTime

obsTime Nobs
2024 11952

obsValue

REF_AREA

Code
TABLE1_EXPENDITURE %>%
  left_join(REF_AREA, by = "REF_AREA") %>%
  group_by(REF_AREA, Ref_area) %>%
  summarise(Nobs = n()) %>%
  arrange(-Nobs) %>%
  print_table_conditional()

ACTIVITY

Code
TABLE1_EXPENDITURE %>%
  left_join(ACTIVITY, by = "ACTIVITY") %>%
  group_by(ACTIVITY, Activity) %>%
  summarise(Nobs = n()) %>%
  arrange(-Nobs) %>%
  print_table_conditional()
ACTIVITY Activity Nobs
_Z Not applicable 628798
_T Total - all activities 123051

SECTOR

Code
TABLE1_EXPENDITURE %>%
  left_join(SECTOR, by = "SECTOR") %>%
  group_by(SECTOR, Sector) %>%
  summarise(Nobs = n()) %>%
  arrange(-Nobs) %>%
  print_table_conditional()
SECTOR Sector Nobs
S1 Total economy 530776
S13 General government 95198
S1M Households and non-profit institutions serving households (NPISH) 41264
S14 Households 37047
S15 Non-profit institutions serving households 31927
_Z Not applicable 15637

TRANSACTION

Code
TABLE1_EXPENDITURE %>%
  left_join(TRANSACTION, by = "TRANSACTION") %>%
  group_by(TRANSACTION, Transaction) %>%
  summarise(Nobs = n()) %>%
  arrange(-Nobs) %>%
  print_table_conditional()
TRANSACTION Transaction Nobs
P3 Final consumption expenditure 193560
B1GQ Gross domestic product 43653
P51G Gross fixed capital formation 42371
P6 Exports of goods and services 42317
P7 Imports of goods and services 42317
P5 Gross capital formation 39807
B11 External balance of goods and services 38556
P3T5 Domestic demand 37464
P41 Actual individual consumption 34803
P61 Exports of goods 31820
P62 Exports of services 31820
P71 Imports of goods 31745
P72 Imports of services 31745
P32 Collective consumption expenditure 26818
P31 Individual consumption expenditure 26543
P5M Changes in inventories and acquisitions less disposals of valuables 15766
YA0 Statistical discrepancy (expenditure approach) 15637
P52 Changes in inventories 15618
P53 Acquisitions less disposals of valuables 9489

PRICE_BASE

Code
TABLE1_EXPENDITURE %>%
  left_join(PRICE_BASE, by = "PRICE_BASE") %>%
  group_by(PRICE_BASE, Price_base) %>%
  summarise(Nobs = n()) %>%
  arrange(-Nobs) %>%
  print_table_conditional()
PRICE_BASE Price_base Nobs
LR Chain linked volume (rebased) 193805
V Current prices 174866
Y Previous year prices 122829
VQ Current prices (constant converter) 119045
L Chain linked volume 94168
DR Deflator (rebased) 47136