rxmxn / pycoin

0 stars 0 forks source link

Add Crypto-Rating from AlphaVantage #11

Closed rxmxn closed 4 years ago

rxmxn commented 4 years ago

Add crypto ratings https://www.alphavantage.co/documentation/#crypto-ratings

rxmxn commented 4 years ago

From the AlphaVantage API the exchange rate, which is the function used to get the data in real-time, does not give us as much information as the one from CoinBase. It's better to use the Coinbase get-current function I added.

rxmxn commented 4 years ago

I did a PR to the Client repo https://github.com/RomelTorres/alpha_vantage/pull/254 to add the ratings.

rxmxn commented 4 years ago

The SMA endpoint in AlphaVantage does not work for crypto currencies.