Hi I'm trying to get live data from stock using python , is it possible?

Skip Montanaro skip.montanaro at gmail.com
Tue Sep 4 14:20:38 EDT 2018


> I want to know if AAPL is more than value 300 and if it does I want it to send to me mail with gmail :) . thanks for the help..

Try searching pypi.org for "finance", then scroll through the many
returned packages. A few show how to get stock data from Yahoo! or
Google.

Skip



More information about the Python-list mailing list