ccpandhare / stock-analyser

0 stars 0 forks source link

Scrape Net Profit and store into a Stock object #3

Closed ccpandhare closed 2 years ago

ccpandhare commented 2 years ago

We might want to use numpy or something else for storing these values.

That will make it easier to do stuff on the fly like profit_margin = net_profit / revenue

ccpandhare commented 2 years ago

Thanks for the suggestion, @AshutoshSancheti! This is so much cleaner!

ccpandhare commented 2 years ago
Screenshot 2022-04-24 at 22 38 15
AshutoshSancheti commented 2 years ago

Queries resolved, changes merged.