diff --git a/yfinance/scrapers/history.py b/yfinance/scrapers/history.py index 20958e2d..bda169ea 100644 --- a/yfinance/scrapers/history.py +++ b/yfinance/scrapers/history.py @@ -953,7 +953,7 @@ def _standardise_currency(self, df, currency): if prices_in_subunits: for c in _PRICE_COLNAMES_: df[c] *= m - self._history_metadata["currency"] = currency + self._history_metadata["currency"] = currency2 f_div = df['Dividends']!=0.0 if f_div.any():