spi.d: SPI Swiss Performance Index

spi.dR 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)

tempdisagg documentation built on Aug. 8, 2023, 5:07 p.m.