Overview This application monitors the prices for the following stocks: Tesla, Apple, Microsoft, Google, and Nike and sends out alerts based on the specificed criteria:
If the price of a stock falls by more than £0.25, this will immediately trigger a push notification to your mobile phone. Similarly, if the stock price falls below the 7 day average, this will also trigger a notification.
For our direct to phone notifications, we have used automation website IFTTT: https://ifttt.com/. For our stock price data, we have used IEX Cloud, giving us the most up to date price movements to determine our notification triggers.
Updated verion in repo: API-Stock-Signalling