跳到主要内容

股票研究

美股、港股、ETF 的多 Tab 深度研究页。

入口:/stock/:symbol(美股)、/stock-hk/:symbol(港股)、/etf/:symbol(ETF)。从顶栏 symbol 搜索、自选股点击或聊天卡片 ticker 都能进。


1. 美股详情页(6 个 Tab)

美股详情页(/stock/:symbol)是 Alphio 最深的研究入口。Tab 通过 ?tab= 走 URL,任何视图都可分享。

TabURL 参数内容
Overview?tab=overview(默认)报价、关键数字、公司简介、关键比率、同行、最近新闻条。
Technical?tab=technical可交互 K 线图、指标(MA / RSI / MACD / 布林)、形态识别。
Financial?tab=financial利润表、资产负债表、现金流量表、关键指标——子 Tab 见第 2 节。
Should I Buy?tab=should-i-buyAlphio AI 结构化 Buy / Hold / Avoid 结论,附推理要点与支撑信号。
News & Events?tab=news-events标 ticker 的新闻、财报日、国会与机构交易。
Stock Price Prediction?tab=stock-price-prediction短期 / 中期 AI 价格路径预测,含置信区间。

股票详情页


2. Financial 子 Tab(5 个)

Financial Tab 拆成 5 个子 Tab,通过 ?tab=financial&sub=... 控制。

子 TabURL 参数内容
Summarysub=summary(默认)三大报表头部数字的单页概览。
Key Indicatorssub=key-indicators毛利率、ROE / ROA / ROIC、杠杆比率、估值倍数(含同行对比)。
Income Statementsub=income-statement营收、成本、营业利润、净利润——季度与年度。
Balance Sheetsub=balance-sheet资产、负债、权益——季度与年度。
Cash Flowsub=cash-flow经营 / 投资 / 融资活动现金流——季度与年度。

每个子 Tab 支持多期对比,表格操作里可导出 CSV。

Financial 子 Tab


3. 港股

港股在 /stock-hk/:symbol

  • **Tab。**当前只发布了 Overview 一个 Tab;版式对齐美股 Overview(报价、关键数字、新闻条)。
  • **与美股的差异。**没有多 Tab 的 Financial / Should-I-Buy / Price Prediction——这些通过聊天直接问 Alphio AI。
  • **路由触发。**当 getAssetDetailPath 看到 locale === 'HK' 时进入这条路径。

要做港股深度,开一个聊天会话直接提问,Alphio AI 底层会拉同一套数据源。


4. ETF

ETF 在 /etf/:symbol

  • **单页详情。**报价、表现区段、前十持仓、行业 / 区域权重、费率、AUM、近期资金流。
  • **没有多 Tab。**深度问题(持仓重叠、因子暴露等)走聊天。
  • **交叉跳转。**持仓行直接跳进底层 ticker 的详情页。

5. 用聊天问 Alphio AI

研究 Tab 之外,直接问 Alphio AI 更高效。几个起手 prompt:

  • "Should I buy NVDA?" — 出 Should-I-Buy 结论卡片。
  • "Compare AAPL and MSFT cash flow over the last 4 quarters." — 给出并列 Cash Flow 表。
  • "Why did TSLA drop today?" — 拉今日新闻、基本面变化、资金流信号。
  • "Forecast SPY over the next 3 months." — 出 Price Prediction 卡片。
  • "Earnings reminders for my watchlist this week." — 出 Earnings Reminder 卡片。

完整 prompt 范式见 How to chat;这些 prompt 触发的卡片见 Chat cards


6. 加入自选股

研究流里可以一键把 symbol 加入自选股。

  • **详情页内。**点击页头的 + / Watchlist 切换,立即持久化。
  • **聊天卡片内。**Snapshot、Rating、Should-I-Buy 等卡片暴露加自选动作,一键加入。
  • **symbol 搜索弹窗。**搜索结果每行 hover 后会出现 +。

打开 /watchlist 查看完整自选股。


Agent Instructions: Querying This Documentation

If you need information not on this page, you can query the docs dynamically by sending a GET request with the ask query parameter:

GET https://docs.alphio.ai/zh/research/stocks-research.md?ask=<question>

The question should be specific, self-contained, and written in natural language. The response includes a direct answer plus relevant excerpts and sources.