← 返回
数据分析

Yahoo Finance FOREX

Fetches real-time FOREX news and market data from Yahoo Finance for major currency pairs (EUR/USD, GBP/USD, USD/JPY, etc.). Analyzes sentiment and provides trading context.
从雅虎财经获取主要货币对(如欧元/美元、英镑/美元、美元/日元等)的实时外汇新闻和市场数据,分析情绪并提供交易背景。
nazimboudeffa
数据分析 clawhub v1.0.0 1 版本 99367.3 Key: 无需
★ 1
Stars
📥 3,278
下载
💾 246
安装
1
版本
#currency#finance#forex#latest#market-data#sentiment-analysis#trading#yahoo-finance

概述

Yahoo Finance FOREX

Analyze major FOREX pairs using Yahoo Finance data: news, market data, sentiment analysis.

When to Use This Skill

  • User asks about FOREX pairs (EUR/USD, GBP/USD, USD/JPY, etc.)
  • User wants latest FOREX news or market sentiment
  • User needs fundamental analysis for currency trading
  • User asks "What's happening with EUR/USD?" or similar

Supported Currency Pairs

7 Major Pairs:

  • EUR/USD 🇪🇺🇺🇸 (Euro Dollar)
  • GBP/USD 🇬🇧🇺🇸 (Cable)
  • USD/JPY 🇺🇸🇯🇵 (Dollar Yen)
  • USD/CHF 🇺🇸🇨🇭 (Swissy)
  • AUD/USD 🇦🇺🇺🇸 (Aussie)
  • USD/CAD 🇺🇸🇨🇦 (Loonie)
  • NZD/USD 🇳🇿🇺🇸 (Kiwi)

Quick Start

Fetch FOREX News

python3 scripts/fetch_forex_news.py EURUSD --limit 10

Output:

{
  "pair": "EURUSD",
  "current_rate": 1.10250,
  "change_pct": 0.136,
  "news": [
    {
      "title": "ECB maintains hawkish stance on rates",
      "published": "2026-02-02 14:30:00",
      "publisher": "Reuters"
    }
  ],
  "sentiment": {
    "pair_sentiment": 3,
    "recommendation": "BUY"
  }
}

Workflow

1. User Asks About FOREX

User: "What's happening with EUR/USD?"

Your Action:

  1. Run: python3 scripts/fetch_forex_news.py EURUSD --limit 8
  2. Parse the JSON output
  3. Analyze the sentiment and news
  4. Provide a summary with:
    • Current rate and change
    • Key news headlines
    • Sentiment analysis (bullish/bearish)
    • Trading context (support/resistance if available)

2. Analyze Sentiment

The script automatically calculates sentiment based on keywords:

Bullish Keywords: strengthens, rallies, hawkish, rate hike, growth

Bearish Keywords: weakens, falls, dovish, rate cut, recession

Sentiment Score:

  • Positive (> 2): Bullish for the pair
  • Negative (< -2): Bearish for the pair
  • Near zero: Neutral

3. Provide Context

Always include:

  • Fundamentals: What central banks are doing (ECB, Fed, BoJ, etc.)
  • News Impact: How recent news affects the pair
  • Technical Context: Current price vs support/resistance (if available)

Script Reference

fetch_forex_news.py

Usage:

python3 scripts/fetch_forex_news.py <PAIR> [--limit N]

Arguments:

  • : Currency pair (EURUSD, GBPUSD, USDJPY, USDCHF, AUDUSD, USDCAD, NZDUSD)
  • --limit N: Number of news articles to fetch (default: 10, max: 50)

Output Fields:

  • pair: Currency pair code
  • current_rate: Current exchange rate
  • change_pct: 24h percentage change
  • news[]: Array of news articles
  • title: Article headline
  • published: Publication timestamp
  • publisher: News source
  • link: Article URL (optional)
  • sentiment: Sentiment analysis
  • pair_sentiment: Sentiment score (-10 to +10)
  • recommendation: BUY/SELL/HOLD

Examples

Get EUR/USD Analysis

python3 scripts/fetch_forex_news.py EURUSD --limit 5

Get GBP/USD News

python3 scripts/fetch_forex_news.py GBPUSD --limit 8

Central Bank Focus

When analyzing FOREX pairs, consider these central banks:

  • EUR/USD: ECB (European Central Bank) vs Fed (Federal Reserve)
  • GBP/USD: BoE (Bank of England) vs Fed
  • USD/JPY: Fed vs BoJ (Bank of Japan)
  • USD/CHF: Fed vs SNB (Swiss National Bank)
  • AUD/USD: RBA (Reserve Bank of Australia) vs Fed
  • USD/CAD: Fed vs BoC (Bank of Canada)
  • NZD/USD: RBNZ (Reserve Bank of New Zealand) vs Fed

Best Practices

  1. Always fetch news first before making analysis
  2. Check sentiment score to understand market bias
  3. Read headlines to identify key drivers
  4. Consider fundamentals (interest rates, economic data, geopolitics)
  5. Provide balanced analysis - acknowledge both bullish and bearish factors
  6. Mention risk factors - volatility, upcoming events, technical levels

Reference Files

See /references directory for:

  • api-examples.md: Detailed usage examples
  • forex-pairs.md: Complete pairs reference with Yahoo Finance symbols
  • sentiment-guide.md: Sentiment calculation methodology

Limitations

  • News data may have slight delays (1-5 minutes)
  • Sentiment is keyword-based, not deep NLP analysis
  • Historical data limited to recent news (last 7-14 days typically)
  • No real-time tick data (only periodic updates)

Troubleshooting

Script fails to run:

  • Ensure Python 3.7+ is installed
  • Install yfinance: pip install yfinance>=0.2.40

No news returned:

  • Check internet connection
  • Verify pair symbol is correct
  • Try different pair or reduce limit

Rate data missing:

  • Yahoo Finance API may be temporarily unavailable
  • Try again in a few minutes

Support

For issues or questions:

  • GitHub: https://github.com/nazimboudeffa/openclaw-yahoo-finance-forex
  • Report bugs via GitHub Issues

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-28 13:13 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 366 📥 139,963
data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 162 📥 59,674
data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 198 📥 64,859