From 227b2d2cc07f1d004678b355bb2f6d25e01ba071 Mon Sep 17 00:00:00 2001 From: Value Raider Date: Sat, 28 Oct 2023 19:33:00 +0100 Subject: [PATCH] Move quote scraper to v10 --- yfinance/scrapers/quote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yfinance/scrapers/quote.py b/yfinance/scrapers/quote.py index 526f61a10..c3bc0725a 100644 --- a/yfinance/scrapers/quote.py +++ b/yfinance/scrapers/quote.py @@ -21,7 +21,7 @@ info_retired_keys = info_retired_keys_price | info_retired_keys_exchange | info_retired_keys_marketCap | info_retired_keys_symbol -_BASIC_URL_ = "https://query2.finance.yahoo.com/v6/finance/quoteSummary" +_BASIC_URL_ = "https://query2.finance.yahoo.com/v10/finance/quoteSummary" class InfoDictWrapper(MutableMapping):