Stock Screener
Find stocks matching specific financial criteria and metrics.
Quick Start
CODEBLOCK0
Screening Criteria
Fundamental Metrics
- - P/E ratio (forward and trailing)
- Market cap
- Dividend yield
- Revenue growth
- Profit margins
- Debt/equity
- EPS (earnings per share)
- ROE (return on equity)
Technical Indicators
- - 50/200 day moving averages
- RSI (relative strength index)
- Momentum (1M, 3M, 6M)
- Volume trends
Company Info
- - Sector
- Industry
- Market (US, EU, Asia)
- Exchange (NYSE, NASDAQ, etc.)
Usage
Basic Search
Search for stocks matching criteria:
CODEBLOCK1
Sector Filter
Find stocks in specific sectors:
CODEBLOCK2
Save Watchlist
Save results to a watchlist:
CODEBLOCK3
View Watchlists
CODEBLOCK4
Data Sources
- - Yahoo Finance (free tier)
- Alpha Vantage (API key needed)
- Financial Modeling Prep (API key needed)
Output
Results include:
- - Symbol, Company name
- Current price
- Market cap
- P/E ratio
- Dividend yield
- 52-week range
- Analyst rating
Requirements
- - Python 3.10+
- INLINECODE0 package (Yahoo Finance data)
- Optional: API keys for premium data
Monetization (SkillPay)
This skill supports SkillPay integration for premium features.
Setup
- 1. Sign up at https://skillpay.me
- Configure billing in your deployment
Pricing Tiers
| 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
股票筛选器
根据特定财务指标和条件筛选股票。
快速入门
bash
查找低市盈率股票
python scripts/screener.py search --pe-max 20 --market-cap-min 1B
查找高股息股票
python scripts/screener.py search --dividend-yield-min 3 --sector technology
查找动量股
python scripts/screener.py search --momentum 30 --volume-min 10M
筛选条件
基本面指标
- - 市盈率(远期和滚动)
- 市值
- 股息率
- 营收增长
- 利润率
- 负债/权益比
- 每股收益
- 净资产收益率
技术指标
- - 50/200日移动平均线
- 相对强弱指标
- 动量(1个月、3个月、6个月)
- 成交量趋势
公司信息
- - 板块
- 行业
- 市场(美国、欧盟、亚洲)
- 交易所(纽交所、纳斯达克等)
使用方法
基础搜索
按条件搜索股票:
bash
python scripts/screener.py search --pe-max 25 --dividend-yield-min 2
板块筛选
查找特定板块的股票:
bash
python scripts/screener.py search --sector technology --revenue-growth-min 20
保存自选股
将结果保存至自选股列表:
bash
python scripts/screener.py search --pe-max 15 --save my-watchlist
查看自选股列表
bash
python scripts/screener.py list-watchlists
python scripts/screener.py show-watchlist my-watchlist
数据来源
- - 雅虎财经(免费版)
- Alpha Vantage(需API密钥)
- Financial Modeling Prep(需API密钥)
输出结果
包含以下信息:
- - 股票代码、公司名称
- 当前价格
- 市值
- 市盈率
- 股息率
- 52周价格区间
- 分析师评级
系统要求
- - Python 3.10+
- yfinance 包(雅虎财经数据)
- 可选:高级数据API密钥
商业化(SkillPay)
本技能支持SkillPay集成,提供高级功能。
设置方法
- 1. 在 https://skillpay.me 注册
- 在部署环境中配置计费
定价层级
| 层级 | 价格 | 功能 |
|---|
| 基础版 | 免费 | 基础筛选、雅虎财经数据 |
| 专业版 |
9美元/月 | 高级筛选、实时提醒、自选股列表 |
| 高级版 | 19美元/月 | API访问、无限筛选、数据导出 |
所有者:Xanadu Studios