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
911 stars 215 forks source link

Average Daily Volumes returning None #137

Closed nblade66 closed 1 year ago

nblade66 commented 1 year ago

get_ten_day_avg_daily_volume() and get_three_month_avg_daily_volume() are both returning None

JECSand commented 1 year ago

@nblade66 Thank you for bringing this to my attention. I’ll review after work tonight. Could you share the tickers/Symbols you are attempting this with?

nblade66 commented 1 year ago

VLDR, TSLA, XPEV Those are the tickers I was testing the problem with (you can see what my mind has been on recently haha).

JECSand commented 1 year ago

@nblade66 Just released v1.14 which includes a fix for get_ten_day_avg_daily_volume(). Unfortunately the data for get_three_month_avg_daily_volume() seems to now be missing from Yahoo. I removed that method from the package for now. If we can locate the data, I'd be happy to add it back in.