AMECO

Data - ECB

Info

source dataset .html .RData
ecb AME 2025-08-28 2025-08-28

Data on europe

source dataset .html .RData
eurostat bop_gdp6_q 2025-08-28 2025-08-28
eurostat nama_10_a10 2025-08-28 2025-08-28
eurostat nama_10_a10_e 2025-08-28 2025-08-28
eurostat nama_10_gdp 2025-08-28 2025-08-28
eurostat nama_10_lp_ulc 2025-08-28 2025-08-28
eurostat namq_10_a10 2025-08-28 2025-08-28
eurostat namq_10_a10_e 2025-05-24 2025-08-28
eurostat namq_10_gdp 2025-08-28 2025-08-28
eurostat namq_10_lp_ulc 2025-08-28 2025-08-28
eurostat namq_10_pc 2025-08-28 2025-08-28
eurostat nasa_10_nf_tr 2025-08-28 2025-08-28
eurostat nasq_10_nf_tr 2025-08-28 2025-08-28
eurostat tipsii40 2025-08-28 2025-08-28

LAST_COMPILE

LAST_COMPILE
2025-08-29

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
2026 A 121
2025 A 121
2024 A 121
2023 A 121
2022 A 121

AME_ITEM

Code
AME %>%
  left_join(AME_ITEM,  by = "AME_ITEM") %>%
  group_by(AME_ITEM, Ame_item) %>%
  summarise(Nobs = n()) %>%
  arrange(-Nobs) %>%
  {if (is_html_output()) print_table(.) else .}
AME_ITEM Ame_item Nobs
OVGD Gross domestic product at 2010 market prices 1506
ZUTN Unemployment rate - total - Member States - definition EUROSTAT 1446
UDGGL General government consolidated gross debt - Excessive deficit procedure (based on ESA 2010) and former definition (linked series) 1305
UBLGE Net lending (pos) or net borrowing (neg) - general government - Excessive deficit procedure (Including one-off proceeds relative to the allocation of mobile phone licences (UMTS)) 1029
NPTN Total population 67

AME_UNIT

Code
AME %>%
  mutate(AME_UNIT = paste0(AME_UNIT)) %>%
  left_join(AME_UNIT,  by = "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 3019
319 Percentage of GDP at market prices (excessive deficit procedure) 2334