Files
KingClawArmy/skills/earnings-calendar/SKILL.md
Chris ee06e6de6b fix: 修正審查員 P1-P6 全部問題
P1/P2: 為所有 53 個 SKILL.md 補明確 slug frontmatter,解決 importer slug 衝突
P3: 新增 .mcp.json,補 .paperclip.yaml envInputs
P4: agent-skill-mapping.md 補摘要版說明
P5: 修正文檔統計數字(53 skills,非 62)
P6: 清除 mcp-plan.md 敏感資訊與機器相依路徑

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-10 21:21:38 +00:00

43 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
name: 財報行事曆
slug: earnings-calendar
description: 透過 FMP API 擷取即將發布的美股財報時程,按日期與盤前/盤後排列,讓研究員提前佈局
metadata:
sources:
- kind: github-file
repo: tradermonty/claude-trading-skills
path: skills/earnings-calendar/SKILL.md
usage: referenced
---
# 財報行事曆
擷取美股財報發布時程,讓財經情報研究員掌握市場關注焦點與潛在波動事件。
## 功能
- 按日期列出即將發布財報的公司
- 標記發布時機(盤前 BMO / 盤後 AMC / 未知)
- 顯示分析師 EPS 預估共識
- 計算距離發布日的天數
- 過濾特定板塊或市值規模
- 標記重點大型股財報S&P 500 成分股)
## 需要的 API
- **FMP API**Financial Modeling Prep— 需要免費 API key
- 透過 `FRED_API_KEY` 環境變數或直接在請求中傳入
## 輸出格式
```
日期 | 公司 | 代碼 | 時機 | EPS 預估 | 重要度
2026-04-15 | Apple | AAPL | BMO | $1.43 | ⭐⭐⭐
```
## 使用時機
- 盤前情報蒐集時掃描本週/下週財報
- 識別可能影響板塊的重量級財報
- 配合 `market-news-analyst` 進行財報後衝擊評估