Stock Screener
收藏RapidAPI2026-05-14 更新2026-03-22 收录
下载链接:
https://rapidapi.com/stock-screener-stock-screener-default/api/stock-screener6
下载链接
链接失效反馈官方服务:
资源简介:
The Stock Screener API provides daily-updated lists of stocks that pass institutional-grade fundamental and technical screening criteria. Use it to power trading bot, watchlists, dashboards or quantitative research pipelines.
创建时间:
2026-05-14
原始信息汇总
Stock Screener API 数据集概述
数据集基本信息
- 数据集名称: Stock Screener
- 数据集类别: Financial (金融)
- 数据提供方: Stock-Screener
- API 版本: 1.0.0 (current)
- 数据更新频率: 每日自动更新
- 数据延迟: 1083ms
- 服务等级: 100%
- 受欢迎程度: 9.1 Popularity
数据集描述
Stock Screener API 提供每日更新的股票列表,这些列表通过机构级的基本面和技术面筛选标准。可用于驱动交易机器人、观察列表、仪表板或量化研究管道。
可用端点
GET /stock-screeners
返回所有可用的筛选器及其ID、简称和完整描述。
- 响应示例: json [ { "id": "deep-value-graham-style", "short_name": "Deep Value / Graham-style", "description": "Mid+ cap, PE<15, P/B<2, D/E<1, 5yr positive EPS, sorted by PE asc" }, ... ]
GET /tickers/latest
返回所有筛选器中最新抓取的股票代码,或针对单个筛选器。
- 查询参数:
screener_id(string, 非必需): 按筛选器ID过滤(来自/stock-screeners)。
- 示例请求:
GET /tickers/latestGET /tickers/latest?screener_id=quality-compounder
- 响应示例: json [ { "ticker": "AAPL", "screener_id": "quality-compounder", "short_name": "Quality / Compounder", "created_at": "2026-03-19" }, ... ]
GET /tickers
返回完整的历史股票代码数据集,支持可选过滤。
- 查询参数:
screener_id(string, 非必需): 按筛选器ID过滤。ticker(string, 非必需): 按股票代码符号过滤(例如MSFT)。date(string, 非必需): 按日期过滤,格式为YYYY-MM-DD。
- 示例请求:
GET /tickers?screener_id=dividend-growthGET /tickers?ticker=MSFTGET /tickers?screener_id=garp&date=2026-03-19
- 响应示例: json [ { "ticker": "MSFT", "screener_id": "garp", "short_name": "GARP", "created_at": "2026-03-19" }, ... ]
示例筛选器策略
| 简称 | 策略 |
|---|---|
| High Quality Growth (Sales) | Large cap, high EPS QoQ, high gross margin, PE<50, ROI>20% — sorted by sales QoQ |
| High Quality Growth (PEG) | Large cap, high EPS QoQ, high gross margin, PE<50, ROI>20% — sorted by PEG |
| Sustained Growth / FCF | Large cap, positive EPS momentum, LT growth>10%, gross margin>40%, ROI>20% — sorted by P/FCF |
| Quality / Compounder | Large cap, ROE>20%, gross margin>40%, D/E<1, 5yr positive EPS — sorted by ROE |
| Deep Value / Graham-style | Mid+ cap, PE<15, P/B<2, D/E<1, 5yr positive EPS — sorted by PE |
| Momentum / Earnings Acceleration | Large cap, EPS YoY>25%, 52-week performance>20% — sorted by 52w return |
| Free Cash Flow Machine | Large cap, P/FCF<20, gross margin>30%, ROI>15%, D/E<1 — sorted by P/FCF |
| Dividend Growth | Large cap, dividend paying, ROE>15%, D/E<1, 5yr positive EPS — sorted by yield |
| GARP | Large cap, PEG<2, EPS YoY>15%, gross margin>25%, ROI>10% — sorted by PEG |
| Capital-Light / Asset-Light | Large cap, ROA>15%, gross margin>50%, D/E<0.5, 5yr positive EPS — sorted by ROA |
典型工作流程
- 调用
/stock-screeners以检索所有筛选器ID和名称。 - 调用
/tickers/latest?screener_id={id}以获取某个筛选器当前通过的股票。 - 可选地使用
/tickers?ticker=AAPL来查找特定股票当前出现在哪些筛选器中,或使用date参数查询历史日期。
数据新鲜度
筛选器每日自动更新一次。每个股票代码记录中的 created_at 字段反映了数据收集的日期。



