cryptocurr is an API Wrapper written in R for various cryptocurrency exchange platforms.
Built with the tidyverse in mind, data gathered from cryptocurr
integrates seemlessly within the core and related universes, such as
with tidyquant and
timetk.
To install the developmental version:
remotes::install_github("program--/cryptocurr")| Name | API |
|---|---|
| Bitfinex | v2 |
| Name | Phase |
|---|---|
| Coinbase | ❌ Not Started |
| Kraken | ❌ Not Started |
| Binance | ❌ Not Started |
This is a basic example which shows you how to solve a common problem:
library(cryptocurr)
## basic example codePlease note that the cryptocurr project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

