Skip to content

StephanAkkerman/binance-volume-chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binance Line Chart

Python 3.8 Code style: black MIT License


Features

The user can choose to turn 'live mode' on or off, the live data is fetched using the Binance API websocket.

Currently there are 4 time frames avaible, these are:

  • 1 day
  • 1 week
  • 1 month
  • 1 year

You can fill in how many lines / coins you want to have displayed, the default is 25.

Dependencies

The required packages to run this code can be found in the requirements.txt file. To run this file, execute the following code block:

$ pip install -r requirements.txt 

Alternatively, you can install the required packages manually like this:

$ pip install <package>

How to run

  • Clone the repository
  • Run $ python src/main.py
  • See result

Screenshots

1 day 25 coins 1 month 25 coins

About

Rainbow line chart that displays the percentual price difference in the top volume coins on Binance.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages