ValueRaider
ValueRaider
PIP can be wrong. Use the method in the new issue form.
Regardless, if you don't have `yf.set_tz_cache_location` then your version must be almost 1-year old or corrupt. https://github.com/ranaroussi/yfinance/commit/59af19d84c73e026730ac2c48310316011fe7efd
An issue thread is not for posting any other issue you have. Focus on `error setting certificate verify locations`
I never said it did fix.
Report error to curl_cffi project.
The catch was added here 61c4696c6533e9dc5360f09d2b23766777a4d202. The idea is preventing a suddenly-delisted symbol from breaking a users' code. `Ticker.history()` has argument `raise_errors` - maybe this can be promoted to a...
Cookie should be ok cached (until it expires), but crumb certainly not. That's what `self._session_is_caching` logic tries to stop, but maybe recent updates broke it?
If someone starts on a fix before me: the fix probably is to set `period=None` if start or end are set.
> This isn't a Yahoo API thing because they work directly from the API It is a Yahoo API thing. https://github.com/ranaroussi/yfinance/blob/13b26a99d04bdb79ac13a18bba7940165560255e/yfinance/screener/screener.py#L115-L118
Good to hear, I couldn't get post working. #1084