Last observation: 162: 2019-12-31 (N = 10031) · 203: 2019-12-31 (N = 10082)
First observation: 162: 1945-12-31 (N = 2523) · 203: 1945-12-31 (N = 2541)
Last data update: 25 jul 2026, 14:17. Last compile: 17 aoû 2026, 22:47
Data - FRB
Last observation: 162: 2019-12-31 (N = 10031) · 203: 2019-12-31 (N = 10082)
First observation: 162: 1945-12-31 (N = 2523) · 203: 1945-12-31 (N = 2541)
Last data update: 25 jul 2026, 14:17. Last compile: 17 aoû 2026, 22:47
The Financial Accounts of the United States includes data on transactions and levels of financial assets and liabilities, by sector and financial instrument; full balance sheets, including net worth, for households and nonprofit organizations, nonfinancial corporate businesses, and nonfinancial noncorporate businesses; Integrated Macroeconomic Accounts; and additional supplemental detail.
Z1_csv_var |>
group_by(table, table_desc) |>
summarise(Nobs = n()) %>%
filter((table %in% (list.files(pattern = "\\.qmd$") %>% gsub(".qmd$", "", .)))) |>
mutate(html = paste0('<a target=_blank href=https://fgeerolf.com/data/frb/', table, '.html > html </a>')) |>
mutate(frb = paste0('<a target=_blank href=https://www.federalreserve.gov/releases/z1/20210610/html/', table, '.htm > frb </a>')) %>%
{if (is_html_output()) datatable(., filter = 'top', rownames = F, escape = F) else .}Z1_csv_var |>
group_by(table, table_desc) |>
summarise(Nobs = n()) %>%
filter(!(table %in% (list.files(pattern = "\\.qmd$") %>% gsub(".qmd$", "", .)))) |>
mutate(frb = paste0('<a target=_blank href=https://www.federalreserve.gov/releases/z1/20210610/html/', table, '.htm > frb </a>')) %>%
{if (is_html_output()) datatable(., filter = 'top', rownames = F, escape = F) else .}Z1_struct_concepts |>
print_table_conditional()| id | default |
|---|---|
| SERIES_PREFIX | Series prefix |
| UNIT | Units |
| OBS_STATUS | Observation status |
| SERIES_INSTRUMENT | Instrument type |
| TIME_PERIOD | Time |
| FREQ | Frequency |
| CURRENCY | Currency |
| SERIES_SECTOR | Sector |
| UNIT_MULT | Unit multiplier |
| DESCRIPTION | Series description |
| SERIES_NAME | Series Name |
| OBS_VALUE | Observation value |
| SERIES_TYPE | Series type |
Z1 |>
left_join(OBS_STATUS, by = "OBS_STATUS") |>
group_by(OBS_STATUS, Obs_status) |>
summarise(Nobs = n()) |>
print_table_conditional()| OBS_STATUS | Obs_status | Nobs |
|---|---|---|
| A | Normal | 3530542 |
| ND | No data | 152994 |
Z1 |>
left_join(SERIES_INSTRUMENT, by = "SERIES_INSTRUMENT") |>
group_by(SERIES_INSTRUMENT, Series_instrument) |>
summarise(Nobs = n()) |>
print_table_conditional()Z1 |>
left_join(SERIES_SECTOR, by = "SERIES_SECTOR") |>
group_by(SERIES_SECTOR, Series_sector) |>
summarise(Nobs = n()) |>
print_table_conditional()Z1 |>
left_join(SERIES_PREFIX, by = "SERIES_PREFIX") |>
group_by(SERIES_PREFIX, Series_prefix) |>
summarise(Nobs = n()) |>
print_table_conditional()| SERIES_PREFIX | Series_prefix | Nobs |
|---|---|---|
| FA | Transactions at a seasonally adjusted annual rate (SAAR) | 958349 |
| FC | Change in unadjusted level | 5138 |
| FG | Growth rate, seasonally adjusted (SA) | 3670 |
| FL | Level, not seasonally adjusted (NSA) | 807626 |
| FR | Revaluation | 763625 |
| FU | Transactions, not seasonally adjusted (NSA) | 971206 |
| FV | Other changes in volume | 21717 |
| LA | Level, seasonally adjusted (SA) | 3720 |
| LM | Level, market value or current cost, not seasonally adjusted (NSA) | 147506 |
| PC | Percent change in index | 979 |
Z1 |>
left_join(FREQ, by = "FREQ") |>
group_by(FREQ, Freq) |>
summarise(Nobs = n()) |>
print_table_conditional()| FREQ | Freq | Nobs |
|---|---|---|
| 162 | Quarterly | 2924124 |
| 203 | Annual | 759412 |
Z1 |>
left_join(UNIT_MULT, by = "UNIT_MULT") |>
group_by(UNIT_MULT, Unit_mult) |>
summarise(Nobs = n()) |>
print_table_conditional()| UNIT_MULT | Unit_mult | Nobs |
|---|---|---|
| 1 | One | 16041 |
| 1000000 | Millions | 3667495 |
Z1 |>
left_join(UNIT, by = "UNIT") |>
group_by(UNIT, Unit) |>
summarise(Nobs = n()) |>
print_table_conditional()| UNIT | Unit | Nobs |
|---|---|---|
| Currency | Currency | 3667495 |
| Percent | Percent | 16041 |
Z1 |>
left_join(CURRENCY, by = "CURRENCY") |>
group_by(CURRENCY, Currency) |>
summarise(Nobs = n()) |>
print_table_conditional()| CURRENCY | Currency | Nobs |
|---|---|---|
| NA | Not Applicable | 16041 |
| USD | United States / United States Dollar | 3667495 |
ig_d("frb", "B103", "tobin-q-SDMX")| Source | Dataset | Updated | PNG | |
|---|---|---|---|---|

ig_d("frb", "B103", "corporate-bonds-equities")| Source | Dataset | Updated | PNG | |
|---|---|---|---|---|

ig_d("frb", "B101", "structures-real-estate")| Source | Dataset | Updated | PNG | |
|---|---|---|---|---|

ig_d("frb", "B101", "line-3-23-27")| Source | Dataset | Updated | PNG | |
|---|---|---|---|---|
