Last observation: juil. 2026 (N = 138)
First observation: janv. 2000 (N = 13)
Last data update: 20 sept. 2026, 23:11
Last compile: 20 sept. 2026, 23:54
| date | Nobs |
|---|---|
| 2026-07-31 | 138 |
| 2026-06-30 | 138 |
MIR |>
filter(grepl("MIR.M.FR.B.A20.F.R.A.2240.EUR.O", variable) |
grepl("MIR.M.FR.B.A20.H.R.A.2250.EUR.O", variable)) |>
ggplot() + geom_line(aes(x = date, y = value/100, color = Variable)) +
theme_minimal() +
scale_x_date(breaks = as.Date(paste0(seq(1960, 2030, 2), "-01-01")),
labels = date_format("%Y")) +
theme(legend.position = "bottom",
legend.title = element_blank(),
legend.direction = "vertical") +
xlab("") + ylab("") +
scale_y_continuous(breaks = 0.01*seq(-10, 100, 1),
labels = percent_format(accuracy = 1))