ValueRaider
ValueRaider
Deliberate, converting currency to GBP, helps with dividends. But bug because not updating currency in metadata.
``` ... DEBUG Entering _get_cookie_and_crumb() DEBUG cookie_mode = 'basic' DEBUG Entering _get_cookie_and_crumb_basic() DEBUG reusing cookie DEBUG reusing crumb ... ``` The very first time yfinance needs a crumb since starting,...
Looks like a curl_cffi bug not yfinance https://github.com/lexiforest/curl_cffi
I use curl_cffi 0.11.1 ... What happens if you delete cookie cache? https://ranaroussi.github.io/yfinance/advanced/caching.html
And post your code, minimal code to reproduce error.
I just wanted to see if you were passing through session object. Run this with different curl_cffi versions: `curl_cffi.requests.Session(impersonate="chrome")`
@rickvalstar compare these: ``` import curl_cffi curl_cffi.requests.Session(impersonate="chrome") ``` vs ``` import tensorflow import curl_cffi curl_cffi.requests.Session(impersonate="chrome") ``` Because I'm still convinced this not yfinance problem.
tell curl_cffi developers
Ah, if code is changing then switch to `dev` branch #1084. I've merged in your prior PR.
Someone began working on a solution but abandoned it: #1949