Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update getQuote.R #223

Merged
merged 1 commit into from
Apr 7, 2018
Merged

Update getQuote.R #223

merged 1 commit into from
Apr 7, 2018

Conversation

ethanbsmith
Copy link
Contributor

added support for AV batch quotes by extending getQuote with getQuote.av

@ethanbsmith
Copy link
Contributor Author

fixes #213

@ethanbsmith
Copy link
Contributor Author

@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.

@joshuaulrich
Copy link
Owner

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.
@joshuaulrich
Copy link
Owner

joshuaulrich commented Apr 7, 2018

@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.

@ethanbsmith
Copy link
Contributor Author

should be good. let me know if u need anything else

@joshuaulrich joshuaulrich merged commit 5bb76f6 into joshuaulrich:master Apr 7, 2018
@joshuaulrich joshuaulrich added this to the Release 0.4-13 milestone Nov 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants