ranaroussi / yfinance

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

help(yf.download) doesn't work #1909

Open Hugomer opened 1 month ago

Hugomer commented 1 month ago

Describe bug

I don't know if it is really a bug. help(yf.download) Or running df = yf.download(symbol, start, end) with shift tab doesn't give me the information about the function. The output is: Help on function wrapper in module yfinance.utils: wrapper(*args, **kwargs)

While if I do it for a different function help(yf.Ticker) it works. Any idea how to solve the issue? I did install yfinance by opening the terminal on mac and then pip install yfinance. Is it my fault or on yfinance side? I use yfinance-0.2.38. Tank you in advance

Simple code that reproduces your problem

help(yf.download)

Debug log

help(yf.download) gives:

Help on function wrapper in module yfinance.utils:

wrapper(*args, **kwargs)

Bad data proof

No response

yfinance version

0.2.38

Python version

Python 3.11.7

Operating system

MAC OS