Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUpdate getQuote.R #223
Update getQuote.R #223
Conversation
|
fixes #213 |
|
@joshuaulrich Im still new at this whole github thing, but it looks to me like the CI test is failing on a google getSymbols call. At this point Im not sure what to do, so will wait for your input. thx. |
|
It's not you, it's Google. I'll re-run this build. |
Alpha Vantage added support for current price quotes from multiple symbols in January, 2017. It is similar to getQuote() from Yahoo, and also provides real-time quotes (vs Yahoo's delayed data). The API only handles up to 100 symbols. And the output is slightly different from the Yahoo version. The single-ticker API includes timestamp, symbol, price, and volume; the multi-ticker API only includes timestamp, symbol, and price. Where Yahoo has a couple dozen potential columns, and is the same for one or more tickers. Fixes #213.
|
@ethanbsmith can you please give me permission to push to the PR branch in your forked repository? See, "Allowing changes to a pull request branch created from a fork". You branched from the commit after v0.4-11, so I have rebased the branch and squashed the 3 commits. We can close this PR as "merged" if I can push to the PR branch, but will be marked as "closed" if I merge my local branch. |
|
should be good. let me know if u need anything else |
5bb76f6
into
joshuaulrich:master
added support for AV batch quotes by extending getQuote with getQuote.av