How to visualize real-time data candlestick chart for cryptocurrencies

0 votes
I'm actually trying to code a small program in Python to visualize the actual price of a crypto asset with real-time data. I already have the data (historic and actual data updated every second). I just want to find a good python library (as optimized as possible) in order to show the candlestick chart and eventually some indicators or lines/curves on the same graph. I did some quick research and it seems like "plotly" (used with "cufflinks") or "bokeh" are good choices. Which one would you advise me on and why? I'm also open to some suggestions of other libraries if they are good and optimized! Thank you in advance :)
Apr 5, 2022 in Blockchain by Aditya
• 7,680 points
3,697 views

1 answer to this question.

0 votes

Take a look at https://github.com/highfestiva/finplot.

Where you can find examples of fetching real-time data from the crypto exchange. The author notifies that this library was designed in favour of speed and crypto. Hope this helps you out! Learn more about Blockchain and its concepts from the Blockchain technology courses.

answered Apr 7, 2022 by Rahul
• 9,690 points