Package: yfR Title: Downloads and Organizes Financial Data from Yahoo Finance Version: 1.1.3 Authors@R: c(person("Marcelo", "Perlin", email = "marceloperlin@gmail.com", role = c("aut", "cre")), person("Nic", "Crane", role = "rev", comment = "Nic reviewed the package (v. 0.0.5) for rOpenSci, see "), person("Alexander", "Fischer", role = "rev", comment = "Alexander reviewed the package (v. 0.0.5) for rOpenSci, see ")) Description: Facilitates download of financial data from Yahoo Finance , a vast repository of stock price data across multiple financial exchanges. The package offers a local caching system and support for parallel computation. URL: https://github.com/ropensci/yfR, https://docs.ropensci.org/yfR/ BugReports: https://github.com/ropensci/yfR/issues Encoding: UTF-8 Depends: R (>= 4.0.0) Imports: stringr, tidyr, lubridate, furrr, purrr, future, tibble, zoo, cli, readr, rvest, dplyr, quantmod (>= 0.4.20), magrittr, methods, pingr, tidyselect, glue, httr, jsonlite, janitor, parallelly License: MIT + file LICENSE RoxygenNote: 7.3.3 Suggests: knitr, rmarkdown, testthat (>= 3.0.0), ggplot2, covr, spelling VignetteBuilder: knitr Config/testthat/edition: 3 Language: en-US Config/pak/sysreqs: libicu-dev libxml2-dev libssl-dev libx11-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2026-03-06 18:20:39 UTC RemoteUrl: https://github.com/ropensci/yfR RemoteRef: main RemoteSha: 0051bf6157c080265cf2290145f881ff1228e9cb NeedsCompilation: no Packaged: 2026-07-01 08:26:19 UTC; root Author: Marcelo Perlin [aut, cre], Nic Crane [rev] (Nic reviewed the package (v. 0.0.5) for rOpenSci, see ), Alexander Fischer [rev] (Alexander reviewed the package (v. 0.0.5) for rOpenSci, see ) Maintainer: Marcelo Perlin