Back to Directory
general
stock-price-checker
Check stock prices using yfinance library. No API key required.
Installation
Run this in your terminal or add to your configuration:
# Clone into your skills directory
git clone ...API Key Required
This skill requires external API keys. Check the repository for .env setup instructions.
About this Skill
- Initial release of Stock Price Checker.
- Check real-time stock prices using the yfinance library; no API key needed.
- Supports querying most stocks and ETFs from Yahoo Finance.
- Returns detailed data including price, change, percent change, previous close, market cap, volume, and 52-week range.
- Handles invalid symbols and errors gracefully.