Closed jfarid27 closed 2 years ago
Hey! We actually do have the yahoo finance sustainability in stocks/fa/sust
. Maybe thats not the most obvious place for it,,,
@JerBouma has been keen on ESG for quite a while so feel free to shoot him ideas.
@jmaslek maybe this is a docs issue then? I see now the sust
but actually, now that I'm looking at this menu, a lot of the menu items are labeled with the terminal code. Maybe an improvement would be also adding a second more human readable explanation on the side.
Currently looks like this.
Could look like this?
The suggestion is great @jfarid27 but it unfortunately blows up the menu size significantly. Some commands are abbreviations for rather long terminology. E.g. lpsb
means Latest Penny Stock Buys.
Furthermore, you have the ability to search for these terms. E.g. when I search for sustainability
:
Or just Google:
About the menu itself, this is indeed something that we need to build at some point. ESG data is, however, often paid and thus we need to look at our options in this regard (if you have suggestions for APIs with free tiers that would be great). In my opinion, it shouldn't even reside under stocks
but be a completely separate menu because you might also want to understand geographically how certain countries or states are affected by climate change, changing employee conditions and government actions
For a start we could rename sust
command to esg
😄
Agree with the ESG
menu, or even being on the "alternative".
Closing this for now
What's the problem of not having this feature?
I'm interested in having a menu for ESG related news and metrics for a given loaded company. I'm not sure of a news source in particular but I'd like to start a search for some data feeds on this and try to implement it. An overview of the companies ESG metrics, scores, and news would be interesting and adding a new menu seems appropriate.
At the very least, a
metrics
option should be available that exposes yfinance'ssustainability
data if available.Describe the solution you would like
stocks/esg
should load an esg menu for the loaded ticker, only after loading. There could be something likemetrics
andnews
in this menu.Metrics
yfinance has a "sustainability" option mentioned in the documentation.. Above is an example of the option with
META
. Possibly wrapping this in a pandas dataframe would be nice so this can also be nice to work with in jupyter contexts.News
I'm open to suggestions but I'm not sure of a good solution to this. It doesn't seem like there's a focused ESG aggregator but maybe opening the conversation to others to suggest something would be nice. Ideally this feed could show climate and other ESG related news. Maybe a google search with '+esg' would be interesting, or even parsing reddit?
Describe alternatives you've considered
None.
Additional information
None