ranaroussi / yfinance

Download market data from Yahoo! Finance's API
https://aroussi.com/post/python-yahoo-finance
Apache License 2.0
12.93k stars 2.29k forks source link

Fetching ESG data #1241

Open shayandavoodii opened 1 year ago

shayandavoodii commented 1 year ago

Describe the problem Empower the module by adding the capability of fetching the ESG data Describe the solution Via an API, I guess it's possible to fetch the data. Source:
https://github.com/eohne/YFinance.jl/blob/1b634671c5f191fb28d910db3bad3e90fb7038de/src/ESG.jl#L57 Additional context How do I know the API works?
I saw it in the source code of a Julia package named YFinance.jl.

keenborder786 commented 1 year ago

I am taking this one and will start working on the given feature request.

keenborder786 commented 1 year ago

1271 PR to fetch ESG data for the ticker. Please review. I have created a new PR to handle the formatting issues.