Loading...
Loading...
Analyze stocks and cryptocurrencies using Yahoo Finance data.
npx skill4agent add bruce-shi/ticker-cli stock-analysisnpx ticker-cli <command> [options]| Command | Description |
|---|---|
| Get real-time stock quotes |
| Get chart/historical data |
| Calculate technical indicators (SMA, EMA, RSI, MACD, BB) |
| Get comprehensive quote summary |
| Get latest stock news |
| Get stock insights and analysis |
| Get options chain data |
| Get analyst recommendations |
| Screen stocks (most actives, gainers, losers, etc.) |
| Search for stock symbols |
# 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| Indicator | Description | Default Length |
|---|---|---|
| Simple Moving Average | 20 |
| Exponential Moving Average | 20 |
| Relative Strength Index | 14 |
| Moving Average Convergence Divergence | 12/26/9 |
| Bollinger Bands | 20 |
most_activesday_gainersday_losersundervalued_growth_stocksundervalued_large_capsgrowth_technology_stockstop_mutual_funds