Banking structural statistical indicators

Data - ECB

Info

Last observation: Annual: 2025 (N = 515)

First observation: Annual: 1997 (N = 166)

Last data update: 13 aoû 2026, 07:11. Last compile: 13 aoû 2026, 08:38

Structure

Info

LAST_DOWNLOAD

LAST_DOWNLOAD
2026-08-13

LAST_COMPILE

LAST_COMPILE
2026-08-13

Last

Code
SSI |>
  group_by(TIME_PERIOD) |>
  summarise(Nobs = n()) |>
  arrange(desc(TIME_PERIOD)) |>
  head(1) |>
  print_table_conditional()
TIME_PERIOD Nobs
2025 515

TITLE

Code
SSI |>
  group_by(TITLE) |>
  summarise(Nobs = n()) |>
  arrange(-Nobs) %>%
  {if (is_html_output()) datatable(., filter = 'top', rownames = F) else .}

TIME_FORMAT

Code
SSI |>
  group_by(TIME_FORMAT) |>
  summarise(Nobs = n()) |>
  arrange(-Nobs) |>
  print_table_conditional()
TIME_FORMAT Nobs
P1Y 17565