Skip to content

Compare the price of Bitcoin vs Ethereum over different time periods

Notifications You must be signed in to change notification settings

Olshansk/eth_vs_bitcoin_price

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ETH vs Bitcoin Price

This repo provides an interactive way to compare the returns of $ETH and $BTC over different time periods.

You can access it at ethvsbitcoin.streamlit.app/.

Demo

demo

QuickStart (Running this yourself)

make env_create
$(make env_source)
make pip_install
make run

Why?

I saw this tweet and realized that we all use the default tools provided by Google that only provide a quick and easy way to compare the "last X time period".

I wanted to have an easy interactive way to compare the returns by varying both the start and end times side by side.

demo

TODO

Interactive Range Slider

Updating the range slider in the plot doesn't update the whole page.

I tried to make the slider interactive using both Streamlit's Plotly events and the OSS streamlit-plotly-events but haven't succeeded with either one (yet)."""


License

This project is licensed under the MIT License; see the LICENSE file for details.

About

Compare the price of Bitcoin vs Ethereum over different time periods

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published