HK Stock Predictor
Research a Hong Kong listed stock or theme, then turn the analysis into clear, time-bounded predictions.
Minimal Input
User can provide any of:
CODEBLOCK0
CODEBLOCK1
Agent Normalization
Normalize input before analysis:
- -
symbol: keep the 5-digit HK code when possible, also map to .HK form for external data. - INLINECODE2 : resolve from ticker or user text.
- INLINECODE3 : normalize to one of
5d|14d|30d|90d|event. - INLINECODE5 : default to
HSI or HSTECH for tech-heavy names. - INLINECODE8 : choose
direction|range|event|relative-performance.
Preferred Data Stack
If these skills are available, use them in this order:
- 1.
akshare-skill for broad market and company data. - INLINECODE11 for HK-specific analysis framework.
- INLINECODE12 for southbound flow and positioning.
- INLINECODE13 for index and sector context.
Fallback sources if the skills are not installed:
- - HKEX / HKEXnews
- AAStocks
- ET Net
- AASTOCKS southbound / short selling pages
- public financial data providers with clear source attribution
Deterministic Workflow
- 1. Validate the target.
- Reject symbols that cannot be resolved to a Hong Kong listed security.
- If the user gives only a theme, narrow to 3-10 HK candidates first.
- 2. Build market context.
- Capture
HSI,
HSCEI, and
HSTECH direction.
- Note sector rotation, overnight macro drivers, and any major policy headline.
- 3. Gather company facts.
- Current price, market cap, 52-week range, valuation, earnings date, lot size, daily turnover.
- 4. Gather HK-specific signals.
- Southbound net buy/sell trend.
- Short selling ratio and unusual changes.
- AH premium or discount if dual-listed.
- Liquidity warning if turnover is weak or spread is wide.
- 5. Build the thesis.
- State
bull,
base, and
bear cases.
- For each case, list 2-4 drivers and 1-2 invalidation signals.
- 6. Convert thesis into forecastable statements.
- Use binary, range, or relative-performance formats.
- Every statement must be time-bounded and externally resolvable.
- 7. Rank prediction candidates.
- Prefer high observability, low ambiguity, and direct catalyst linkage.
- Avoid questions that require subjective wording such as "表现好不好".
- 8. Return the analysis and top prediction candidates.
Prediction Design Rules
Good prediction candidates:
- - "Will 00700 close above HK$520 on or before 2026-04-30?"
- "Will 09988 outperform the Hang Seng Tech Index between now and 2026-05-15?"
- "Will 02318 report YoY net profit growth above 10% in the next earnings release?"
Avoid:
- - vague targets without dates
- subjective wording
- multi-condition questions that resolve unclearly
- tiny illiquid stocks where resolution may be distorted
Output
Return one structured object plus a readable summary.
CODEBLOCK2
Summary Template
CODEBLOCK3
If The User Wants Gougoubi Conversion
Convert the top prediction candidate into Gougoubi-ready fields:
- -
marketName: use the selected prediction title. - INLINECODE21 : use the prediction deadline.
- INLINECODE22 : include exact resolution source, timezone, comparison field, and tie handling.
- INLINECODE23 : include
hong-kong-stocks, sector tag, catalyst tag, and horizon tag.
Boundaries
- - Do not claim "all HK stocks" were checked unless the scan actually covered the full universe.
- Do not hide missing data. Surface gaps in
warnings. - Do not give investment advice phrased as certainty.
- Prefer liquid names and observable events when generating prediction questions.
港股预测器
研究一只香港上市股票或主题,然后将分析转化为清晰、有时限的预测。
最小输入
用户可提供以下任意内容:
json
{
symbol: 00700,
horizon: 30d
}
json
{
theme: 南向资金持续流入的恒生科技成分股,
horizon: 14d
}
智能体标准化
在分析前对输入进行标准化:
- - symbol:尽可能保留5位港股代码,同时映射为.HK格式用于外部数据。
- companyName:从股票代码或用户文本中解析。
- horizon:标准化为5d|14d|30d|90d|event之一。
- benchmark:默认为HSI,科技股较多的名称默认为HSTECH。
- predictionType:选择direction|range|event|relative-performance。
首选数据栈
如果以下技能可用,请按此顺序使用:
- 1. akshare-skill用于大盘和公司数据。
- hk-stock-analysis用于港股专属分析框架。
- cross-border-flow-tracker用于南向资金流向和持仓。
- market-overview用于指数和板块背景。
如果未安装这些技能,则使用备用来源:
- - 港交所 / 披露易
- AAStocks
- ET Net
- AASTOCKS 南向资金/卖空页面
- 具有明确来源归属的公共金融数据提供商
确定性工作流程
- 1. 验证目标。
- 拒绝无法解析为香港上市证券的股票代码。
- 如果用户只提供主题,则先缩小至3-10只港股候选。
- 2. 构建市场背景。
- 捕捉HSI、HSCEI和HSTECH的走势方向。
- 注意板块轮动、隔夜宏观驱动因素以及任何重大政策头条。
- 3. 收集公司事实。
- 当前价格、市值、52周范围、估值、财报日期、每手股数、日成交额。
- 4. 收集港股专属信号。
- 南向资金净买入/卖出趋势。
- 卖空比率及异常变化。
- 若为两地上市,则关注A/H溢价或折价。
- 若成交低迷或价差过大,则发出流动性警告。
- 5. 构建论点。
- 陈述看涨、基准和看跌情景。
- 每个情景列出2-4个驱动因素和1-2个失效信号。
- 6. 将论点转化为可预测的陈述。
- 使用二元、区间或相对表现格式。
- 每个陈述必须有时间限制且外部可验证。
- 7. 对预测候选进行排序。
- 优先选择高可观测性、低模糊性和直接催化剂关联的选项。
- 避免需要主观措辞的问题,例如表现好不好。
- 8. 返回分析和首选预测候选。
预测设计规则
好的预测候选示例:
- - 00700在2026年4月30日或之前会收于520港元以上吗?
- 09988从现在到2026年5月15日会跑赢恒生科技指数吗?
- 02318在下一份财报中会报告净利润同比增长超过10%吗?
应避免:
- - 没有日期的模糊目标
- 主观措辞
- 多条件且结果不明确的问题
- 流动性极差、结果可能被扭曲的小盘股
输出
返回一个结构化对象及一份可读摘要。
json
{
ok: true,
normalizedInput: {
symbol: 00700,
symbolYahoo: 0700.HK,
companyName: 腾讯控股,
horizon: 30d,
benchmark: HSTECH,
predictionType: direction
},
marketContext: {
indices: [],
sectorTone: ,
macroDrivers: []
},
evidence: {
fundamental: [],
technical: [],
flow: [],
hkSpecific: []
},
scenarioAnalysis: {
bull: [],
base: [],
bear: []
},
predictionCandidates: [
{
title: ,
type: direction|range|event|relative-performance,
deadlineIsoUtc: ,
resolutionSource: ,
confidence: 0,
why: []
}
],
recommendedPrediction: {
title: ,
deadlineIsoUtc: ,
confidence: 0,
keyRisks: []
},
warnings: []
}
摘要模板
markdown
[公司名称] ([代码].HK) 港股推演
核心判断
关键证据
三种情景
可预测题目
- 1. [候选题目 1]
- [候选题目 2]
- [候选题目 3]
首选题目
如果用户需要转换为狗狗币格式
将首选预测候选转换为狗狗币就绪字段:
- - marketName:使用选定的预测标题。
- deadlineIsoUtc:使用预测截止时间。
- rules:包含精确的验证来源、时区、比较字段和平局处理。
- tags:包含hong-kong-stocks、板块标签、催化剂标签和时间范围标签。
边界
- - 除非扫描确实覆盖了整个范围,否则不要声称已检查所有港股。
- 不要隐藏缺失数据。在warnings中呈现缺口。
- 不要给出以确定性表述的投资建议。
- 在生成预测问题时,优先选择流动性好的股票和可观测的事件。