workflows.fit
Back to n8n workflows
n8n templateFreeBy David Olusola

Daily currency rates email report with USD→EUR/NGN & BTC/ETH price tracking

💰 Track Daily Fiat & Crypto Exchange Rates Report with ExchangeRate-API & CoinGecko A simple, reliable workflow that emails you a beautiful HTML currency report every morning at 8:00 AM (your n8n server’s timezone). ...

CommunicationHITLCore NodesDevelopmentSchedule TriggerSticky NoteHttp RequestCode
Loading interactive preview...

Template notes

💰 Track Daily Fiat & Crypto Exchange Rates Report with ExchangeRate-API & CoinGecko A simple, reliable workflow that emails you a beautiful HTML currency report every morning at 8:00 AM (your n8n server’s timezone). It pulls USD→EUR and USD→NGN fiat rates and BTC/ETH prices (+ 24h % change), then formats a clean HTML email.

---

📌 What It Does

- ⏰ Schedule: Runs daily at 8:00 AM - 🌍 Fiat Rates: USD→EUR and USD→NGN (via ExchangeRate-API, no key needed) - ₿ Crypto: BTC & ETH prices + 24h change (via CoinGecko, no key needed) - ✉️ Email: Sends a mobile-friendly HTML + plain text fallback

---

🗺️ Node Map (At a Glance)

| | Node Name | Type | Purpose | |---|-----------|------|---------| | 1 | Daily 8AM Trigger | Schedule Trigger | Fires every day at 08:00 | | 2 | Get Fiat Exchange Rates | HTTP Request | https://api.exchangerate-api.com/v4/latest/USD | | 3 | Get Crypto Prices | HTTP Request | CoinGecko simple price endpoint | | 4 | Merge | Merge | Combines fiat + crypto responses | | 5 | Format Email Content | Code (v2) | Builds HTML + text, sets subject & summary | | 6 | Send Daily Currency Email | Email Send | Sends the HTML email via SMTP |

> 📝 Sticky Notes in the canvas explain each section. They’re optional and safe to delete.