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.

Installation

To install the developmental version:

remotes::install_github("program--/cryptocurr")

Supported Platforms

Name API
Bitfinex v2

Planned Platforms

Name Phase
Coinbase ❌ Not Started
Kraken ❌ Not Started
Binance ❌ Not Started

Example

This is a basic example which shows you how to solve a common problem:

library(cryptocurr)
## basic example code

Roadmap

cryptocurr roadmap

Code of Conduct

Please 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.