Last observation: 2025-06-11 (N = 5)
First observation: 1980-01-01 (N = 1)
Last data update: 02 août 2026, 08:00. Last compile: 31 août 2026, 00:06
Data - Eurostat
Last observation: 2025-06-11 (N = 5)
First observation: 1980-01-01 (N = 1)
Last data update: 02 août 2026, 08:00. Last compile: 31 août 2026, 00:06
| source | dataset | Title | Updated |
|---|---|---|---|
eurostat |
irt_lt_mcby_d | EMU convergence criterion series - daily data - irt_lt_mcby_d | 2026-08-02 |
irt_lt_mcby_d |>
left_join(geo, by = "geo") |>
group_by(geo, Geo) |>
summarise(Nobs = n()) |>
arrange(-Nobs) |>
mutate(Geo = ifelse(geo == "DE", "Germany", Geo)) |>
mutate(Flag = gsub(" ", "-", str_to_lower(Geo)),
Flag = paste0('<img src="../../bib/flags/vsmall/', Flag, '.png" alt="Flag">')) |>
select(Flag, everything()) %>%
{if (is_html_output()) datatable(., filter = 'top', rownames = F, escape = F) else .}irt_lt_mcby_d |>
filter(geo %in% c("FR", "DE", "ES", "IT")) |>
left_join(geo, by = "geo") |>
day_to_date() |>
mutate(values = values / 100) |>
left_join(colors, by = c("Geo" = "country")) |>
ggplot() + geom_line(aes(x = date, y = values, color = color)) +
scale_color_identity() + theme_minimal() + add_flags +
scale_x_date(breaks = as.Date(paste0(seq(1960, 2100, 5), "-01-01")),
labels = date_format("%Y")) +
xlab("") + ylab("10-year yield") +
scale_y_continuous(breaks = 0.01*seq(-30, 30, 2),
labels = percent_format(a = 1)) +
geom_hline(yintercept = 0, linetype = "dashed", color = "black")
irt_lt_mcby_d |>
filter(geo %in% c("FR", "DE", "ES", "IT")) |>
left_join(geo, by = "geo") |>
day_to_date() |>
mutate(values = values / 100) |>
left_join(colors, by = c("Geo" = "country")) |>
filter(date >= as.Date("1997-01-01")) |>
ggplot() + geom_line(aes(x = date, y = values, color = color)) +
scale_color_identity() + theme_minimal() + add_flags +
scale_x_date(breaks = as.Date(paste0(seq(1960, 2100, 2), "-01-01")),
labels = date_format("%Y")) +
xlab("") + ylab("10-year yield") +
scale_y_continuous(breaks = 0.01*seq(-30, 30, 1),
labels = percent_format(a = 1)) +
geom_hline(yintercept = 0, linetype = "dashed", color = "black")
irt_lt_mcby_d |>
filter(geo %in% c("FR", "DE", "ES", "IT")) |>
left_join(geo, by = "geo") |>
day_to_date() |>
mutate(values = values / 100) |>
left_join(colors, by = c("Geo" = "country")) |>
filter(date >= as.Date("2000-01-01")) |>
ggplot() + geom_line(aes(x = date, y = values, color = color)) +
scale_color_identity() + theme_minimal() + add_flags +
scale_x_date(breaks = as.Date(paste0(seq(1960, 2100, 2), "-01-01")),
labels = date_format("%Y")) +
xlab("") + ylab("10-year yield") +
scale_y_continuous(breaks = 0.01*seq(-30, 30, 1),
labels = percent_format(a = 1)) +
geom_hline(yintercept = 0, linetype = "dashed", color = "black")
irt_lt_mcby_d |>
filter(geo %in% c("FR", "DE", "ES", "IT")) |>
left_join(geo, by = "geo") |>
day_to_date() |>
mutate(values = values / 100) |>
left_join(colors, by = c("Geo" = "country")) |>
filter(date >= as.Date("2010-01-01")) |>
ggplot() + geom_line(aes(x = date, y = values, color = color)) +
scale_color_identity() + theme_minimal() + add_flags +
scale_x_date(breaks = as.Date(paste0(seq(1960, 2100, 2), "-01-01")),
labels = date_format("%Y")) +
xlab("") + ylab("10-year yield") +
scale_y_continuous(breaks = 0.01*seq(-30, 30, 1),
labels = percent_format(a = 1)) +
geom_hline(yintercept = 0, linetype = "dashed", color = "black")
irt_lt_mcby_d |>
filter(geo %in% c("FR", "DE", "ES", "IT")) |>
left_join(geo, by = "geo") |>
day_to_date() |>
mutate(values = values / 100) |>
left_join(colors, by = c("Geo" = "country")) |>
filter(date >= Sys.Date() - years(10)) |>
ggplot() + geom_line(aes(x = date, y = values, color = color)) +
scale_color_identity() + theme_minimal() + add_flags +
scale_x_date(breaks = as.Date(paste0(seq(1960, 2100, 1), "-01-01")),
labels = date_format("%Y")) +
xlab("") + ylab("10-year yield") +
scale_y_continuous(breaks = 0.01*seq(-30, 30, 1),
labels = percent_format(a = 1)) +
geom_hline(yintercept = 0, linetype = "dashed", color = "black")
irt_lt_mcby_d |>
filter(geo %in% c("FR", "DE", "ES", "IT")) |>
left_join(geo, by = "geo") |>
day_to_date() |>
mutate(values = values / 100) |>
left_join(colors, by = c("Geo" = "country")) |>
filter(date >= Sys.Date() - years(5)) |>
ggplot() + geom_line(aes(x = date, y = values, color = color)) +
scale_color_identity() + theme_minimal() + add_flags +
scale_x_date(breaks = as.Date(paste0(seq(1960, 2100, 1), "-01-01")),
labels = date_format("%Y")) +
xlab("") + ylab("10-year yield") +
scale_y_continuous(breaks = 0.01*seq(-30, 30, 1),
labels = percent_format(a = 1)) +
geom_hline(yintercept = 0, linetype = "dashed", color = "black")
irt_lt_mcby_d |>
filter(geo %in% c("FR", "DE", "IT", "ES", "EL")) |>
left_join(geo, by = "geo") |>
day_to_date() |>
mutate(values = values / 100) |>
left_join(colors, by = c("Geo" = "country")) |>
ggplot() + geom_line(aes(x = date, y = values, color = color)) +
scale_color_identity() + theme_minimal() + add_flags +
scale_x_date(breaks = as.Date(paste0(seq(1960, 2100, 5), "-01-01")),
labels = date_format("%Y")) +
xlab("") + ylab("10-year yield") +
scale_y_continuous(breaks = 0.01*seq(-30, 100, 2),
labels = percent_format(a = 1)) +
geom_hline(yintercept = 0, linetype = "dashed", color = "black")
irt_lt_mcby_d |>
filter(geo %in% c("FR", "DE", "IT", "ES", "EL")) |>
left_join(geo, by = "geo") |>
day_to_date() |>
filter(date >= as.Date("2021-01-01")) |>
mutate(values = values / 100) |>
left_join(colors, by = c("Geo" = "country")) |>
ggplot() + geom_line(aes(x = date, y = values, color = color)) +
scale_color_identity() + theme_minimal() + add_flags +
scale_x_date(breaks = "1 month",
labels = date_format("%b %Y")) +
xlab("") + ylab("10-year yield") +
scale_y_continuous(breaks = 0.01*seq(-30, 30, 1),
labels = percent_format(a = 1)) +
geom_hline(yintercept = 0, linetype = "dashed", color = "black") +
theme(axis.text.x = element_text(angle = 45, vjust = 1, hjust = 1))
irt_lt_mcby_d |>
filter(geo %in% c("FR", "DE", "IT", "ES", "EL")) |>
left_join(geo, by = "geo") |>
day_to_date() |>
filter(date >= as.Date("2022-01-01")) |>
mutate(values = values / 100) |>
left_join(colors, by = c("Geo" = "country")) |>
ggplot() + geom_line(aes(x = date, y = values, color = color)) +
scale_color_identity() + theme_minimal() + add_flags +
scale_x_date(breaks = "1 month",
labels = date_format("%b %Y")) +
xlab("") + ylab("10-year yield") +
scale_y_continuous(breaks = 0.01*seq(-30, 30, 1),
labels = percent_format(a = 1)) +
geom_hline(yintercept = 0, linetype = "dashed", color = "black") +
theme(axis.text.x = element_text(angle = 45, vjust = 1, hjust = 1))
Why Greece: EL
Greece - Elláda
Hellenic Republic - Ellīnikī Dīmokratía
Hellas - Ellás
irt_lt_mcby_d |>
filter(geo %in% c("FR", "DE", "IT", "ES", "EL")) |>
day_to_date() |>
filter(date >= as.Date("2022-01-01")) |>
ggplot() + geom_line(aes(x = date, y = values/100, color = geo)) + theme_minimal() +
scale_x_date(breaks = "1 month",
labels = date_format("%b %Y")) +
xlab("") + ylab("10-year yield") +
theme(legend.position = c(0.8, 0.2),
legend.title = element_blank()) +
scale_color_manual(values = c("#000000", "#0D5EAF", "#FFC400", "#ED2939", "#009246")) +
scale_y_continuous(breaks = 0.01*seq(0, 30, 1),
labels = percent_format(a = 1)) +
guides(color=guide_legend(ncol=2)) +
theme(axis.text.x = element_text(angle = 45, vjust = 1, hjust = 1))
irt_lt_mcby_d |>
filter(geo %in% c("FR", "DE", "IT", "ES", "EL")) |>
left_join(geo, by = "geo") |>
day_to_date() |>
filter(date >= max(date) - months(3)) |>
mutate(values = values / 100) |>
left_join(colors, by = c("Geo" = "country")) |>
ggplot() + geom_line(aes(x = date, y = values, color = color)) +
scale_color_identity() + theme_minimal() + add_flags +
scale_x_date(breaks = "1 week",
labels = date_format("%d %b %Y")) +
xlab("") + ylab("10-year yield") +
scale_y_continuous(breaks = 0.01*seq(-30, 30, .5),
labels = percent_format(a = .1)) +
theme(axis.text.x = element_text(angle = 45, vjust = 1, hjust = 1))
irt_lt_mcby_d |>
filter(geo %in% c("FR", "DE", "IT", "ES", "EL")) |>
left_join(geo, by = "geo") |>
day_to_date() |>
filter(date >= max(date) - months(1)) |>
mutate(values = values / 100) |>
left_join(colors, by = c("Geo" = "country")) |>
ggplot() + geom_line(aes(x = date, y = values, color = color)) +
scale_color_identity() + theme_minimal() + add_flags +
scale_x_date(breaks = "1 day",
labels = date_format("%d %b %Y")) +
xlab("") + ylab("10-year yield") +
scale_y_continuous(breaks = 0.01*seq(-30, 30, .5),
labels = percent_format(a = .1)) +
theme(axis.text.x = element_text(angle = 45, vjust = 1, hjust = 1))
irt_lt_mcby_d |>
filter(geo %in% c("PT", "DE", "IT", "ES", "EL")) |>
left_join(geo, by = "geo") |>
day_to_date() |>
filter(date >= as.Date("2021-01-01")) |>
mutate(values = values / 100) |>
left_join(colors, by = c("Geo" = "country")) |>
ggplot() + geom_line(aes(x = date, y = values, color = color)) +
scale_color_identity() + theme_minimal() + add_flags +
scale_x_date(breaks = "1 month",
labels = date_format("%b %Y")) +
xlab("") + ylab("10-year yield") +
scale_y_continuous(breaks = 0.01*seq(-30, 30, 1),
labels = percent_format(a = 1)) +
geom_hline(yintercept = 0, linetype = "dashed", color = "black") +
theme(axis.text.x = element_text(angle = 45, vjust = 1, hjust = 1))