Jan Melen

Results 13 comments of Jan Melen

Any updates on when this proposal would be reviewed?

True developer activity counts have quite close the filters but what I miss from that is the ability generate aggregated counts for organisations/companies which I'm ultimately after. I know that...

Thanks. @caniszczyk can you comment on whether you would be ok to add the "country" drop down? If this is not acceptable add in the existing then I propose that...

@rochaporto do we have any progress on the interviews? I know that there was one quite late change on the interview participation but I believe @Rozzii provided you with new...

@rochaporto thanks for the update and for taking the time to complete the interviews👍🌻

This would be one way to clear the confusion like on issue #2332, #2302 and #2283. The change seems quite polite and won't make the yfinance too noisy. If more...

@darmbrust seems like you are hitting the rate limit. Can you check if this problem still persists. At least currently your example code seems to work and thus no obvious...

@kunsungwoo Are you setting auto_adjust=False? Example: ``` aapl = yf.Ticker("AAPL") data = aapl.history(period="1wk", interval='1h', auto_adjust=False) print(data) ```

This is expected behaviour. In your example you are downloading only one ticker so it might seem bit odd but if you would use the download for multiple tickers it...

This is not really a bug rather question is the default behaviour. If you set the auto_adjust as False: data = stock.history(start=start_date_str, interval=interval, auto_adjust=False) > Historical Data for NCC.AX: >...