Joshua Ulrich

Results 269 comments of Joshua Ulrich
trafficstars

Thanks for the report Ethan! @tiingo, is this expected behavior? Would it be possible to make the JSON always have the same fields, even if they're empty/null?

Thanks for the report. I agree that this is an issue, and it's going to occur more frequently once `auto.assign = FALSE` is the default in version 0.5-0. I've thought...

Thanks for the report! It isn't exported, you're correct. That is likely because the specify/build/predict portion of quantmod is incomplete. I would be reluctant to export `predictModel()` because it has...

Thanks for this, and your other `chart_Series()` reports. Please keep in mind that the `chart_Series()` code was moved to `plot.xts()` in xts 0.10-0, and the intention is to make `chart_Series()`...

Enrico Schumann made an interesting suggestion in [this thread on R-SIG-Finance](https://stat.ethz.ch/pipermail/r-sig-finance/2019q1/014758.html). > Perhaps one could add a warning for this case, either in `Lo` or `has.Lo`? > >```r >i if...

That seems to be a promising approach. Here's a function that uses it: ```r lo

Please, just one pull request per feature. It's very hard for me to follow multiple pull requests that are similar. How is this different from #170?

I'm not sure how to create all the URLs to send to the Yahoo servers... but I looked at the page source for [Apple's financials](https://finance.yahoo.com/quote/AAPL/financials?p=AAPL), and it looks like the...

I stumbled across some python code that does this using the current Yahoo Finance API. Here's an example for AAPL. ```r u

Thanks for the suggestion and kind words! Is your suggestion for `chartSeries()` or `chart_Series()`? (or both?)