Package: alphavantager Title: Lightweight Interface to the Alpha Vantage API Version: 0.1.3 Authors@R: c( person("Matt", "Dancho", email = "mdancho@business-science.io", role = c("aut", "cre")), person("Davis", "Vaughan", email = "davis@rstudio.com", role = c("aut")) ) Description: Alpha Vantage has free historical financial information. All you need to do is get a free API key at . Then you can use the R interface to retrieve free equity information. Refer to the Alpha Vantage website for more information. URL: https://github.com/business-science/alphavantager BugReports: https://github.com/business-science/alphavantager/issues License: GPL (>= 3) Encoding: UTF-8 Depends: R (>= 3.3.0) Imports: dplyr (>= 0.7.0), glue (>= 1.1.1), httr (>= 1.2.1), jsonlite (>= 1.5), purrr (>= 0.2.2.2), readr (>= 1.1.1), stringr (>= 1.2.0), tibble (>= 1.3.3), tidyr (>= 0.6.3), timetk (>= 0.1.1.1) Suggests: testthat, knitr RoxygenNote: 7.2.3 Roxygen: list(markdown = TRUE) Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libssl-dev libx11-dev Repository: https://business-science.r-universe.dev Date/Publication: 2023-03-31 13:10:25 UTC RemoteUrl: https://github.com/business-science/alphavantager RemoteRef: HEAD RemoteSha: 73abe14cd9c2af91b850aeb099e9f6bc9af882e9 NeedsCompilation: no Packaged: 2026-07-03 13:36:48 UTC; root Author: Matt Dancho [aut, cre], Davis Vaughan [aut] Maintainer: Matt Dancho