cryptonatoR is an R API to market data provided by
Cryptonator.com:
"Cryptonator provides unique volume of cryptocurrency exchange rates data,
which is delivered in easy-to-integrate JSON format via simple HTTPS requests.
Prices are updated every 30 seconds, covering 300+ cryptocurrencies across 58
exchanges."
See cryptonator.com/api for more.
Installation:
devtools::install_github("gsee/cryptonatoR")
Example usage:
Cryptonator.currencies()
Cryptonator.simple("btc-usd")
Cryptonator.complete("btc-usd")
#includes a getQuote "method"
library(quantmod)
getQuote("XMR-BTC", src="cryptonator")
getQuote("XMR-BTC", src="cryptonator", what="complete")
CryptonatorTM is a brand name that is owned by Global Technical Enterprise Ltd. This software is in no way affiliated, endorsed, or approved by CryptonatorTM, Global Technical Enterprise Ltd, or any of its affiliates.