****************************** Persistent Cache Store ****************************** To reduce Yahoo, yfinance store some data locally: timezones to localize dates, and cookie. Cache location is: - Windows = C:/Users/\/AppData/Local/py-yfinance - Linux = /home/\/.cache/py-yfinance - MacOS = /Users/\/Library/Caches/py-yfinance You can direct cache to use a different location with `set_tz_cache_location()`: .. code-block:: python import yfinance as yf yf.set_tz_cache_location("custom/cache/location")