AlphaVantageClient: Wrapper for Alpha Vantage API

Download data from the Alpha Vantage API (<https://www.alphavantage.co/>). Alpha Vantage is a RESTful API which provides various financial data, including stock prices and technical indicators. There is documentation for the underlying API available here: <https://www.alphavantage.co/documentation/>. To get access to this API, the user needs to first claim an API key: <https://www.alphavantage.co/support/>.

Version: 0.0.1
Depends: R (≥ 3.2.1)
Imports: httr, xts
Suggests: testthat, knitr, rmarkdown, mockery, httptest
Published: 2017-09-02
Author: Alex Thompson
Maintainer: Alex Thompson <alexthompson1991 at hotmail.com>
License: MIT + file LICENSE
URL: https://github.com/athompson1991/AlphaVantageClient
NeedsCompilation: no
Materials: README NEWS
CRAN checks: AlphaVantageClient results

Downloads:

Reference manual: AlphaVantageClient.pdf
Vignettes: A simple package for loading data from Alpha Vantage into R objects.
Package source: AlphaVantageClient_0.0.1.tar.gz
Windows binaries: r-devel: AlphaVantageClient_0.0.1.zip, r-release: AlphaVantageClient_0.0.1.zip, r-oldrel: AlphaVantageClient_0.0.1.zip
macOS binaries: r-release: AlphaVantageClient_0.0.1.tgz, r-oldrel: AlphaVantageClient_0.0.1.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=AlphaVantageClient to link to this page.