Open comments for this post
What has changed since the last devlog
- Introduced a candlestick chart for every stock to gain more financial insight
- Added a toggle to change between the line and candlestick chart
- Introduced different time intervals to understand the pricing of the stock, instead of just the daily view
- Toggling options for the time intervals
- Added a more accurate price difference calculator based on the given time interval
- Improved the design of the website, with colors and alignments
- Shipped the webstie to this domain for you to try out: https://stock-tracker-jxprylb6sjqnwkmav9cwq8.streamlit.app/
Open comments for this post
Im building a stocktracker, that gives you the option to input any stock using the yahoo finance api and show the daily, weekly, monthly and yearly price information. In the future I would also like it to create an overview of the best and worst performing stocks and ones that are under their yearly average.
Currently I have implemented the system using the streamlit and plotly libraries. By now I have implemented the input for the required stock, as well as the visual price graph of the day. This is done using the history of yfinance and adjusting the database to scrape for the closing price every minute.
Furthermore the daily change (in Percent and real value) is calculated in comparision to the closing price of the last day