Skip to main content

Analyze USD/JPY rates with AI and Tavily news search for email reporting

Workflow preview

Workflow preview
100%
Analyze USD/JPY rates with AI and Tavily news search for email reporting preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Who’s it for Traders, operations teams, and finance minded founders who want a low maintenance USD/JPY monitor that blends live pricing with short, news aware AI commentary—delivered straight to em...

Best for

  • Crypto Trading automation workflows
  • AI Summarization automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.scheduletrigger, n8n-nodes-base.stickynote, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatopenrouter, @n8n/n8n-nodes-langchain.toolhttprequest, @n8n/n8n-nodes-langchain.outputparserstructured, n8n-nodes-base.gmail, n8n-nodes-base.set

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by s3110.

Original n8n.io source

1.1 Workflow description

Title
Analyze USD/JPY rates with AI and Tavily news search for email reporting
Workflow name
Analyze USD/JPY rates with AI and Tavily news search for email reporting

Who’s it for

Traders, operations teams, and finance-minded founders who want a low-maintenance USD/JPY monitor that blends live pricing with short, news-aware AI commentary—delivered straight to email on a reliable cadence.

How it works / What it does

On a fixed schedule (every 4 hours), the workflow fetches the latest USD→JPY spot rate, enriches it with recent market context via a search tool, and asks an AI agent to produce a concise, structured take (trend, key drivers, and a buy/sell/neutral stance with rationale). The final summary is sent by email so stakeholders can skim, log, or forward without opening n8n. The design favors clarity (renamed nodes, sticky notes) and safety (no hardcoded secrets).

How to set up

Open Set (Fields) — Configure me and enter your Tavily API key and notification email.

In Send results via Gmail, attach your email credential (or swap to SMTP/another provider).

(Optional) Point LLM provider (configure) to your preferred model/vendor.

Enable the schedule or adjust the interval to match your cadence.

Requirements

Tavily (or compatible) Search API key

Email credential in n8n (Gmail or SMTP)

An n8n instance with internet access

How to customize the workflow

Change the schedule frequency or trading window.

Swap the rate source, add indicators (MA/RSI), or log to Sheets/DB.

Extend the AI prompt and output schema for risk flags or position sizing.

Add Slack/Telegram delivery or dashboards for team visibility.

Disclaimer (community nodes)

If you use community/experimental nodes, publish as self-hosted only and include a static workflow image at the top of your listing.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Run every 4 hours

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 2 - Note: Schedule

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - Note: Fetch rate

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 4 - Analyze USD/JPY (AI agent)

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 2

Block 5 - LLM provider (configure)

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenRouter - lmChatOpenRouter
Config choices
Version 1

Block 6 - Note: LLM setup

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 7 - Tool: Search Forex News (Tavily)

Type / Role
@n8n/n8n-nodes-langchain.toolHttpRequest - toolHttpRequest
Config choices
Version 1.1

Block 8 - Tool: Structured Output Parser

Type / Role
@n8n/n8n-nodes-langchain.outputParserStructured - outputParserStructured
Config choices
Version 1.2

Block 9 - Note: Email setup

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 10 - Send results via Gmail

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 11 - Set (Fields) — Configure me

Type / Role
n8n-nodes-base.set - set
Config choices
Version 2

Block 12 - Fetch USD/JPY rate (HTTP)

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

3. Summary Table

Workflow Analyze USD/JPY rates with AI and Tavily news search for email reporting
Complexity intermediate
Nodes 12
Categories Crypto Trading, AI Summarization
Author s3110
Published 13 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/9550/9550.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Analyze USD/JPY rates with AI and Tavily news search for email reporting do?

Who’s it for Traders, operations teams, and finance minded founders who want a low maintenance USD/JPY monitor that blends live pricing with short, news aware AI commentary—delivered straight to em...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Crypto Trading, AI Summarization use case.