stock-quote
SolidGet real-time stock quote with price, volume, change, market cap, and 52-week range for any ticker symbol. Use when user asks about current stock price, quote, or basic stock info.
AI & Automation 299 stars
68 forks Updated 1 weeks ago MIT
Install
Quality Score: 85/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# 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:
```bash
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.
Details
- Author
- staskh
- Repository
- staskh/trading_skills
- Created
- 5 months ago
- Last Updated
- 1 weeks ago
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
stocks
Stock quotes, history, search, compare, crypto via Yahoo.
221,626 Updated today
NousResearch AI & Automation Listed
stocks
Stock quotes, history, search, compare, crypto via Yahoo.
1 Updated yesterday
dsivov AI & Automation Solid
yahoo-finance
Get stock prices, quotes, fundamentals, earnings, options, dividends, and analyst ratings using Yahoo Finance. Uses yfinance library - no API key required.
3 Updated yesterday
Silex-Research