Quarterly disposable income, saving and net lending/net borrowing

Data - OECD

Info

source dataset Title .html .rData
oecd QNA_INC_SAV Quarterly disposable income, saving and net lending/net borrowing 2026-02-22 2026-03-11

Last

obsTime Nobs
2025-Q4 348

ADJUSTMENT

Code
QNA_INC_SAV %>%
  left_join(ADJUSTMENT, by = "ADJUSTMENT") %>%
  group_by(ADJUSTMENT, Adjustment) %>%
  summarise(Nobs = n()) %>%
  arrange(-Nobs) %>%
  print_table_conditional()
ADJUSTMENT Adjustment Nobs
N Neither seasonally adjusted nor calendar adjusted 100368
Y Calendar and seasonally adjusted 59185

CURRENCY

Code
QNA_INC_SAV %>%
  left_join(CURRENCY, by = "CURRENCY") %>%
  group_by(CURRENCY, Currency) %>%
  summarise(Nobs = n()) %>%
  arrange(-Nobs) %>%
  print_table_conditional()
CURRENCY Currency Nobs
EUR Euro 77770
AUD Australian dollar 13280
CAD Canadian dollar 7649
CRC Costa Rican colon 6506
KRW Won 5940
USD US dollar 5680
ILS New Israeli sheqel 5580
DKK Danish krone 4780
SEK Swedish krona 4767
GBP Pound sterling 4741
JPY Yen 3840
HUF Forint 3809
CZK Czech koruna 3583
PLN Zloty 3581
CLP Chilean peso 2159
ZAR Rand 1480
BRL Brazilian real 1450
COP Colombian peso 792
SAR Saudi riyal 770
RON Romanian leu 744
MXN Mexican peso 652

FREQ

Code
QNA_INC_SAV %>%
  left_join(FREQ, by = "FREQ") %>%
  group_by(FREQ, Freq) %>%
  summarise(Nobs = n()) %>%
  arrange(-Nobs) %>%
  print_table_conditional()
FREQ Freq Nobs
Q Quarterly 126023
A Annual 33530

PRICE_BASE

Code
QNA_INC_SAV %>%
  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
V Current prices 133705
L Chain linked volume 25848

REF_AREA

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

TRANSACTION

Code
QNA_INC_SAV %>%
  left_join(TRANSACTION, by = "TRANSACTION") %>%
  group_by(TRANSACTION, Transaction) %>%
  summarise(Nobs = n()) %>%
  arrange(-Nobs) %>%
  print_table_conditional()
TRANSACTION Transaction Nobs
B1GQ Gross domestic product 21270
B5G Balance of primary incomes, gross / National income, gross 18041
B5N Balance of primary incomes, net / National income, net 12526
P5 Gross capital formation 10245
P3 Final consumption expenditure 9994
IN1B Net primary income from the rest of the world 8083
B9 Net lending (+) / net borrowing (-) 7903
P51C Consumption of fixed capital 7520
B8N Saving, net 6131
IN1C Primary income receivable from the rest of the world 6006
IN1D Primary income payable to the rest of the world 6006
IN21D Current transfers payable to the rest of the world 5551
IN21C Current transfers receivable from the rest of the world 5466
IN21B Net current transfers from the rest of the world 5381
B6N Disposable income, net 5229
D9B Net capital transfers from the rest of the world 4716
D9D Capital transfers payable to the rest of the world 4584
D9C Capital transfers receivable from the rest of the world 4110
D8 Adjustment for the change in pension entitlements 3047
B6G Disposable income, gross 2658
B1GQXOTGL Gross domestic income 1766
NP Acquisitions less disposals of non-financial non-produced assets 1621
OTGL Trading gain or loss 980
B8G Saving, gross 719