← 返回
数据分析

Yahoo Claw

Yahoo Finance API integration for OpenClaw. Use when users ask for stock prices, company financials, historical data, dividends, or market data. Supports rea...
雅虎财经API集成。用于查询股价、公司财务、历史数据、股息及市场数据。
leohuang8688
数据分析 clawhub v0.1.7 1 版本 100000 Key: 无需
★ 1
Stars
📥 732
下载
💾 72
安装
1
版本
#latest

概述

YahooClaw - Yahoo Finance API Integration

🔒 Security

  • ✅ No shell command execution
  • ✅ All API calls use HTTPS
  • ✅ Rate limiting implemented
  • ✅ Open source and auditable
  • ⚠️ API keys must be set via environment variables
  • ℹ️ Uses in-memory caching for performance (no database)

Overview

YahooClaw is an OpenClaw skill that integrates Yahoo Finance API, providing real-time stock data queries, financial analysis, historical stock prices, and more.

Permissions

Required Permissions

  • ✅ Network Access: Yahoo Finance API (HTTPS)
  • ✅ File Access: Local SQLite database storage (optional caching)
  • ❌ No Admin/Root Privileges Required
  • ❌ No System Command Execution
  • ❌ No Access to User Privacy Data

Data Flow

  • Stock Data: Yahoo Finance API → Local Processing → Return Results
  • No user data uploaded
  • Temporary caching only (optional)

Use Cases

1. Real-time Stock Quotes

Query AAPL stock price
How much is Tesla now
NVDA latest stock price

2. Company Information

What is Apple's market cap
Microsoft's P/E ratio
Google's revenue data

3. Historical Data

Show AAPL stock price for the past 30 days
Tesla's trend last month

4. Financial Metrics

Apple's balance sheet
Tencent's income statement

5. Dividends

What is AAPL's dividend
Which stocks have high dividend yields

Usage Examples

Basic Usage

const YahooClaw = require('./src/yahoo-finance.js');

// Get real-time stock quote
const quote = await YahooClaw.getQuote('AAPL');
console.log(quote);

// Get historical data
const history = await YahooClaw.getHistory('TSLA', '1mo');
console.log(history);

// Get company information
const info = await YahooClaw.getCompanyInfo('MSFT');
console.log(info);

OpenClaw Integration

// Call in OpenClaw agent
const result = await tools.yahooclaw.getQuote({symbol: 'AAPL'});

API Parameters

getQuote(symbol)

  • symbol: Stock code (e.g., AAPL, TSLA, 0700.HK)
  • Returns: Real-time stock price, change, volume, etc.

getHistory(symbol, period)

  • symbol: Stock code
  • period: Time period (1d, 5d, 1mo, 3mo, 6mo, 1y, 2y, 5y, 10y, ytd, max)
  • Returns: Historical stock price data

getCompanyInfo(symbol)

  • symbol: Stock code
  • Returns: Company information, market cap, P/E ratio, P/B ratio, etc.

getDividends(symbol)

  • symbol: Stock code
  • Returns: Dividend history

Environment Variables

# Optional: Alpha Vantage API (backup data source)
# Get from: https://www.alphavantage.co/support/#api-key
ALPHA_VANTAGE_API_KEY=your_api_key_here

# Optional: Database path for caching
DATABASE_PATH=./yahooclaw.db

Notes

  1. Data Delay: Yahoo Finance real-time data may have 15-minute delay
  2. Rate Limiting: Control request frequency to avoid rate limits
  3. HK/A-Shares: Supports HK stocks (0700.HK), A-shares (600519.SS), etc.
  4. Error Handling: Network issues or invalid codes will return error messages

Troubleshooting

Common Issues

  1. Failed to Get Data
    • Check network connection
    • Verify stock code format
    • Check Yahoo Finance service status
  1. Data Delay
    • This is normal, Yahoo Finance real-time data has delay
    • Consider using paid API for truly real-time data
  1. A-Share/HK Stock Code Format
    • A-Shares: 600519.SS (Moutai)
    • HK Stocks: 0700.HK (Tencent)
    • US Stocks: AAPL (Apple)

Resources

Changelog

v1.0.0 (2026-03-12)

  • ✅ Security improvements
  • ✅ Removed all test/debug files
  • ✅ Fixed unicode characters
  • ✅ Updated documentation
  • ✅ Production ready

v0.1.0 (2026-03-09)

  • ✅ Initial release
  • ✅ Real-time stock quotes
  • ✅ Historical data queries
  • ✅ Company information queries
  • ✅ Dividend queries
  • ✅ OpenClaw integration

License

MIT License

Author

PocketAI for Leo - OpenClaw Community

版本历史

共 1 个版本

  • v0.1.7 当前
    2026-03-19 05:44 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Excel / XLSX

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

Data Analysis

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

A股量化 AkShare

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