sp500: Standard & Poors 500 Index

Description Usage Format Source References Examples

Description

Standard & Poors 500 Index (3.1.2009-30.6.2014)

Usage

1

Format

An xts object with daily OHLC values of the Standard & Poors 500 Index from January 3rd, 2007 to June 30th, 2014.

Source

http://www.quandl.com/ http://finance.yahoo.com/

References

http://www.github.com/rhochreiter/scenarios/

Examples

1
2
3
4
5
6
7
  data(sp500)
  
  # install.packages("Quandl", "quantmod")
  # library(Quandl)
  # library(quantmod)
  # sp500 = Quandl("YAHOO/INDEX_GSPC", start_date="2007-01-01",end_date="2014-06-30", type="xts")
  # save(sp500, file="sp500.rda")  

rhochreiter/scenarios documentation built on May 27, 2019, 7:28 a.m.