xemwebe / yahoo_finance_api

Simple wrapper to yahoo! finance API to retrieve latest quotes and end-of-day quote histories
Apache License 2.0
64 stars 29 forks source link

How to retrieve YQuoteSummary, can you give an example? #44

Closed electrifyings closed 2 weeks ago

electrifyings commented 2 weeks ago

How to retrieve YQuoteSummary, can you give an example?

xemwebe commented 2 weeks ago

You should have to look into the history: with Release 2.0.0, the method get_summary has been removed, since it was no longer possible to retrieve a quote summary via the free API. Apparently, I forgot to remove this file, but I just removed it now.