Hello All! Recently I’ve been working on slide automation projects and Streamlit has proved to be very effective in quickly scaling an idea to proof of concept and further.
I’d like to share an app that I created which scrapes Yahoo Finance data using yfinance library and then creates PowerPoint slides with information about selected company and some graphs showing revenue, stock price, etc.
I think the script can serve as a good starting point for more complex slide automation projects.
it seems there is a problem with yfinance library at this moment, there was a GitHub issue opened yesterday for this error: https://github.com/ranaroussi/yfinance/issues/1291
hopefully, they will fix it soon