Package: yfinancer Title: 'Yahoo Finance' API Wrapper Version: 0.1.3.9000 Authors@R: person("Giovanni", "Colitti", email = "g.a.colitti@gmail.com", role = c("aut", "cre", "cph")) Description: Download financial market data, company information, financial statements, options data, and more from the unofficial 'Yahoo Finance' API. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 URL: https://github.com/gacolitti/yfinancer, https://gacolitti.github.io/yfinancer/ BugReports: https://github.com/gacolitti/yfinancer/issues Suggests: devtools, mockery, testthat, usethis, withr Config/testthat/edition: 3 Imports: httr2, jsonlite, purrr, dplyr, lubridate, rlang, stringr, tidyr, glue, utils Depends: R (>= 4.1.0) LazyData: true Repository: https://gacolitti.r-universe.dev Date/Publication: 2025-04-21 20:04:00 UTC RemoteUrl: https://github.com/gacolitti/yfinancer RemoteRef: HEAD RemoteSha: c2d77cf9c9ba604719f8796e62cf670d6b34d1fa NeedsCompilation: no Packaged: 2026-07-15 05:59:41 UTC; root Author: Giovanni Colitti [aut, cre, cph] Maintainer: Giovanni Colitti