I am using yfinance in python to get crypto symbol pair prices. It gives real time data via its yf.download(tickers=tickers, period=period, interval=interval) function in a very nice format. I am wondering if there is any function in yfinance to pull out all the supported crypto-pairs without doing any web scraping.