Skip to contents

Version 1.1.0 (2023-01-30) – major version

CRAN release: 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!

Version 1.0.6 (2023-01-06) – bug fixes and CRAN submission

CRAN release: 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

Version 1.0.5 (2022-11-23) – bug fixes

  • now using tidyselect::all_of() (fixes issue #22)

Version 1.0.4 (2022-11-15) – bug fixes

CRAN release: 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

Version 1.0.3 (2022-10-20) – bug fixes

CRAN release: 2022-10-31

  • fixed bug on number of files at cache folder

Version 1.0.2 (2022-08-21) – bug fixes

CRAN release: 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)

Version 1.0.1 (2022-08-15) – bug fixes

CRAN release: 2022-08-15

  • fixed bug with FB ticker (change to TSLA)

Version 1.0.0 (2022-06-22) – CRAN SUBMISSION

CRAN release: 2022-06-30

Version 0.0.5 (2022-06-07)

  • Many changes for ropensci

Version 0.0.3 (2022-05-03)

  • Added cumulative return at output

Version 0.0.2 (2022-05-02)

  • Added warning message for parallel option (yahoo finance has just set a api limit)
  • Fixed typos in readme.md

Version 0.0.1 (2022-03-28)