ValueRaider
ValueRaider
It should go.
Message like "This is deprecated and will be removed in future version", like I've seen Pandas do ?
@fredrik-corneliusson I believe you are a heavy user of `download()` - is this PR worth resolving & merging in?
Anyone can submit a pull request, just saying.
I cannot reproduce using that code, and I am reluctant to run enough times to reproduce because could be Yahoo spam detection system limiting requests (I don't want to trigger...
I meant Yahoo Plus. I've never used only heard, I suppose they whitelist IP addresses. Your issue is very difficult to debug because only you experience it. #689 raised similar...
I've quickly coded up a potential fix - a simple "cache" that combines multiple fetches. Call `Ticker.history()` twice (or more) and eventually should return all the data. It's in Git...
@melgazar9 @paulmcq Any feedback on the branch?
This should be fixed in `dev` branch. We need to wrap up some changes to financials handling then can pump out a release.
What version? I noticed a delay bug introduced in 0.2.0rc2 although not limited to 90s because caused by caching. When I fix this I don't see any delay (ticker "INTC")....