Thursday, March 06, 2014

R language on stock quote

http://www.r-bloggers.com/stock-analysis-using-r/
http://www.r-bloggers.com/installing-r-packages/
http://www.quantmod.com/examples/intro/

> library("quantmod")
> getSymbols("AAPL")
> candleChart(AAPL, multi.col=TRUE, theme="white", subset='last 3 months')

























[Note] install.packages("quantmod")

No comments:

Related Posts Plugin for WordPress, Blogger...