R/yahoofinancer.R

#' \code{yahoofinancer} package
#'
#' Fetch Data from Yahoo Finance API
#'
#' See the README on
#' \href{https://github.com/rsquaredacademy/yahoofinancer}{GitHub}
#'
#' @docType package
#' @keywords internal
#' @name yahoofinancer
#' @aliases yahoofinancer-package
"_PACKAGE"

if (getRversion() >= "2.15.1") {
  utils::globalVariables(c(".", "adjclose", "chart", "currencies", "finance",
   "marketSummaryResponse", "quoteResponse", "result", "volume", "symbolsValidation"))
}

Try the yahoofinancer package in your browser

Any scripts or data that you put into this service are public.

yahoofinancer documentation built on May 29, 2024, 2:30 a.m.