Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 583 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 583 Bytes

Stock Price Analysis of Cryptocurrencies

With the help of Coingecko API, ohlc data of various crypto currencies over a period of 7 days is collected and is used to create a candlestick chart for analysis. Pycoingecko is a wrapper used to simplify the intergration of Coingecko API to python program. An interactive candlestick chart is created using Plotly.

Sample:

Up Prices : Close > Open -> Stock prices fell
Down Prices : Open > Close -> Stock prices rose
newplot