stock-price-checkerCheck stock prices using yfinance library. No API key required.
Install via ClawdBot CLI:
clawdbot install rupprath/stock-price-checkerRequires:
Get current stock prices from Yahoo Finance using the yfinance library.
cd skills/stock-price-checker
# Check stock price
python3 stock-price.py NVDA
# Check another stock
python3 stock-price.py AAPL
Check NVIDIA stock:
python3 stock-price.py NVDA
Check VOO (S&P 500 ETF):
python3 stock-price.py VOO
Check QQQ (Nasdaq-100 ETF):
python3 stock-price.py QQQ
Check any stock symbol:
python3 stock-price.py TSLA
python3 stock-price.py MSFT
python3 stock-price.py AAPL
{
"symbol": "NVDA",
"price": 189.52,
"change": 3.05,
"change_percent": 1.64,
"previous_close": 186.47,
"market_cap": 4614243483648,
"volume": 112439494,
"fifty_two_week_high": 212.19,
"fifty_two_week_low": 86.62
}
Generated Feb 26, 2026
Individual investors can use this skill to quickly check current stock prices, changes, and key metrics for their portfolio holdings. It helps them monitor daily performance without needing complex financial software, making it ideal for casual or DIY investors who rely on Yahoo Finance data.
Educators and students in finance courses can utilize this skill to fetch real-time stock data for analysis and learning purposes. It provides hands-on experience with market data, supporting lessons on stock valuation, market trends, and investment strategies in a classroom setting.
Small business owners or entrepreneurs can check stock prices of competitors or industry leaders to gauge market conditions and trends. This aids in strategic planning, benchmarking, and understanding economic factors affecting their sector without expensive data subscriptions.
Bloggers or content creators in the finance niche can automate data retrieval for articles or social media posts about stock performances. It streamlines the process of gathering accurate price information, enabling timely updates and analysis for their audience.
Developers or fintech startups can integrate this skill into early-stage prototypes for portfolio management apps. It offers a simple way to test stock data integration, validate concepts, and build MVPs before scaling to more advanced APIs or services.
Offer this skill as a free feature within a larger financial app or platform to attract users. Monetize by upselling premium services like advanced analytics, automated alerts, or personalized investment advice, leveraging the basic stock data as an entry point.
Package the skill as an API or microservice that developers can embed in their applications. Charge based on usage tiers, such as number of API calls or data volume, providing a reliable and easy-to-integrate solution for stock price queries without managing infrastructure.
License this skill to educational institutions or online learning platforms for use in finance courses. Generate revenue through one-time fees or annual licenses, offering a cost-effective tool for teaching stock market concepts with real-time data.
💬 Integration Tip
Integrate this skill by calling the Python script from a command line or embedding it in a larger application using subprocess; ensure Python3 and yfinance are installed on the system for seamless execution.
Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management, watchlists with alerts, dividend analysis, 8-dimension stock scoring, viral trend detection (Hot Scanner), and rumor/early signal detection. Use for stock analysis, portfolio tracking, earnings reactions, crypto monitoring, trending stocks, or finding rumors before they hit mainstream.
Get stock prices, quotes, fundamentals, earnings, options, dividends, and analyst ratings using Yahoo Finance. Uses yfinance library - no API key required.
Yahoo Finance (yfinance) powered stock analysis skill: quotes, fundamentals, ASCII trends, high-resolution charts (RSI/MACD/BB/VWAP/ATR), plus optional web a...
Become an autonomous prediction market trader on Polymarket with AI-powered analysis and a performance-backed token on Base. Trade real markets, build a track record, and let the buyback flywheel run.
Get cryptocurrency token price and generate candlestick charts via CoinGecko API or Hyperliquid API. Use when user asks for token price, crypto price, price chart, or cryptocurrency market data.
Trade and monitor Hyperliquid perpetual futures. Check balances, view positions with P&L, place/cancel orders, execute market trades. Use when the user asks about Hyperliquid trading, portfolio status, crypto positions, or wants to execute trades on Hyperliquid.