alphavantager icon indicating copy to clipboard operation
alphavantager copied to clipboard

A lightweight R interface to the Alpha Vantage API

Results 14 alphavantager issues
Sort by recently updated
recently updated
newest added

Hello when I try to pull the data using the following command : ``` x

Example: ``` msft_ov Error: MSFT. API parameters used: symbol=MSFT, function=OVERVIEW, apikey=HIDDEN_FOR_YOUR_SAFETYCommon Stock. API parameters used: symbol=MSFT, function=OVERVIEW, apikey=HIDDEN_FOR_YOUR_SAFETYMicrosoft Corporation. API parameters used: symbol=MSFT, function=OVERVIEW, apikey=HIDDEN_FOR_YOUR_SAFETYMicrosoft Corporation develops, licenses, and supports...

Hi, Just want to bring it to you guys' attention that Alpha Vange is distributing market data **illegally** and legal actions have been taken against the company. I suggest you...

Hi, I am trying to use your package to get Digital Currency data. You don't specifically show support but I was able to make it work - sort of. I...

this adds support for SYMBOL_SEARCH, and also relevant test is added

Hi there, I'm new to R, but I think I found an issue with alphavantager when using the function av_get() for getting forex quotes. Here is the code I used...

hi. I have a quick question. I have a FOR cycle in R to query certain stocks data through the package and when I run it, it goes well for...

The following is not working: av_get("NASDAQ:^IXIC", av_fun = "TIME_SERIES_DAILY_ADJUSTED", outputsize = "full") I have also tried the following unsuccessfully: av_get("IXIC", av_fun = "TIME_SERIES_DAILY_ADJUSTED", outputsize = "full") av_get("^IXIC", av_fun = "TIME_SERIES_DAILY_ADJUSTED",...

EDIT: made a mistake, updated my comments This is weird. This code should return a simple quote on the current rate of Bitcoin: `av_get(symbol = NULL, av_fun = "CURRENCY_EXCHANGE_RATE", from_currency...

Prepare for release: * [x] `devtools::check()` * [x] `devtools::check_win_devel()` * [x] `rhub::check_for_cran()` * [x] `revdepcheck::revdep_check(num_workers = 4)` * [x] [Polish NEWS](http://style.tidyverse.org/news.html#before-release) * [x] Polish pkgdown reference index Submit to CRAN:...