filmov
tv
How to plot Bitcoin Prices in real time (part 1) — Dynamic data fetching with Python and Matplotlib

Показать описание
Hello Everyone! My name is Andrew Fung, in this video, we will be using the Python Matplotlib and Cryptocompare API to plot Bitcoin and other cryptocurrency prices in real time to take a look at the short term price fluctuation. For the first part of the video, I will be focusing on the dynamic generation of data through the Cryptocompare API.
#python #bitcoin #cryptocurrency #liveplotting #dataVisualization
Installation and Setup!
Check out my Github!
Timestamps
0:00 | Introduction
1:15 | Data fetching
5:16 | Helper function definitions
7:25 | Out tro
Full code:
———————————————————————————————
import cryptocompare
def get_crypto_price(cryptocurrency,currency):
def get_crypto_name(cryptocurrency):
———————————————————————————————
Feel free to drop a like and comment if you enjoy and video and let me know if you want me to do other types of programming videos ;) !!!
#python #bitcoin #cryptocurrency #liveplotting #dataVisualization
Installation and Setup!
Check out my Github!
Timestamps
0:00 | Introduction
1:15 | Data fetching
5:16 | Helper function definitions
7:25 | Out tro
Full code:
———————————————————————————————
import cryptocompare
def get_crypto_price(cryptocurrency,currency):
def get_crypto_name(cryptocurrency):
———————————————————————————————
Feel free to drop a like and comment if you enjoy and video and let me know if you want me to do other types of programming videos ;) !!!