Daily values of stock market index.
Examples
if (FALSE) { # \dontrun{
# recreate the series with latest data
library(tsbox)
library(dplyr)
library(dataseries)
library(imputeTS)
dataseries::ds("ch_snb_capchstocki.gdr") %>%
ts_default() %>%
ts_regular() %>%
imputeTS::na_interpolation(option = "spline") %>%
ts_span(start = 2005)
} # }