longbridge-stock-research

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

longbridge-stock-research

longbridge-stock-research

Generates a concise equity research snapshot for a single stock by aggregating analyst consensus, key financials, valuation, 60-day price performance, and recent news — structured like a sell-side research brief.
Response language: match the user's input language — Simplified Chinese / Traditional Chinese / English.
通过整合分析师共识、关键财务数据、估值、60天价格表现以及近期新闻,为单只股票生成简洁的股票研究快照——结构类似卖方研究简报。
响应语言:匹配用户输入语言——简体中文/繁体中文/英文。

When to use

使用场景

Trigger when the user asks for a holistic view of a stock combining multiple data sources:
  • "给我做一个 NVDA 的研究报告" / "幫我分析一下 700.HK" / "Do a research brief on TSLA"
  • "个股快照", "综合分析 AAPL", "stock deep dive into ARM"
For single-datatype queries (price only, valuation only, news only), prefer the dedicated skill instead.
当用户要求结合多数据源获取股票的整体视图时触发:
  • "给我做一个 NVDA 的研究报告" / "幫我分析一下 700.HK" / "Do a research brief on TSLA"
  • "个股快照", "综合分析 AAPL", "stock deep dive into ARM"
对于单一数据类型的查询(仅价格、仅估值、仅新闻),优先使用专用技能。

Workflow

工作流程

  1. Parse the symbol and normalise to
    <CODE>.<MARKET>
    (see symbol format below).
  2. Run all five CLI commands (parallel is fine):
    • Analyst consensus estimates
    • Income statement (latest 4 quarters or annual)
    • Valuation snapshot
    • Recent news (latest 10 items)
    • 60-day daily candlestick
  3. Synthesise into a structured research brief (see Output section).
  4. Cite data source as Longbridge Securities / 数据来源:长桥证券 / 數據來源:長橋證券.
  1. 解析股票代码并标准化为
    <CODE>.<MARKET>
    (见下方代码格式)。
  2. 运行全部5个CLI命令(可并行执行):
    • 分析师共识预期
    • 利润表(最近4个季度或年度数据)
    • 估值快照
    • 近期新闻(最新10条)
    • 60天日K线
  3. 将数据合成为结构化研究简报(见输出部分)。
  4. 注明数据源为 Longbridge Securities / 数据来源:长桥证券 / 數據來源:長橋證券

Symbol format

代码格式

<CODE>.<MARKET>
— e.g.
NVDA.US
,
700.HK
,
600519.SH
,
300750.SZ
,
D05.SG
. If the market is ambiguous, ask the user.
<CODE>.<MARKET>
— 例如
NVDA.US
,
700.HK
,
600519.SH
,
300750.SZ
,
D05.SG
。若市场信息不明确,请询问用户。

CLI

CLI

If you're unsure of exact flag names or defaults, run
longbridge <subcommand> --help
first.
bash
undefined
若不确定确切的标志名称或默认值,请先运行
longbridge <subcommand> --help
bash
undefined

Analyst consensus (target price, EPS estimates, rating distribution)

Analyst consensus (target price, EPS estimates, rating distribution)

longbridge consensus <SYMBOL> --format json
longbridge consensus <SYMBOL> --format json

Income statement (revenue, net income, EPS — quarterly)

Income statement (revenue, net income, EPS — quarterly)

longbridge financial-report <SYMBOL> --kind IS --format json
longbridge financial-report <SYMBOL> --kind IS --format json

Valuation snapshot (PE / PB / PS / EV-EBITDA)

Valuation snapshot (PE / PB / PS / EV-EBITDA)

longbridge valuation <SYMBOL> --format json
longbridge valuation <SYMBOL> --format json

Recent news (latest 10 items)

Recent news (latest 10 items)

longbridge news <SYMBOL> --format json
longbridge news <SYMBOL> --format json

60-day daily OHLCV

60-day daily OHLCV

longbridge kline <SYMBOL> --period day --count 60 --format json
undefined
longbridge kline <SYMBOL> --period day --count 60 --format json
undefined

Output

输出格式

Structure the response as a research brief with these sections:
  1. Company snapshot — name, market, sector, market cap, current price + 60-day change
  2. Financial highlights — revenue / net income / EPS (last reported + YoY growth)
  3. Valuation — PE / PB / PS vs industry median (if available)
  4. Analyst consensus — avg target price, buy/hold/sell count, implied upside
  5. Price performance — 60-day return, high/low range
  6. Key news — top 3–5 items with date and one-line summary
  7. Investment considerations — balanced bull/bear summary (2–3 points each)
将响应结构化为包含以下章节的研究简报:
  1. 公司快照 — 名称、市场、行业、市值、当前价格+60天变动
  2. 财务亮点 — 营收/净利润/EPS(最新报告期+同比增长率)
  3. 估值情况 — PE/PB/PS与行业中位数对比(若可用)
  4. 分析师共识 — 平均目标价、买入/持有/卖出评级数量、隐含上涨空间
  5. 价格表现 — 60天回报率、高低区间
  6. 关键新闻 — 前3-5条新闻,包含日期和一行摘要
  7. 投资考量 — 多空平衡总结(各2-3点)

Error handling

错误处理

SituationSimplified ChineseTraditional Chinese / English
command not found: longbridge
回退到 MCP;否则提示用户安装 longbridge-terminal回退到 MCP;否則提示安裝 / Fall back to MCP; otherwise prompt to install longbridge-terminal
not logged in
/
unauthorized
请运行
longbridge auth login
請運行
longbridge auth login
/ Run
longbridge auth login
Invalid symbol /
param_error
请确认股票代码格式,例如 NVDA.US請確認股票代碼格式 / Check symbol format e.g. NVDA.US
Other stderr原样展示错误信息,不重试原樣展示錯誤,不重試 / Surface verbatim, no silent retry
场景简体中文繁体中文 / 英文
command not found: longbridge
回退到MCP;否则提示用户安装longbridge-terminal回退到MCP;否則提示安裝 / Fall back to MCP; otherwise prompt to install longbridge-terminal
not logged in
/
unauthorized
请运行
longbridge auth login
請運行
longbridge auth login
/ Run
longbridge auth login
Invalid symbol /
param_error
请确认股票代码格式,例如 NVDA.US請確認股票代碼格式 / Check symbol format e.g. NVDA.US
Other stderr原样展示错误信息,不重试原樣展示錯誤,不重試 / Surface verbatim, no silent retry

Related skills

相关技能

User asksRoute to
Price only
longbridge-quote
Valuation percentile history
longbridge-valuation
Peer comparison
longbridge-peer-comparison
News only
longbridge-news
Earnings-focused analysis
longbridge-fundamental
Post-earnings update report
longbridge-earnings
Pre-earnings preview
longbridge-earnings-preview
用户提问跳转至
仅查询价格
longbridge-quote
估值百分位历史
longbridge-valuation
同业对比
longbridge-peer-comparison
仅查询新闻
longbridge-news
以盈利为重点的分析
longbridge-fundamental
盈利后更新报告
longbridge-earnings
盈利前预览
longbridge-earnings-preview

File layout

文件结构

longbridge-stock-research/
└── SKILL.md
Prompt-only — no
scripts/
. Discover the latest CLI flags via
longbridge <subcommand> --help
.
longbridge-stock-research/
└── SKILL.md
仅需提示信息——无
scripts/
目录。通过
longbridge <subcommand> --help
了解最新的CLI标志。