torreyleonard / algotrader

Simple algorithmic stock and option trading for Node.js.
https://www.npmjs.com/package/algotrader
Apache License 2.0
635 stars 119 forks source link

Add AlphaVantage quote functionality #36

Closed nover closed 4 years ago

nover commented 4 years ago

This PR adds support for the AlphaVantage quote endpoint.

nover commented 4 years ago

Please note that this PR is based off #35 which should be merged first then I can rebase.

torreyleonard commented 4 years ago

Thank you again!