您正在使用一个神话般的包调用quantmod。有没有办法获得历史财务比率,比如PE或PEG比率?我试过了。
getSymbols(c("AAPL"),what=yahooQF("PEG Ratio"))
AA = AAPL['2013-09-07::2013-10-20']
print (AA)
但这仅打印:
AAPL.Open AAPL.High AAPL.Low AAPL.Close AAPL.Volume AAPL.Adjusted
2013-09-09 505.00 507.92 503.48 506.17 12167400 506.17
2013-09-10 506.20 507.45 489.50 494.64 26542700 494.64
....
不确定是否可能,但提前谢谢。