Learn R Programming

PortfolioEffectHFT (version 1.6)

aapl.data: Sample Price Data

Description

Sample historical prices of Google (goog.data), Apple (aapl.data) & S&P 500 ETF (spy.data)

Usage

aapl.data goog.data spy.data

Arguments

Value

Examples

Run this code
data(aapl.data) 
data(goog.data) 
data(spy.data) 
util_plot2d(aapl.data,title="Price",legend="AAPL")+
        util_line2d(goog.data,legend="GOOG")+
        util_line2d(spy.data,legend="SPY")

Run the code above in your browser using DataLab