Skip to content

johnatasjmo/binanceusr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

binanceusr

Work in progress

This code is based on https://github.com/daroczig/binancer package Use it at your own risk

TODO

Change binance.com with binance.us

An R client to some Cryptocurrency exchanges:

Example on getting data from Binance on the most recent Bitcoin/USDT changes:

library(binancer)
binance_klines('BTCUSDT', interval = '1m')

Extend this to multiple pairs:

rbindlist(lapply(c("ETHBTC", "LTCBTC"), binance_klines, interval = "1d", limit = 200))

Same on Huobi:

huobi_klines('btcusdt')

About

Binance US R

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages