spi.d {tempdisagg}R Documentation

SPI Swiss Performance Index

Description

Daily values of stock market index.

Format

A data.frame.

Source

Swiss National Bank (SNB)

Examples

## Not run: 
# 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)

## End(Not run)

[Package tempdisagg version 1.1.1 Index]