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-10 2026-02-15

Last

obsTime Nobs
2025-Q4 98

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 100073
Y Calendar and seasonally adjusted 58909

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 77568
AUD Australian dollar 13200
CAD Canadian dollar 7582
CRC Costa Rican colon 6506
KRW Won 5916
USD US dollar 5680
ILS New Israeli sheqel 5454
DKK Danish krone 4780
SEK Swedish krona 4759
GBP Pound sterling 4741
JPY Yen 3840
HUF Forint 3798
PLN Zloty 3573
CZK Czech koruna 3572
CLP Chilean peso 2159
ZAR Rand 1470
BRL Brazilian real 1428
COP Colombian peso 792
SAR Saudi riyal 770
RON Romanian leu 742
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 125707
A Annual 33275

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 133186
L Chain linked volume 25796

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 21145
B5G Balance of primary incomes, gross / National income, gross 18006
B5N Balance of primary incomes, net / National income, net 12511
P5 Gross capital formation 10156
P3 Final consumption expenditure 9907
IN1B Net primary income from the rest of the world 8060
B9 Net lending (+) / net borrowing (-) 7886
P51C Consumption of fixed capital 7505
B8N Saving, net 6116
IN1C Primary income receivable from the rest of the world 5991
IN1D Primary income payable to the rest of the world 5991
IN21D Current transfers payable to the rest of the world 5536
IN21C Current transfers receivable from the rest of the world 5451
IN21B Net current transfers from the rest of the world 5364
B6N Disposable income, net 5214
D9B Net capital transfers from the rest of the world 4701
D9D Capital transfers payable to the rest of the world 4571
D9C Capital transfers receivable from the rest of the world 4099
D8 Adjustment for the change in pension entitlements 3045
B6G Disposable income, gross 2649
B1GQXOTGL Gross domestic income 1766
NP Acquisitions less disposals of non-financial non-produced assets 1615
OTGL Trading gain or loss 980
B8G Saving, gross 717