英文: Alternative to quantmod for bid/ask info 问题 以前我用这个方法获取收盘的买入/卖出价格: library("quantmod") ge...
quantmod的替代品,用于获取买入/卖出信息。
英文: Alternative to quantmod for bid/ask info 问题 以前我用这个来获取收盘的买入/卖出价格: library("quantmod") get...
如何使用quantmod或其他函数获取在纽约证券交易所上市的BRK.B股票的数据?
英文: how do I get data on BRK.B that is listed on the NYSE using quantmod or another function? 问题 我想获...
Exists() 和 getSymbols() 无法找到在 Yahoo 上列出的符号。
英文: Exists() and getSymbols() can't find symbol listed in yahoo 问题 PRIO3F.SA在雅虎金融上列出,但在使用exists(...
一个在R中的循环函数
英文: a loop function in R 问题 目前有以下几行代码,并希望编写一个循环函数来减少代码行数: 使用一个数据集的示例要下载: library(quantmod) start_dat...
通过列表的特定列值获取对象名称
英文: Get object names by specific column value of a list 问题 以下是要翻译的代码部分: library(quantmod) f <- fu...
In the R library quantmod, is there a new problem with getQuote?
英文: In the R library quantmod, is there a new problem with getQuote? 问题 我一直在使用quantmod包中的getQuote函数。...