Free Historic Data for Bitcoin Dominance?

Does anyone know of a place I can grab some historic bitcoin dominance data (for backtesting purposes)? The current snapshot is fairly easy to pull from

AlernativeMe

and a daily snapshot ongoing is easy to create from there, but I want to get hold of some historic data via CSV without paying $100's for an "enterprise" api.

#https://github.com/rongardF/tvdatafeed
from tvDatafeed import TvDatafeed, Interval
tv = TvDatafeed()
BTCD = tv.get_hist(symbol='BTC.D',exchange='CRYPTOCAP',interval=Interval.in_daily,n_bars=5000)
BTCD
2 Likes

Legend!!!! Thanks sir! Loving that TvDataFeed resource too!

This topic was automatically closed 100 days after the last reply. New replies are no longer allowed.