| hf_data | R Documentation |
hf_data.RData is a file containing the datasets:
an xts time series containing 1-minute OHLC bar
data for the SPY etf, from 2008-01-02 to 2014-05-19. SPY contains 625,425
rows of data, each row contains a single minute bar.
an xts time series containing 1-minute OHLC bar
data for the TLT etf, up to 2014-05-19.
an xts time series containing 1-minute OHLC bar
data for the VXX etf, up to 2014-05-19.
data(hf_data) # not required - data is lazy load
Each xts time series contains OHLC data, with each row
containing a single minute bar:
Open price in the bar
High price in the bar
Low price in the bar
Close price in the bar
trading volume in the bar
https://wrds-web.wharton.upenn.edu/wrds/
Wharton Research Data Service (WRDS)
# data(hf_data) # not required - data is lazy load
head(SPY)
chart_Series(x=SPY["2009"])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.