yfinance-12.py
· 75 B · Python
Bruto
import yfinance as yf
yf.set_tz_cache_location("custom/cache/location")
...
1 | import yfinance as yf |
2 | yf.set_tz_cache_location("custom/cache/location") |
3 | ... |