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

Commits on Apr 7, 2018

  1. Add getQuote.alphavantage()

    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 authored and joshuaulrich committed Apr 7, 2018
    Configuration menu
    Copy the full SHA
    5bb76f6 View commit details
    Browse the repository at this point in the history