Install
openclaw skills install xanadu-stock-screenerScreen stocks by fundamental metrics, technical indicators, sector, and market to find and save stocks matching specific financial criteria and trends.
openclaw skills install xanadu-stock-screenerFind stocks matching specific financial criteria and metrics.
# Find stocks with low P/E
python scripts/screener.py search --pe-max 20 --market-cap-min 1B
# Find high dividend stocks
python scripts/screener.py search --dividend-yield-min 3 --sector technology
# Find momentum stocks
python scripts/screener.py search --momentum 30 --volume-min 10M
Search for stocks matching criteria:
python scripts/screener.py search --pe-max 25 --dividend-yield-min 2
Find stocks in specific sectors:
python scripts/screener.py search --sector technology --revenue-growth-min 20
Save results to a watchlist:
python scripts/screener.py search --pe-max 15 --save my-watchlist
python scripts/screener.py list-watchlists
python scripts/screener.py show-watchlist my-watchlist
Results include:
yfinance package (Yahoo Finance data)This skill supports SkillPay integration for premium features.
| Tier | Price | Features |
|---|---|---|
| Basic | Free | Basic screening, Yahoo Finance data |
| Pro | $9/mo | Premium filters, real-time alerts, watchlists |
| Premium | $19/mo | API access, unlimited screening, exports |
Owner: Xanadu Studios