Automated Real-time Gold Price Tracker for Telegram
detail.loadingPreview
Effortlessly monitor global gold prices with this n8n workflow. It automatically fetches real-time gold rates, converts them to your preferred local currency, and delivers beautifully formatted price updates directly to your Telegram chat, keeping you informed every 15 minutes.
About This Workflow
This powerful n8n workflow provides a comprehensive solution for tracking fluctuating gold prices. Running on a configurable schedule, it leverages external APIs to retrieve the latest gold prices and global currency exchange rates. The workflow then intelligently calculates the value of gold per gram across various purities (24k, 21k, 18k) and per ounce, presenting the data in a clearly structured, human-readable table. With dynamic currency conversion and direct Telegram integration, you receive crucial market insights, including percentage changes, without any manual effort. It’s perfect for investors, traders, or anyone needing consistent, up-to-date gold market information.
Key Features
- Scheduled Updates: Get automated gold price reports delivered every 15 minutes (configurable).
- Real-time Data: Fetches live gold prices from
goldprice.organd currency exchange rates fromopen.er-api.com. - Multi-Currency Support: Dynamically converts gold prices to USD and a custom local currency (e.g., EGP) via environment variables.
- Detailed Price Breakdown: Calculates and presents gold prices for 24k, 21k, and 18k per gram, plus 24k per ounce.
- Professional Formatting: Generates a clean, aligned table with thousand separators and Markdown v2 for easy readability in Telegram.
- Percentage Change Tracking: Shows daily percentage change in gold price with clear up/down indicators.
- Telegram Integration: Delivers all price updates directly to your specified Telegram chat.
How To Use
- Configure Environment Variables:
- Set
currencyto your desired 3-letter currency code (e.g.,EGP,EUR,GBP). - Set
telegram_chat_idto the ID of the Telegram chat or channel where you want to receive alerts.
- Set
- Set Telegram Credentials:
- In the "Send a text message" node, ensure your Telegram API credentials are correctly set up and selected.
- Activate Workflow:
- Toggle the workflow to "Active" to start receiving scheduled updates.
- Adjust Schedule (Optional):
- Modify the "Schedule Trigger" node's
intervalparameter to change how often updates are sent.
- Modify the "Schedule Trigger" node's
- Customize Target Currencies (Optional):
- Edit the "Report: Prepare" Code node's
targetsarray to include additional currencies beyond USD and your definedcurrencyenvironment variable.
- Edit the "Report: Prepare" Code node's
Apps Used
Workflow JSON
{
"id": "afae6b0e-e9f2-4998-8e86-1c1f7eb851d4",
"name": "Automated Real-time Gold Price Tracker for Telegram",
"nodes": 20,
"category": "Operations",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: afae6b0e-e9f2...
About the Author
Free n8n Workflows Official
System Admin
The official repository for verified enterprise-grade workflows.
Statistics
Related Workflows
Discover more workflows you might like
Universal CSV to JSON API Converter
Effortlessly transform CSV data into structured JSON with this versatile n8n workflow. Integrate it into any application as a custom API endpoint, supporting various input methods including file uploads and raw text.
Instant WooCommerce Order Notifications via Telegram
When a new order is placed on your WooCommerce store, instantly receive detailed notifications directly to your Telegram chat. Stay on top of your e-commerce operations with real-time alerts, including order specifics and a direct link to view the order.
On-Demand Microsoft SQL Query Execution
This workflow allows you to manually trigger and execute any SQL query against your Microsoft SQL Server database. Perfect for ad-hoc data lookups, administrative tasks, or quick tests, giving you direct control over your database operations.