earnings-trade-analyzer by tradermonty/claude-trading-skills
npx skills add https://github.com/tradermonty/claude-trading-skills --skill earnings-trade-analyzer使用五因子加权评分系统分析近期发布财报的股票,以识别最强劲的财报反应,寻找潜在动量交易机会。
FMP_API_KEY 环境变量或传递 --api-key 参数)执行分析器脚本:
# 默认:最近 2 天的财报数据,前 20 名结果
python3 skills/earnings-trade-analyzer/scripts/analyze_earnings_trades.py --output-dir reports/
# 自定义回溯期和市值过滤器
python3 skills/earnings-trade-analyzer/scripts/analyze_earnings_trades.py \
--lookback-days 5 \
--min-market-cap 1000000000 \
--top 30 \
--output-dir reports/
# 应用入场质量过滤器
python3 skills/earnings-trade-analyzer/scripts/analyze_earnings_trades.py \
--apply-entry-filter \
--output-dir reports/
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
references/scoring_methodology.md 以获取评分解释的背景信息对于每个顶级候选股,呈现:
根据等级:
earnings_trade_analyzer_YYYY-MM-DD_HHMMSS.json - 结构化结果,schema_version 为 "1.0"earnings_trade_analyzer_YYYY-MM-DD_HHMMSS.md - 人类可读的报告,包含表格references/scoring_methodology.md - 五因子评分系统、等级阈值和入场质量过滤器规则每周安装数
92
代码仓库
GitHub 星标数
394
首次出现
2026年2月23日
安全审计
安装于
cursor89
github-copilot88
codex88
amp88
kimi-cli88
gemini-cli88
Analyze recent post-earnings stocks using a 5-factor weighted scoring system to identify the strongest earnings reactions for potential momentum trades.
FMP_API_KEY environment variable or pass --api-key)Execute the analyzer script:
# Default: last 2 days of earnings, top 20 results
python3 skills/earnings-trade-analyzer/scripts/analyze_earnings_trades.py --output-dir reports/
# Custom lookback and market cap filter
python3 skills/earnings-trade-analyzer/scripts/analyze_earnings_trades.py \
--lookback-days 5 \
--min-market-cap 1000000000 \
--top 30 \
--output-dir reports/
# With entry quality filter
python3 skills/earnings-trade-analyzer/scripts/analyze_earnings_trades.py \
--apply-entry-filter \
--output-dir reports/
references/scoring_methodology.md for scoring interpretation contextFor each top candidate, present:
Based on grades:
earnings_trade_analyzer_YYYY-MM-DD_HHMMSS.json - Structured results with schema_version "1.0"earnings_trade_analyzer_YYYY-MM-DD_HHMMSS.md - Human-readable report with tablesreferences/scoring_methodology.md - 5-factor scoring system, grade thresholds, and entry quality filter rulesWeekly Installs
92
Repository
GitHub Stars
394
First Seen
Feb 23, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
cursor89
github-copilot88
codex88
amp88
kimi-cli88
gemini-cli88
Python PDF处理教程:合并拆分、提取文本表格、创建PDF文件
65,000 周安装