I need to download basic OHLCV (Open, High, Low, Close, Volume) in a
hourly format from various cryptocurrency exchanges.
There is the crypto package[0] but it has been removed from CRAN. Then
there is the coinmarketcapr[1] package on CRAN, but it is limited to a
paid service, coinmarketcap, which sell data.

Browsing the web, I mainly found Python scripts to fetch the data, which
I would like to avoid. Can anyone point me to any github or website with
material about crypto data fetching with R?

Thank you


[0]https://cran.r-project.org/web/packages/crypto/index.html
[1]https://github.com/amrrs/coinmarketcapr

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to