SandP500: S & P 500 Prices

Description Format Details Source Examples

Description

Daily data for S\& P 500 Stock Index

Format

A data frame with 252 observations on the following 6 variables.

Details

Daily prices for the S\& P 500 Stock Index for trading days in 2010.

Source

Downladed from http://finance.yahoo.com/q/hp?s=^GSPC+Historical+Prices

Examples

1
2
3
4
5
6
data(SandP500)
if (require(lattice)) {
  xyplot( High + Low ~ Date, data=SandP500, type="l",
    main="S and P 500",
    auto.key=list(lines=TRUE, points=FALSE))
 }

rpruim/Lock5Data documentation built on May 28, 2019, 1:30 a.m.