Import yfinance python library.
From what I've read this is not the most reliable, but it is good to get started. Also the principles it uses would transfer to a more robust/reliable API. At least as far as what I read up on it, I felt it would not be a waste to write a small program to parse some data. So I just made a simple cli application. You put in any number of tickers and it compares YOY earnings and really any other data that I would have it return. The data is presented in a way that I feel most comfortable reading.
All in all, I feel it was a good little project. I could add more and may in the future and expand it any number of ways. At the moment however, I'm satisfied with how it works. It got me enough data for me to decide to invest in a particular restaurant company. QSR anyone? (not financial advice, or whatever one is supposed to say)
I'll have to see if I want to revisit this and make it more dynamic in the future, but I think it's good for now.
25 Words or Less: Simple and small programs can return important and profitable data.
No comments:
Post a Comment