Balance of Payments (BOP) 2026 February

Data - IMF

Info

Last observation: Quarterly: 2025-Q4 (N = 1,447) · Annual: 2025 (N = 6,863)

Last update of .parquet: 13 avr 2026, 00:35. Last compile: 15 avr 2026, 23:13

Structure

Current Account Components

France, Germany, Italy

Code
BOP_2026_FEB_VINTAGE |>
  filter(INDICATOR == "CAB",
         COUNTRY %in% c("FRA", "DEU", "ITA"),
         BOP_ACCOUNTING_ENTRY == "NETCD_T",
         FREQUENCY == "A") %>%
  mutate(TIME_PERIOD = as.Date(paste0(TIME_PERIOD, "-01-01"))) %>%
  ggplot + geom_line(aes(x = TIME_PERIOD, y = OBS_VALUE, color = Country)) +
  theme_minimal() + xlab("") + ylab("")

China, United States

Code
BOP_2026_FEB_VINTAGE |>
  filter(INDICATOR == "CAB",
         COUNTRY %in% c("CHN", "USA"),
         BOP_ACCOUNTING_ENTRY == "NETCD_T",
         FREQUENCY == "A") %>%
  mutate(TIME_PERIOD = as.Date(paste0(TIME_PERIOD, "-01-01"))) %>%
  ggplot + geom_line(aes(x = TIME_PERIOD, y = OBS_VALUE, color = Country)) +
  theme_minimal() + xlab("") + ylab("")

Goods and Services