JECSand / yahoofinancials

A powerful financial data module used for pulling data from Yahoo Finance. This module can pull fundamental and technical data for stocks, indexes, currencies, cryptos, ETFs, Mutual Funds, U.S. Treasuries, and commodity futures.
https://pypi.python.org/pypi/yahoofinancials
MIT License
896 stars 214 forks source link

Fixed get_ten_day_avg_daily_volume() and removed get_three_month_avg_daily_volume() #138

Closed JECSand closed 1 year ago

JECSand commented 1 year ago

_get_ten_day_avg_dailyvolume() was fixed using summary details data. On the other hand _get_three_month_avg_dailyvolume() was removed due to Yahoo no longer returning that data. Code test coverage was also expanded. This PR addresses #137.