Example stock data gathering

from yahoostats.evaluator import combine_stats
stocklist = ['GOOGL', 'TSLA', 'AMD']
combine_stats(stocklist)

You can run it on Google Colab platform with the following link:

Python version