Changes in version 1.1.3 (2026-02-03) - now using parallelly::availableCores(), issue 32 - using flag <- inherits(future::plan(), "sequential") from issue 33 - update of fallback files for index composition Changes in version 1.1.2 (2025-05-19) - removed dependency on pkg humanize, removed from cran -- new local function is used for natural_size(). - fixed bug for ibov index composition Changes in version 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. Changes in version 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! Changes in version 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 Changes in version 1.0.5 - now using tidyselect::all_of() (fixes issue #22) Changes in version 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 Changes in version 1.0.3 (2022-10-31) - fixed bug on number of files at cache folder Changes in version 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) Changes in version 1.0.1 (2022-08-15) - fixed bug with FB ticker (change to TSLA) Changes in version 1.0.0 (2022-06-30) - many pkg changes after ropensci approval - github repo is now under https://github.com/ropensci/yfR - changed all \dontrun by \donttest (as suggested by CRAN team) - used n_cores = 2 (as suggested by CRAN) Changes in version 0.0.5 - Many changes for ropensci Changes in version 0.0.3 - Added cumulative return at output Changes in version 0.0.2 - Added warning message for parallel option (yahoo finance has just set a api limit) - Fixed typos in readme.md Changes in version 0.0.1 - First version, ported from BatchGetSymbols