-
Ex: In our financials data frame:
![capture](https://cloud.githubusercontent.com/assets/4651792/12108189/c409d4da-b342-11e5-8a09-a79aed4d705a.PNG)
However, looking directly at the quantmod data, we h…
-
### Description
I am trying to convert a tibble to an `xts` object. The conversion works fine with `as.xts()`. The behaviour using `xts()` is unexpected, however.
A dataset in `xlsx` format is d…
-
It would be nice to include an argument to set the line width for the indicators.
Quantmod is an amazing package, congrats!
-
For example:
``` r
library(quantmod)
data(sample_matrix)
x
-
The price download is broken for this example. It uses quantmod::getsymbols with yahoo as the source. It is well documented that yahoo and google have changed their data sources resulting in many fix…
-
Currently `getDividends` is hard coded to append `.div` to the column name. Would like to be able to specify name. Maybe name = "%s.div" if you wanted it and that could be the default or "%s" if not…
-
``` r
library(tsDyn)
#> Registered S3 method overwritten by 'quantmod':
#> method from
#> as.zoo.data.frame zoo
```
``` r
tvecm Error in TVECM(price, nthresh = 1, lag = 2, ngrid…
-
after loading the package and running an initial test, it looks like Yahoo may have altered the API. suggest remedial action or should i fork and fix. BTW, is there a better communications channel f…
-
http://stackoverflow.com/questions/20337851/r-quantmod-chart-series-using-large-fonts-for-y-axis
Goals:
- Bigger title font (cex 1.5 or 2.0)
- Better color options for RSI plot
- Thicker line weight…
-
There is a new, excellent, free API provided by IEX. Who knows for how long, but `quantmod` might as well use it while it lasts.
I am willing to write the code for this.