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

ModuleNotFoundError: No module named 'yahoofinancials.yf' #130

Closed vaibhvbedi closed 1 year ago

vaibhvbedi commented 1 year ago

Hello,

I have download the latest push , But after that I am getting the No module named 'yahoofinancials.yf' issue.

can you please take a look.

from home import Statisticsviews File "C:\Users\robva\OneDrive\Desktop\NUS\Latest\Dark_Market\home\Statisticsviews.py", line 6, in from yahoofinancials import YahooFinancials File "C:\Users\robva\AppData\Local\Programs\Python\Python310\lib\site-packages\yahoofinancials__init__.py", line 1, in from yahoofinancials.yf import YahooFinancials ModuleNotFoundError: No module named 'yahoofinancials.yf'

JECSand commented 1 year ago

@vaibhvbedi Closing this issue since I have been unable to recreate. If you are still having this problem please re-open and I can take a deeper look.