ValueRaider
ValueRaider
Haven't got a clue, it's experimental. I only implemented because I stumbled upon API doing something else.
This is now available in PIP release, via `Ticker.get_shares_full(start, end)`
Problem is this is ambiguous: ``` y_data.history(period="5y", end=end_date) ``` First thought is user wants 5 years of data ending at `end_date`. But @dr1ver1 wants 5 years of data starting 5...
That code executed only a few times per day should not encounter delays, only when spamming do delays appear. What rate are you running?
You need to debug this more to narrow down where problem is. Try disabling `threads`, or use `Ticker.history()`, do these behave better?
@ahnazary Excellent find, first time I've seen actual numbers. Can you x-post to #1513, I don't want to take credit. And maybe screenshot it in case Yahoo take it down.
I had a look into automated solutions. Two exist - also Python modules - but neither can handle the `>=` in requirements.txt: - safety - pip-audit `safety` developers claim to...
Actually, yfinance doesn't use lxml anymore. Will remove it.
Resolved by removing lxml - #1231
So removing lxml was wrong. Now restored and minimum version raised. Thanks @chncaption for alerting this problem.