We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
%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
The text was updated successfully, but these errors were encountered:
I am getting the same error. I have quantstats version 0.0.64 installed, and yfinance 0.2.48 installed on my machine
Sorry, something went wrong.
No branches or pull requests
%matplotlib inline
import quantstats as qs
the execution result:
Thks Matt
The text was updated successfully, but these errors were encountered: