2016年11月26日 星期六

「R」用quantmod來捉台G店股票資料

首先安裝一下quantmod套件



 install.packages("quantmod")  











































接下來載入套件

 library("quantmod")  
























接下來呼叫Yahoo Finance API 來取得台G店(2330)股票資訊,並存入tw2330變數中

 tw2330 = getSymbols("2330.TW", auto.assign=FALSE)  




















把結果用圖示輸出 ,chartSeries 是quantmod套件所提供的繪圖函式,由於它本身

的底預設是黑色的,所以才要輸入theme=chartThem("white")換成白底

  chartSeries(tw2330, theme=chartTheme("white"))  








































參考資料:


Create Financial Charts
http://www.quantmod.com/documentation/chartSeries.html

RStudio上安裝 Quantmod套件抓股票資料

沒有留言:

張貼留言