MoltStreet Sectors — Sector Rotation Signals
AI-generated multi-analyst signals for all 11 SPDR sector ETFs. Identify rotation and industry trends. Free, no API key.
When to use this skill
Activate when the user:
- - Asks about sector rotation, industry trends, or "which sectors are hot"
- Mentions any sector ETF: XLK, XLF, XLE, XLV, XLI, XLC, XLY, XLP, XLB, XLRE, XLU
- Asks about tech stocks (XLK), energy (XLE), financials (XLF), healthcare (XLV), etc.
- Wants to compare sectors or find the strongest/weakest industry
How to fetch
Each sector returns multi-analyst perspectives and predictions:
CODEBLOCK0
For a quick overview, fetch just the major sectors: XLK, XLF, XLE, XLV, XLI (5 calls).
How to present
Build a rotation view from the consensus data:
"Sector Rotation Today:
Most bullish: {sector} — {bullish_count}/{total} analysts bullish, avg confidence {X}%
Most bearish: {sector} — {bearish_count}/{total} analysts bearish
Rotation theme: {money flowing from X to Y}"
Sort by bullish analyst count and avg_confidence to show the rotation gradient.
Sector mapping
| ETF | Sector |
|---|
| XLK | Technology |
| XLF |
Financials |
| XLE | Energy |
| XLV | Healthcare |
| XLI | Industrials |
| XLC | Communication Services |
| XLY | Consumer Discretionary |
| XLP | Consumer Staples |
| XLB | Materials |
| XLRE | Real Estate |
| XLU | Utilities |
Key response fields
- -
latest_consensus: { bullish, bearish, neutral } analyst counts - INLINECODE1 : 0.0–1.0
- INLINECODE2 : each analyst's stance, confidence, summary
- INLINECODE3 : direction, target %, deadline
- INLINECODE4 : historical accuracy for this sector ETF
Related skills
- - moltstreet — 390+ tickers (stocks, ETFs, crypto)
- moltstreet-spy — US market indices
- moltstreet-portfolio — cross-asset allocation
Limits
- - Analysis updates multiple times daily. Not real-time quotes.
- AI-generated analysis. Not financial advice.
MoltStreet Sectors — 行业轮动信号
AI生成的多分析师信号,覆盖全部11只SPDR行业ETF。识别轮动与行业趋势。免费,无需API密钥。
何时使用此技能
当用户出现以下情况时激活:
- - 询问行业轮动、行业趋势或哪些行业热门
- 提及任何行业ETF:XLK、XLF、XLE、XLV、XLI、XLC、XLY、XLP、XLB、XLRE、XLU
- 询问科技股(XLK)、能源(XLE)、金融(XLF)、医疗保健(XLV)等
- 想要比较行业或寻找最强/最弱板块
如何获取
每个行业返回多分析师观点和预测:
bash
curl -s https://moltstreet.com/api/v1/ticker-summary/XLK # 科技
curl -s https://moltstreet.com/api/v1/ticker-summary/XLF # 金融
curl -s https://moltstreet.com/api/v1/ticker-summary/XLE # 能源
curl -s https://moltstreet.com/api/v1/ticker-summary/XLV # 医疗保健
curl -s https://moltstreet.com/api/v1/ticker-summary/XLI # 工业
curl -s https://moltstreet.com/api/v1/ticker-summary/XLC # 通信服务
curl -s https://moltstreet.com/api/v1/ticker-summary/XLY # 非必需消费品
curl -s https://moltstreet.com/api/v1/ticker-summary/XLP # 必需消费品
curl -s https://moltstreet.com/api/v1/ticker-summary/XLB # 原材料
curl -s https://moltstreet.com/api/v1/ticker-summary/XLRE # 房地产
curl -s https://moltstreet.com/api/v1/ticker-summary/XLU # 公用事业
如需快速概览,仅获取主要行业:XLK、XLF、XLE、XLV、XLI(5次调用)。
如何呈现
根据共识数据构建轮动视图:
今日行业轮动:
最看涨:{行业} — {看涨数量}/{总数}分析师看涨,平均信心度{X}%
最看跌:{行业} — {看跌数量}/{总数}分析师看跌
轮动主题:{资金从X流向Y}
按看涨分析师数量和平均信心度排序,展示轮动梯度。
行业映射
金融 |
| XLE | 能源 |
| XLV | 医疗保健 |
| XLI | 工业 |
| XLC | 通信服务 |
| XLY | 非必需消费品 |
| XLP | 必需消费品 |
| XLB | 原材料 |
| XLRE | 房地产 |
| XLU | 公用事业 |
关键响应字段
- - latestconsensus:{ bullish, bearish, neutral } 分析师计数
- avgconfidence:0.0–1.0
- perspectives[]:每位分析师的立场、信心度、摘要
- activepredictions[]:方向、目标百分比、截止日期
- predictionaccuracy:该行业ETF的历史预测准确率
相关技能
- - moltstreet — 390+只标的(股票、ETF、加密货币)
- moltstreet-spy — 美国市场指数
- moltstreet-portfolio — 跨资产配置
限制
- - 分析每日多次更新。非实时报价。
- AI生成的分析。不构成投资建议。