Skip to content

gsee/cryptonatoR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cryptonatoR

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")

WTFPL

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.

About

R API to cryptonator.com market data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages