Balance of payments and international investment position - BP6

Data - ECB

Info

Last observation: Monthly: 2022-12 (N = 5,477) · Quarterly: 2022-Q4 (N = 3,463) · Annual: 2021 (N = 90)

First observation: Monthly: 1971-01 (N = 3) · Quarterly: 1971-Q1 (N = 25) · Annual: 2008 (N = 33)

Last data update: 14 aoû 2026, 20:12. Last compile: 15 aoû 2026, 06:07

Structure

Info

source dataset Title Updated
ecb BP6 Balance of payments and international investment position - BP6 2026-08-12

LAST_DOWNLOAD

LAST_DOWNLOAD
NA

LAST_COMPILE

LAST_COMPILE
2026-08-15

Last

TIME_PERIOD FREQ Nobs
2022-Q4 Q 3463
2022-12 M 5477
2021 A 90

TITLE

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