https://github.com/program--/cryptocurr
R 📦 for cryptocurrency exchange platforms.
https://github.com/program--/cryptocurr
algo-trading api-wrapper cryptocurrency r
Last synced: 10 months ago
JSON representation
R 📦 for cryptocurrency exchange platforms.
- Host: GitHub
- URL: https://github.com/program--/cryptocurr
- Owner: program--
- License: other
- Created: 2021-01-15T23:20:35.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-17T07:20:57.000Z (about 5 years ago)
- Last Synced: 2025-02-05T00:27:47.647Z (12 months ago)
- Topics: algo-trading, api-wrapper, cryptocurrency, r
- Language: R
- Homepage: https://cryptocurr.justinsingh.me
- Size: 808 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://travis-ci.com/program--/cryptocurr)
[](https://github.com/program--/cryptocurr/actions)
[](https://codecov.io/gh/program--/cryptocurr)
[](https://www.tidyverse.org/lifecycle/#experimental)
`cryptocurr` is an API Wrapper written in R for various cryptocurrency exchange platforms.
Built with the [`tidyverse`](https://www.tidyverse.org/) in mind, data gathered from `cryptocurr`
integrates seemlessly within the core and related universes, such as
with [`tidyquant`](https://business-science.github.io/tidyquant/) and
[`timetk`](https://business-science.github.io/timetk/).
## Installation
To install the developmental version:
```r
remotes::install_github("program--/cryptocurr")
```
## Supported Platforms
| Name | API |
| ---| --- |
| [Bitfinex](https://www.bitfinex.com/) | [v2](https://docs.bitfinex.com/reference) |
## Planned Platforms
| Name | Phase |
| --- | --- |
| [Coinbase](https://www.coinbase.com/) | ❌ Not Started |
| [Kraken](https://www.kraken.com) | ❌ Not Started |
| [Binance](https://www.binance.com/) | ❌ Not Started |
## Example
This is a basic example which shows you how to solve a common problem:
``` r
library(cryptocurr)
## basic example code
```
## Roadmap

## [Changelog](CHANGELOG.md)
## Code of Conduct
Please note that the cryptocurr project is released with a [Contributor Code of Conduct](https://github.com/program--/cryptocurr/CODE_OF_CONDUCT.html).
By contributing to this project, you agree to abide by its terms.
