Stock Market Alerts on Telegram Using n8n – Fully Automated in 5 Minutes!

Stock Price Automation

In this blog we will be driving through the n8n automation for stock market price alerts.

Automation Playlist :

Bot created
t.me/amplifyabhibot

Try sending a message using below url

curl -s -X POST https://api.telegram.org/bot<YOUR_BOT_TOKEN>/sendMessage \
-d chat_id=8377231990 \
-d text="Hello from my bot!"

Stock filtering

📊 Stock Update:
Symbol: {{$json["Global Quote"]["01. symbol"]}}
Price: ${{$json["Global Quote"]["05. price"]}}
Change: {{$json["Global Quote"]["10. change percent"]}}

Leave a Comment