"stock.prices": Get the open, high, low, close, volume and adjusted
stock prices for a stock symbol from
Yahoo Finance. Wrapper for quantmod::getSymbols().
"stock.prices.google": DISCONTINUED.
"stock.prices.japan": Get the open, high, low, close, volume and adjusted
stock prices for a stock symbol from
Yahoo Finance Japan. Wrapper for quantmod::getSymbols.yahooj().
"financials": DISCONTINUED.
"key.ratios": Get 89 historical growth, profitablity, financial health,
efficiency, and valuation ratios that span 10-years from
Morningstar.
"key.stats": DISCONTINUED.
"dividends": Get the dividends for a stock symbol
from Yahoo Finance. Wrapper for quantmod::getDividends().
"splits": Get the splits for a stock symbol
from Yahoo Finance. Wrapper for quantmod::getSplits().
"economic.data": Get economic data from
FRED. rapper for quantmod::getSymbols.FRED().
"metal.prices": Get the metal prices from
Oanda. Wrapper for quantmod::getMetals().
"exchange.rates": Get exchange rates from
Oanda. Wrapper for quantmod::getFX().
"quandl": Get data sets from
Quandl. Wrapper for Quandl::Quandl().
See also quandl_api_key().
"quandl.datatable": Get data tables from
Quandl. Wrapper for Quandl::Quandl.datatable().
See also quandl_api_key().
"alphavantager": Get data sets from
Alpha Vantage. Wrapper for alphavantager::av_get().
See also av_api_key().
"rblpapi": Get data sets from
Bloomberg. Wrapper for Rblpapi.
See also Rblpapi::blpConnect() to connect to Bloomberg terminal (required).
Use the argument rblpapi_fun to set the function such as "bdh" (default), "bds", or "bdp".