NEWS
yfR 1.1.1
- new function check_internet() that will check for an active internet connection every R session. It will not repeat the test once it is passed.
yfR 1.1.0 (2023-02-16)
- new function yf_live_prices() (see this pr)
- new function for fetching dividends (see this PR)
Thank you Henrique for the work in both, live prices and dividends!
yfR 1.0.6 (2023-01-06)
- fix for when user is requesting one trading day. Now it gives a warning and not an error -- fixes #23
- added new market index DOW (^DJI)
- now using roxygen version 7.2.3
yfR 1.0.5
- now using tidyselect::all_of() (fixes issue #22)
yfR 1.0.4 (2022-11-18)
- switched curl::has_internet by pingr::is_online() -- the first doesn't seem to work on restricted networks. Fixes #20
- fix for when user is requesting one trading day -- fixes #19
yfR 1.0.3 (2022-10-31)
- fixed bug on number of files at cache folder
yfR 1.0.2 (2022-08-27)
- changed FB ticker to META
- fixed bug in calculation of log accumulated returns
- fixed bug in order of tickers (now it makes sure the ticker symbol is sorted)
yfR 1.0.1 (2022-08-15)
- fixed bug with FB ticker (change to TSLA)
yfR 1.0.0 (2022-06-30)
yfR 0.0.5
- Many changes for ropensci
yfR 0.0.3
- Added cumulative return at output
yfR 0.0.2
- Added warning message for parallel option (yahoo finance has just set a api limit)
- Fixed typos in readme.md
yfR 0.0.1