Transparent SVG and PNG charts with your favorite cryptocurrencies
http://cryptohistory.org/charts/candlestick/dash-btc/30d/svg
Sparklines too! ETH 7 days:
<img src="http://cryptohistory.org/charts/sparkline/eth-btc/7d/svg" alt="ETH 7d chart" style="vertical-align: bottom;">
Build your own chart:
The URL is flexible:
http://cryptohistory.org/charts/{theme}/{currency}-btc/{timespan}/{format}
Theme: dark
, light
, or sparkline
.
Currency: anything active on Poloniex. Prices are all in bitcoin.
Timespan: 1y
, 30d
, 7d
, or 24h
.
Format: svg
(best) or png
.
If you use svg format, you can add lineColor=
to the end of the URL for a custom plot-line color, or markerColor=
to change the color of the marker at the far right. Example: http://cryptohistory.com/charts/dark/maid-btc/7d/svg?lineColor=5593D7&markerColor=29578A
Examples:
Ethereum 24h, dark SVG: http://cryptohistory.org/charts/dark/eth-btc/24h/svg
Litecoin 30d, light PNG: http://cryptohistory.org/charts/light/ltc-btc/30d/png
Doge 1y, dark SVG, yellow line: http://cryptohistory.org/charts/dark/doge-btc/1y/svg?lineColor=BB9F32