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 <https://www.alphavantage.co>.
    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
NeedsCompilation: no
Packaged: 2023-03-31 13:07:19 UTC; mdanc
Author: Matt Dancho [aut, cre],
  Davis Vaughan [aut]
Maintainer: Matt Dancho <mdancho@business-science.io>
Repository: CRAN
Date/Publication: 2023-03-31 14:20:02 UTC
Built: R 4.6.0; ; 2025-07-18 10:48:55 UTC; unix
