Skip to content

xavierlopez/bitcoin-bubble-index

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bitcoin Bubble Index

What's this?

This project provides a visualization analysis tool for price bubble of Bitcoin, including basic price information, 60-days accumulative increase, hot keywords index, and bubble index. We accumulated the original data (2010/07/17 - 2020/03/09) and put them into /original_data folder, and we visualize our analysis result using echarts.

Datasets

We provide the following dataset:

  • price.txt: The bitcoin price in USD per day.
  • sentaddr.txt: Number of unique active addresses per day.
  • transaction.txt: Number of transactions in BTC blockchain per day.
  • difficulty.txt: Average mining difficulty per day.
  • gtrend.txt: Google Trends to "Bitcoin".
  • tweets.txt: Tweets per day #Bitcoin.

You can get the lastest data from bitinfocharts.com

How to use

Open index.html in your browser directly and you will see the following page:

In original_data folder, you can run the command:

python process_data.py

to get the analysis result, which will be stored in data.json.

About

A visualization analysis tool for price bubble of Bitcoin, including basic price information, 60-days accumulative increase, hot keywords index, and bubble index.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 57.8%
  • HTML 42.2%