Skip to content

Visualizing the ups and downs of bitcoin from the beginning with ALL price data available which you can download

License

Notifications You must be signed in to change notification settings

Habrador/Bitcoin-price-visualization

Repository files navigation

Bitcoin price visualization

If you study the history of the cryptocurrency bitcoin you realize that bitcoin has been a really rough ride since it was launched around 2009. If you haven't studied the history of bitcoin you should read the book Digital Gold by Nathaniel Popper which covers events up to 2014, so you have to google the rest. If you google you will see that bitcoin reached a price of around $73000 in March 2024, then it pulled back a little.

You keep seeing comments that bitcoin is a bubble and it will crash again. But listening to comments by random people on the Internet is not always a good idea. A better idea is to use data and study what has happened before. And you have to use as much data as possible! I've here used data from all the way back in 2010 when the price of a Bitcoin was just $0.09. You can find that data in this repository both as a csv file and in the LibreOffice Calc document!

Price

The data I found is from various sources. Most of it is from Coindesk but when they stopped making data available to the public I had to change to data from Yahoo. The data consists of one price during the day and not necessarily the highest or lowest price during the day, but that's not a big deal if you look at the price in a wider perspective.

If you look at all the data you can clearly see that it looks like the classic bubble chart.

To better see what has happened from an historical point-of-view, one way is to change the price axis to a logarithmic scale. You can now better see the tops and bottoms:

It's difficult to know where a bottom and a top is. But I've defined a top as the highest price before a fall with more than 50 percent to a bottom. A bottom is the lowest price before a raise to a top which is higher than the top before the fall. A crash is defined as over when the price reaches a new ATH, which bitcoin did 2020-12-01 meaning that the 2017 crash was over.

Bubbles and crashes

Bitcoin has crashed the following times:

  • 2011-06-08: -93 percent
  • 2013-04-09: -71 percent
  • 2013-12-04: -85 percent
  • 2017-12-16: -84 percent
  • 2021-04-16: -53 percent
  • 2021-11-09: -77 percent
  • 2024-03-13: -26 percent (not yet a crash according to our definition but might be start of one)

Bitcoin has crashed so many times the chart is cluttered, so this is a more visible one:

Now we can see how well the "classic bubble chart" fits the previous crashes:

You can see that the price crashed below the mean line except in one case where the price bounced on the mean line.

Other

This chart visualizes the daily percentage changes for all dates.

I also tried to make charts to compare the bubbles before the crash and he recovery after a crash, but I'm not sure how good they are...

About

Visualizing the ups and downs of bitcoin from the beginning with ALL price data available which you can download

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published