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

2018-09-05 Thread alon najman
Hi , for example: 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.. -- https://mail.python.org/mailman/listinfo/python-list

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

2018-09-04 Thread Akkana Peck
Skip Montanaro writes: > > 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! o

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

2018-09-04 Thread Michael Torrie
On 09/04/2018 10:21 AM, alon.naj...@gmail.com wrote: > Hi , > for example: > 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.. > Yes it's definitely possible! Hop on Google and do some searches; you're bound to find

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

2018-09-04 Thread Skip Montanaro
> 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 -- https://mail.

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

2018-09-04 Thread Thomas Jollans
On 2018-09-04 18:22, alon.naj...@gmail.com wrote: > On Tuesday, September 4, 2018 at 7:21:31 PM UTC+3, alon@gmail.com wrote: >> Hi , >> for example: >> 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.. Of course

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

2018-09-04 Thread alon . najman
On Tuesday, September 4, 2018 at 7:21:31 PM UTC+3, alon@gmail.com wrote: > Hi , > for example: > 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.. im using python 2.7 -- https://mail.python.org/mailman/listinfo/p

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

2018-09-04 Thread alon . najman
Hi , for example: 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.. -- https://mail.python.org/mailman/listinfo/python-list