Package: yahoofinancer
Type: Package
Title: Fetch Data from Yahoo Finance API
Version: 0.5.0.9000
Authors@R: person("Aravind", "Hebbali", email = "hebbali.aravind@gmail.com", role = c("aut", "cre"))
Description: Obtain historical and near real time data related to
stocks, index and currencies from the Yahoo Finance API. This
package is community maintained and is not officially supported
by 'Yahoo'. The accuracy of data is only as correct as provided
on .
Depends: R(>= 3.4)
Imports: curl, dplyr, httr, jsonlite, lubridate, magrittr, purrr, R6
Suggests: covr, httptest, httptest2, testthat (>= 3.0.0)
Config/testthat/edition: 3
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://yahoofinancer.rsquaredacademy.com/,
https://github.com/rsquaredacademy/yahoofinancer
BugReports: https://github.com/rsquaredacademy/yahoofinancer/issues
RoxygenNote: 7.3.3
Config/pak/sysreqs: libssl-dev
Repository: https://rsquaredacademy.r-universe.dev
Date/Publication: 2026-06-02 07:27:25 UTC
RemoteUrl: https://github.com/rsquaredacademy/yahoofinancer
RemoteRef: HEAD
RemoteSha: 2725e533afea8c30eda56b0d8a3aa8cfbbe6483a
NeedsCompilation: no
Packaged: 2026-07-02 09:09:40 UTC; root
Author: Aravind Hebbali [aut, cre]
Maintainer: Aravind Hebbali