source | dataset | .html | .RData |
---|---|---|---|
oecd | QNA_INC_SAV | 2025-08-25 | 2025-09-28 |
Quarterly disposable income, saving and net lending/net borrowing
Data - OECD
Info
Last
obsTime | Nobs |
---|---|
2025-Q2 | 373 |
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 | 98912 |
Y | Calendar and seasonally adjusted | 58386 |
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 | 76150 |
AUD | Australian dollar | 13160 |
CAD | Canadian dollar | 7548 |
CRC | Costa Rican colon | 6468 |
KRW | Won | 5886 |
USD | US dollar | 5655 |
ILS | New Israeli sheqel | 5400 |
SEK | Swedish krona | 4711 |
GBP | Pound sterling | 4680 |
DKK | Danish krone | 4386 |
JPY | Yen | 3768 |
HUF | Forint | 3758 |
PLN | Zloty | 3533 |
CZK | Czech koruna | 3532 |
CLP | Chilean peso | 2147 |
ZAR | Rand | 1465 |
BRL | Brazilian real | 1417 |
SAR | Saudi riyal | 770 |
COP | Colombian peso | 766 |
RON | Romanian leu | 730 |
BGN | Bulgarian lev | 726 |
MXN | Mexican peso | 642 |
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 | 124167 |
A | Annual | 33131 |
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 | 132018 |
L | Chain linked volume | 25280 |
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 | 20998 |
B5G | Balance of primary incomes, gross / National income, gross | 17783 |
B5N | Balance of primary incomes, net / National income, net | 12138 |
P5 | Gross capital formation | 10124 |
P3 | Final consumption expenditure | 9873 |
IN1B | Net primary income from the rest of the world | 7991 |
B9 | Net lending (+) / net borrowing (-) | 7783 |
P51C | Consumption of fixed capital | 7435 |
B8N | Saving, net | 6048 |
IN1C | Primary income receivable from the rest of the world | 5924 |
IN1D | Primary income payable to the rest of the world | 5924 |
IN21D | Current transfers payable to the rest of the world | 5479 |
IN21C | Current transfers receivable from the rest of the world | 5394 |
IN21B | Net current transfers from the rest of the world | 5326 |
B6N | Disposable income, net | 5176 |
D9B | Net capital transfers from the rest of the world | 4668 |
D9D | Capital transfers payable to the rest of the world | 4524 |
D9C | Capital transfers receivable from the rest of the world | 4054 |
D8 | Adjustment for the change in pension entitlements | 3002 |
B6G | Disposable income, gross | 2616 |
B1GQXOTGL | Gross domestic income | 1752 |
NP | Acquisitions less disposals of non-financial non-produced assets | 1608 |
OTGL | Trading gain or loss | 968 |
B8G | Saving, gross | 710 |