Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Hugomer opened this issue Apr 18, 2024 · 0 comments
Open

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

Hugomer opened this issue Apr 18, 2024 · 0 comments

Comments

@Hugomer
Copy link

Hugomer commented Apr 18, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant