Jacques

Results 32 comments of Jacques

Strange ! I re-run the code which is: My version is: `quantstats ranaroussi/noarch::quantstats-0.0.25-py_0` What was wrong in what I did ?

I am a little bit confuse because when I copy/paste your code ie (3 functions to calculate Sharpe Ratio): ``` import pandas as _pd import numpy as _np def _prepare_returns(data,...

yes. I suppose. I use 0.0.25. Is it the last version ? Moreover when calling: `print(qs.stats.sharpe(stock,rf=10,periods=252)) #rf as integer ` I get an error message: `AttributeError: 'int' object has no...

I tried this to install the last version: `conda install -c ranaroussi quantstats=0.0.28` but get an error message

same error message: ``` Collecting package metadata (current_repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve. Collecting package metadata (repodata.json): done Solving environment: failed with initial...

I manage to download the last version (directly from git) It seems that Sharpe is now ok BUT when I try: ``` stock = qs.utils.download_returns('SPY').dropna() qs.reports.full(stock, rf=0.01) ``` I get...

I have the same message...I just can download historical data with : yahoo_financials.get_historical_price_data('2017-09-15', '2018-09-15', 'weekly') Help needed !

same problem as you ! Not sure I understand how Dash works I just installed the extension and tried CRTL+H as I select one python instruction (tried also cmd +...

OK. So i Suppose I should reinstall 3.0.14 version ? Maybe soon an update of kite will be launched that will work with 3.0.16 version ? Thx