Automate Currency Rate Updates with n8n and Google Sheets

Save hours daily by automating exchange rate updates from ExchangeRate-API to Google Sheets using n8n. This workflow fetches USD rates, formats, archives, and updates live sheets for accurate financial tracking.
googlesheets
httprequest
scheduleTrigger
+4
Workflow Identifier: 2112
NODES in Use: Schedule Trigger, HTTP Request, Code, Set, Merge, Google Sheets, Sticky Note

Press CTRL+F5 if the workflow didn't load.

Learn how to Build this Workflow with AI:

Visit through Desktop for Best experience

What This Automation Does

This workflow gets the latest USD exchange rates every morning at 08:00 AM UTC without you doing anything.
It calls ExchangeRate-API, cleans the data, then updates two Google Sheets tabs:
One shows live rates and the other archives historical rates.
So, you save time, avoid entry mistakes, and always have correct exchange info.


Tools and Services Used

  • n8n: Automation platform running the workflow.
  • ExchangeRate-API: Provides real-time currency exchange rates.
  • Google Sheets API: Reads and writes data to spreadsheet documents.

Inputs, Processing Steps, and Outputs

Inputs

  • Scheduled trigger set to 08:00 AM UTC.
  • API key for ExchangeRate-API.
  • Google Sheets credentials with access to target spreadsheets.

Processing Steps

  1. Trigger runs every day at set time.
  2. HTTP Request node fetches exchange data for USD base.
  3. Code node extracts just the currency rates from the API response.
  4. Set node adds friendly base currency and formatted date/time fields.
  5. Merge node combines streams to send data to two Google Sheets nodes.
  6. Google Sheets node updates live exchange rate row where base currency is USD.
  7. Google Sheets node adds new row to archive tab for historical tracking.

Outputs

  • Updated live exchange rates in main Google Sheet tab.
  • New historical record appended to archive sheet in same spreadsheet.

Who Should Use This Workflow

This automation is for anyone who needs accurate currency rates daily without checking multiple websites.
It is useful for finance freelancers, small businesses, and people managing international invoicing and budgets.


Beginner Step-by-Step: How to Use This Workflow in Production

Step 1: Import the Workflow

  1. Download the workflow file using the Download button on this page.
  2. Inside n8n editor, click on the menu and choose “Import from File”.
  3. Select the downloaded workflow JSON file.

Step 2: Configure Credentials and Settings

  1. Add the ExchangeRate-API credential or API key in the HTTP Request node URL, replacing the <YOUR_API_KEY> placeholder.
  2. Set up Google Sheets credentials linked to the account with access to your target spreadsheets.
  3. Update document IDs, sheet names, or tab IDs if your sheets are named differently.

Step 3: Test the Workflow

  1. Run the workflow manually once to verify the exchange rates are fetched and sheets updated correctly.
  2. Check for errors or permission issues in the execution.

Step 4: Activate for Production

  1. Enable the workflow to run automatically on the schedule.
  2. Monitor the first few runs in the execution logs to confirm success.

If hosting n8n on a server yourself, see the self-host n8n resource for help.


Customization Ideas

  • Change the base currency by editing the HTTP Request node URL from /latest/USD to /latest/EUR or another supported base.
  • Adjust the daily run time in the Schedule Trigger node hour field for different timezones or multiple runs.
  • Add notification nodes like Slack or email after the Google Sheets update to alert on success.
  • Include extra info such as API request IDs or response times in the archive sheet for deeper logging.

Troubleshooting

Issue: HTTP Request gives 403 or 401 error.
Cause: API Key is wrong or expired.
Fix: Check the key in the URL, test it outside n8n with a browser or Postman.

Issue: Google Sheets nodes fail with permission errors.
Cause: Invalid or insufficient Google API scopes or wrong spreadsheet access.
Fix: Reconnect Google credentials, ensure sheet is shared properly, and has read/write.


Pre-Production Checklist

  • Run manual tests to check API response and JSON parsing correctness.
  • Confirm live and archive sheets update as expected.
  • Verify scheduled time matches correct timezone intent.
  • Backup spreadsheets before activating to prevent accidental data loss.

Conclusion

This workflow removes manual updates of USD exchange rates in Google Sheets.
It saves 15-30 minutes every morning and stops errors from copy-paste.
Users get accurate, timely currency info with history stored for analysis.
Try extending it for other currencies and add alerts to improve your finance workflow.


Frequently Asked Questions

Download the workflow JSON and use the Import from File option in n8n editor. Then add required API keys and credentials.
Invalid or expired ExchangeRate-API key usually causes HTTP 403 or 401 errors.
It updates current rates in a live sheet row and appends historical rates to an archive tab in the same spreadsheet.
Yes, change the hour in the Schedule Trigger node to adjust the workflow run time.

Promoted by BULDRR AI

Related Workflows

Automate Viral UGC Video Creation Using n8n + Degaus (Beginner-Friendly Guide)

Learn how to automate viral UGC video creation using n8n, AI prompts, and Degaus. This beginner-friendly guide shows how to import, configure, and run the workflow without technical complexity.
Form Trigger
Google Sheets
Gmail
+37
Free

AI SEO Blog Writer Automation Workflows in n8n

A complete beginner guide to building an AI SEO blog writer automation using n8n.
AI Agent
Google Sheets
httpRequest
+5
Free

Automate CrowdStrike Alerts with VirusTotal, Jira & Slack

This workflow automates processing of CrowdStrike detections by enriching threat data via VirusTotal, creating Jira tickets for incident tracking, and notifying teams on Slack for quick response. Save hours daily by transforming complex threat data into actionable alerts effortlessly.
scheduleTrigger
httpRequest
jira
+5
Free

Automate Telegram Invoices to Notion with AI Summaries & Reports

Save hours on financial tracking by automating invoice extraction from Telegram photos to Notion using Google Gemini AI. This workflow extracts data, records transactions, and generates detailed spending reports with charts sent on schedule via Telegram.
lmChatGoogleGemini
telegramTrigger
notion
+9
Free

Automate Email Replies with n8n and AI-Powered Summarization

Save hours managing your inbox with this n8n workflow that uses IMAP email triggers, AI summarization, and vector search to draft concise replies requiring minimal review. Automate business email processing efficiently with AI guidance and Gmail integration.
emailReadImap
vectorStoreQdrant
emailSend
+12
Free

Automate Email Campaigns Using n8n with Gmail & Google Sheets

This n8n workflow automates personalized email outreach campaigns by integrating Gmail and Google Sheets, saving hours of manual follow-up work and reducing errors in email sequences. It ensures timely follow-ups based on previous email interactions, optimizing communication efficiency.
googleSheets
gmail
code
+5
Free