Transparent SVG and PNG charts with your favorite cryptocurrencies
https://cryptohistory.org/charts/candlestick/dash-usd/7d/svg
Sparklines too! ETH/BTC 7 days:
<img src="https://cryptohistory.org/charts/sparkline/eth-btc/7d/svg" alt="ETH/BTC 7d chart" style="vertical-align: bottom;">
Build your own chart:
The URL is flexible:
https://cryptohistory.org/charts/{theme}/{currencyA}-{currencyB}/{timespan}/{format}
Theme: dark
, light
, or sparkline
.
Currency: anything supported by CryptoCompare.com, including fiat.
Timespan: 1y
, 30d
, 7d
, or 24h
.
Format: svg
(best) or png
.
If you use svg format, you can control some of the colors with GET parameters: lineColor
, markerColor
, risingColor
, fallingColor
. Some examples: https://cryptohistory.com/charts/dark/maid-btc/7d/svg?lineColor=5593D7&markerColor=29578A
https://cryptohistory.org/charts/candlestick/fct-btc/7d/svg?risingColor=FE8534&fallingColor=00BAE9
Examples:
Ethereum/Bitcoin 24h, dark SVG: https://cryptohistory.org/charts/dark/eth-btc/24h/svg
Litecoin/Bitcoin 30d, light PNG: https://cryptohistory.org/charts/light/ltc-btc/30d/png
Doge/USD 1y, dark SVG, yellow line: https://cryptohistory.org/charts/dark/doge-usd/1y/svg?lineColor=BB9F32