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

Example doesn't work #380

Open
mrazafi opened this issue Nov 15, 2024 · 1 comment
Open

Example doesn't work #380

mrazafi opened this issue Nov 15, 2024 · 1 comment

Comments

@mrazafi
Copy link

mrazafi commented Nov 15, 2024

%matplotlib inline
import quantstats as qs

qs.extend_pandas()

stock = qs.utils.download_returns('META')

qs.stats.sharpe(stock)

stock.sharpe()

the execution result:

Got error : download() got an unexpected keyword argument 'multi_level_index'

Thks Matt

@algebraist
Copy link

I am getting the same error. I have quantstats version 0.0.64 installed, and yfinance 0.2.48 installed on my machine

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

2 participants