ValueRaider
ValueRaider
Bad news. Works fine for a few requests but after ~10 I get error: > requests.exceptions.HTTPError: 401 Client Error: for url: https://query2.finance.yahoo.com/v10/finance/quoteSummary... Tried with and without rate limiting. Must be...
@el1s7 hope you don't mind me tagging you as owner of curl_adapter. yfinance works fine with curl_cffi, not so well with your adapter (see previous message). Can you provide any...
> Do you know if this change gets rid of connection pooling? Don't know. Put a `@utils.log_indent_decorator` on `YfData._set_session` and run with debug mode, see if something keeps resetting it.
> I'm not sure what I'm looking for If session object is not overwritten then connection pooling should work.
duplicate #2046
The link URLs are correct, the real issue is `Market` class doesn't have docstrings. (Also market is listed twice, should be once)
Where does yfinance use ydata-profiling?
Post the error
The debug log is missing a chunk here: ``` DEBUG Entering _get_cookie_and_crumb_basic() ERROR $TSLA: possibly delisted; no price data found (period=1y) ``` There should be a `Exiting _get_cookie_and_crumb_basic()` before price...
It makes more sense when multiple tickers are invalid: ``` >>> yf.download(tickers=["MSF.DE", "QUATSCH", 'QUATSCH1'], period="1d", progress=False) 2 Failed downloads: ['QUATSCH', 'QUATSCH1']: YFPricesMissingError('$%ticker%: possibly delisted; no price data found (period=1d) (Yahoo...