AMECO

Data - ECB

Info

Last observation: Annual: 2027 (N = 124)

First observation: Annual: 1960 (N = 29)

Last data update: 12 aoû 2026, 23:13. Last compile: 13 aoû 2026, 08:14

Structure

Info

source dataset Title .html .rData
ecb AME AMECO 2026-08-12 2026-08-11

Data on europe

source dataset Title .html .rData
eurostat bop_gdp6_q Main Balance of Payments and International Investment Position items as share of GDP (BPM6) 2026-08-11 2026-08-11
eurostat nama_10_a10 Gross value added and income by A*10 industry breakdowns 2026-08-11 2026-08-11
eurostat nama_10_a10_e Employment by A*10 industry breakdowns 2026-08-11 2026-08-11
eurostat nama_10_gdp GDP and main components (output, expenditure and income) 2026-08-11 2026-08-11
eurostat nama_10_lp_ulc Labour productivity and unit labour costs 2026-08-11 2026-08-11
eurostat namq_10_a10 Gross value added and income A*10 industry breakdowns 2026-08-12 2026-08-11
eurostat namq_10_a10_e Employment A*10 industry breakdowns 2026-08-12 2026-08-11
eurostat namq_10_gdp GDP and main components (output, expenditure and income) 2026-08-12 2026-08-11
eurostat namq_10_lp_ulc Labour productivity and unit labour costs 2026-08-12 2026-08-11
eurostat namq_10_pc Main GDP aggregates per capita 2026-08-12 2026-08-11
eurostat nasa_10_nf_tr Non-financial transactions 2026-08-12 2026-08-11
eurostat nasq_10_nf_tr Non-financial transactions 2026-08-12 2026-08-11
eurostat tipsii40 Net international investment position - quarterly data, % of GDP 2026-08-12 2026-08-11

LAST_COMPILE

LAST_COMPILE
2026-08-13

Information

  • Link to SDW. html

  • Data Structure Definition. (DSD) html

Last

Code
AME |>
  group_by(TIME_PERIOD, FREQ) |>
  summarise(Nobs = n()) |>
  arrange(desc(TIME_PERIOD)) |>
  head(5) |>
  print_table_conditional()
TIME_PERIOD FREQ Nobs
2027 A 124
2026 A 124
2025 A 124
2024 A 124
2023 A 124

AME_UNIT

Code
AME |>
  mutate(AME_UNIT = paste0(AME_UNIT)) |>
  group_by(AME_UNIT, Ame_unit) |>
  summarise(Nobs = n()) |>
  arrange(-Nobs) %>%
  {if (is_html_output()) print_table(.) else .}
AME_UNIT Ame_unit Nobs
0 National currency 3067
319 Percentage of GDP at market prices (excessive deficit procedure) 2464