CRAN release 0.4.18
-
Fix issues handling https:// in
getSymbols.yahooj()
. Thanks to @Lobo1981 and @tchevri for the reports and @ethanbsmith for the suggestion to move from XML to xml2. #310 #312 -
Fix
getSymbols.yahoo()
,getDividends()
, andgetSplits()
so they all handle download errors and retry again. Thanks for @helgasoft for the report ongetSymbols.yahoo()
and @msfsalla for the report ongetDividends()
andgetSplits()
. #307 #314 -
Add implied volatility and last trade date to
getOptionChain()
output. Thanks to @hd2581 and @romanlelek for the reports. And thanks to @rjvelasquezm for noticing the error whenlastTradeDate
isNULL
. #224 #304 -
Fix
getOptionChain()
to throw a warning and returnNULL
for every expiry that doesn't have data. #299 -
Add "Defaults" handling to
getQuote()
andgetQuote.yahoo()
. Thanks to @ethanbsmith for the report. #291 -
Add Bid and Ask fields to the output from
getQuote()
. Thanks to @jrburl for the report and PR. #302 -
Fix "Defaults" to handle unexported function (e.g.
getQuote.av()
. Thanks to @helgasoft for the report. #316 -
importDefaults()
doesn't callget()
on vector with length > 1. Thanks to Kurt Hornik for the report. #319