stock-analysis▌
bruce-shi/ticker-cli · updated Apr 8, 2026
A powerful CLI tool for trading analysis that provides stock quotes, charts, technical indicators, news, and more.
Stock Analysis Skill
A powerful CLI tool for trading analysis that provides stock quotes, charts, technical indicators, news, and more.
Basic Usage
npx ticker-cli <command> [options]
Available Commands
| Command | Description |
|---|---|
quote |
Get real-time stock quotes |
chart |
Get chart/historical data |
indicator |
Calculate technical indicators (SMA, EMA, RSI, MACD, BB) |
summary |
Get comprehensive quote summary |
news |
Get latest stock news |
insights |
Get stock insights and analysis |
options |
Get options chain data |
recommendations |
Get analyst recommendations |
screener |
Screen stocks (most actives, gainers, losers, etc.) |
search |
Search for stock symbols |
Quick Examples
# Get quote for single or multiple stocks
npx ticker-cli quote AAPL
npx ticker-cli quote AAPL MSFT GOOGL
# Get historical chart data
npx ticker-cli chart AAPL -p 1mo
npx ticker-cli chart AAPL --start 2025-01-01 --end 2025-12-31
# Calculate technical indicators
npx ticker-cli indicator AAPL sma -p 3mo
npx ticker-cli indicator AAPL rsi -p 3mo
npx ticker-cli indicator AAPL macd -p 6mo
npx ticker-cli indicator AAPL sma -p 1mo -i 1h
# Get news and insights
npx ticker-cli news AAPL --limit 20
npx ticker-cli insights AAPL
# Screen stocks
npx ticker-cli screener -q most_actives
npx ticker-cli screener -q day_gainers
Report Generation Guides
For detailed instructions on generating reports, see the references folder:
- Daily Reports: See references/daily-report.md for pre-market, mid-market, and post-market report generation
- Weekly Reports: See references/weekly-report.md for weekly analysis reports
Technical Indicators Reference
| Indicator | Description | Default Length |
|---|---|---|
sma |
Simple Moving Average | 20 |
ema |
Exponential Moving Average | 20 |
rsi |
Relative Strength Index | 14 |
macd |
Moving Average Convergence Divergence | 12/26/9 |
bb |
Bollinger Bands | 20 |
Screener Queries
Available predefined queries:
most_actives- Most actively traded stocksday_gainers- Top gainers of the dayday_losers- Top losers of the dayundervalued_growth_stocks- Undervalued stocks with growth potentialundervalued_large_caps- Undervalued large cap stocksgrowth_technology_stocks- Growing tech stockstop_mutual_funds- Top performing mutual funds
Discussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
Ratings
4.7★★★★★57 reviews- ★★★★★Pratham Ware· Dec 28, 2024
Useful defaults in stock-analysis — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★Arjun Khan· Dec 28, 2024
stock-analysis has been reliable in day-to-day use. Documentation quality is above average for community skills.
- ★★★★★Fatima Gupta· Dec 28, 2024
Solid pick for teams standardizing on skills: stock-analysis is focused, and the summary matches what you get after install.
- ★★★★★Yusuf Bansal· Dec 12, 2024
Useful defaults in stock-analysis — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★Lucas Thomas· Dec 8, 2024
We added stock-analysis from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
- ★★★★★Amina Verma· Dec 4, 2024
stock-analysis is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
- ★★★★★Arjun Haddad· Nov 27, 2024
stock-analysis reduced setup friction for our internal harness; good balance of opinion and flexibility.
- ★★★★★Lucas White· Nov 23, 2024
Solid pick for teams standardizing on skills: stock-analysis is focused, and the summary matches what you get after install.
- ★★★★★Yuki Ghosh· Nov 19, 2024
Keeps context tight: stock-analysis is the kind of skill you can hand to a new teammate without a long onboarding doc.
- ★★★★★Yusuf Brown· Nov 19, 2024
stock-analysis is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
showing 1-10 of 57