Skip to content

Commit

Permalink
Move quote scraper to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
ValueRaider committed Oct 28, 2023
1 parent 48545a1 commit 227b2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yfinance/scrapers/quote.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 227b2d2

Please sign in to comment.