stock-quote
Stock Quote pulls live market data from Yahoo Finance for any ticker you specify, returning current price, trading volume, market capitalization, and 52-week highs and lows. The skill formats results for quick readability and flags significant price movements to help you spot market action at a glance.
Stock Quote retrieves real-time price, volume, and market data for any ticker symbol from Yahoo Finance.
AI-generated summary based on this skill's SKILL.md
Decision gist · record as of 2026-07-20
Stock Quote retrieves real-time price, volume, and market data for any ticker symbol from Yahoo Finance. Stock Quote pulls live market data from Yahoo Finance for any ticker you specify, returning current price, trading volume, market capitalization, and 52-week highs and lows. The skill formats results for quick readability and flags significant price movements to help you spot market action at a glance.
Use it when
- Stock Quote delivers real-time market data including current price, trading volume, percentage change.
- Stock Quote includes 52-week range and performance metrics in its standard data pull.
Verify before relying
Read SKILL.md below before installing (2 files). Open directory: indexed for reading, not audited.
Install
staskh/trading_skills/stock-quote · repository language: Python
Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.
Frequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
What's the current price of Apple stock using stock-quote?
Stock Quote retrieves live market data from Yahoo Finance. Simply provide the ticker symbol (like AAPL for Apple), and the skill returns the current price along with trading volume, market cap, and 52-week range. Results are formatted for quick readability so you can spot the information you need instantly.
Can stock-quote show me real-time stock quotes?
Stock Quote delivers real-time market data including current price, trading volume, percentage change, and market capitalization for any ticker you request. The skill automatically flags significant price movements to help you monitor market action and identify trading opportunities at a glance.
How do I get 52-week high and low data with stock-quote?
Stock Quote includes 52-week range and performance metrics in its standard data pull. When you query a ticker symbol, the skill returns both the 52-week high and low alongside current price and volume, giving you context for how the stock is trading relative to its annual range.
Does stock-quote provide financial ratios like PE and dividend yield?
Stock Quote fetches financial ratios including PE ratio and dividend yield as part of its comprehensive market data from Yahoo Finance. These metrics help you evaluate valuation and income potential alongside real-time pricing and volume information for informed investment decisions.
Can I monitor stock price movements and percentage changes?
Stock Quote tracks stock price movements and displays percentage changes to help you monitor market action. The skill flags significant price movements in its formatted results, making it easy to spot volatility and identify when a stock is making notable moves during the trading day.
SKILL.md
Rendered from the published skill. Quoted content, verbatim.
Stock Quote
Fetch current stock data from Yahoo Finance.
Instructions
> Note: If uv is not installed or pyproject.toml is not found, replace uv run python with python in all commands below.
Run the quote script with the ticker symbol:
uv run python scripts/quote.py SYMBOL
Replace SYMBOL with the requested ticker (e.g., AAPL, MSFT, TSLA, SPY).
Output
The script outputs JSON with: - symbol, name, price, change, change_percent - volume, avg_volume, market_cap - high_52w, low_52w, pe_ratio, dividend_yield
Present the data in a readable format. Highlight significant moves (>2% change).
Dependencies
yfinance
Timezone
All timestamps and time-based calculations must use the America/New_York timezone. All JSON output must include generated_at (NY time string) and data_delay fields.
File tree — 2 files
.claude/skills/stock-quote/SKILL.md
.claude/skills/stock-quote/scripts/quote.py
Let your AI agent find skills like this
Example. Real query, live index.
You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.
wish › “Retrieve current stock price and basic quote information for a ticker”
Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →
Related skills
Analyze roll opportunities for existing short options or identify best covered calls/puts to open against long stock. The skill connects to Interactive Brokers via TWS or IB Gateway, evaluates candidates across multiple expirations, and uses IV-aware strike bands to surface relevant alternatives tailored to market conditions.
Stock Price Query fetches live market data across Chinese A-shares, Hong Kong, and US equities, plus major indices. It handles single lookups or batch comparisons of multiple tickers in one call, returning current price, change percentage, open/high/low/close, volume, and market cap when available.
report-stock produces detailed stock analysis reports covering technical trends, fundamental valuations, Piotroski F-Score breakdowns, and option spread strategies. Output formats include both markdown and PDF, with support for single or multiple ticker symbols. The skill aggregates data from trend scanners, PMCC viability checks, and financial metrics to deliver actionable investment insights.
This skill analyzes multiple stock symbols against technical indicators—moving averages, RSI, MACD, and ADX—to identify bullish trends and rank results by composite score. Customize your scan with adjustable lookback periods and result limits. Output includes detailed indicator values, crossover timing, and earnings dates to support trading decisions.
Stock Quote fetches live market data for any ticker symbol, delivering current price, trading volume, daily and yearly ranges, market capitalization, and technical indicators like 50-day and 200-day moving averages. Use it to monitor positions, analyze price trends relative to support and resistance levels, or compare current valuations against historical context.
Fundamentals pulls financial data from Yahoo Finance, including key metrics, earnings history, and income statement figures. It also calculates Piotroski F-Score to assess a company's financial strength across nine criteria, helping you evaluate profitability, cash flow, leverage, and operational efficiency.