longbridge-operating

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

longbridge-operating

longbridge-operating

Period-by-period operating and financial KPI breakdown for listed companies — quarterly or annual, sourced from Longbridge Securities.
Response language: match the user's input language — Simplified Chinese / Traditional Chinese / English.
通过Longbridge Securities获取上市公司按报告期拆分的运营及财务KPI数据——支持季度或年度维度。
响应语言:匹配用户输入语言——简体中文 / 繁体中文 / 英文。

When to use

使用场景

  • "700.HK 分季度财务", "腾讯季度营收趋势", "Tencent quarterly revenue"
  • "看一下 2388.HK 各季度利润", "700.HK annual operating data"
  • "港股季报数据", "HK stock quarterly financials"
  • Not suitable: US-listed (TSLA.US, NVDA.US) or A-share stocks — the
    operating
    endpoint returns empty for those markets; redirect to
    longbridge-fundamental
    instead.
  • "700.HK 分季度财务", "腾讯季度营收趋势", "Tencent quarterly revenue"
  • "看一下 2388.HK 各季度利润", "700.HK annual operating data"
  • "港股季报数据", "HK stock quarterly financials"
  • 不适用场景:美股(TSLA.US、NVDA.US)或A股标的——
    operating
    接口对这些市场返回空结果;建议改用
    longbridge-fundamental

Workflow

工作流程

  1. Resolve symbol to
    <CODE>.<MARKET>
    .
  2. Confirm it is an HK-listed stock (
    .HK
    ). If not, warn the user that operating data is currently HK-only and suggest
    longbridge-fundamental
    for non-HK symbols.
  3. Determine report filter from context: all periods (default), annual (
    af
    ), or specific quarters (
    q1
    ,
    q2
    ,
    q3
    ,
    q4
    , comma-separated).
  4. Call
    longbridge operating
    with
    --format json
    . Run
    --help
    first if unsure about flags.
  5. Present results as a period table sorted newest-first; highlight YoY and QoQ changes where computable.
  1. 将标的解析为
    <CODE>.<MARKET>
    格式。
  2. 确认其为港股(
    .HK
    )标的。若不是,告知用户目前运营数据仅支持港股,并建议非港股标的使用
    longbridge-fundamental
  3. 根据上下文确定报告筛选条件:所有报告期(默认)、年度报告(
    af
    )或特定季度(
    q1
    q2
    q3
    q4
    ,用逗号分隔)。
  4. 使用
    --format json
    参数调用
    longbridge operating
    命令。若不确定参数,先运行
    --help
    查看。
  5. 将结果以按最新报告期排序的表格形式呈现;在可计算的情况下,突出显示同比(YoY)及环比(QoQ)变化。

CLI

命令行界面(CLI)

Run
longbridge operating --help
to verify exact flags before use.
bash
undefined
使用前运行
longbridge operating --help
确认具体参数。
bash
undefined

All reporting periods (default)

所有报告期(默认)

longbridge operating 700.HK --format json
longbridge operating 700.HK --format json

Annual reports only

仅年度报告

longbridge operating 700.HK --report af --format json
longbridge operating 700.HK --report af --format json

Specific quarters

特定季度

longbridge operating 700.HK --report q1,q3 --format json
longbridge operating 700.HK --report q1,q3 --format json

Check available flags

查看可用参数

longbridge operating --help
undefined
longbridge operating --help
undefined

Output

输出

Render as a table sorted newest period first. Include at minimum:
Period简体繁體English
period
报告期報告期Period
revenue
营收營收Revenue
net_income
净利润淨利潤Net income
eps
每股收益每股盈利EPS
roe
净资产收益率股本回報率ROE
gross_margin
毛利率毛利率Gross margin
Where YoY / QoQ changes are computable from the returned data, add a
Δ%
column. Cite Longbridge Securities.
HK-only notice (always show when user asks for a non-HK symbol):
简体:
operating
命令目前仅支持港股,{SYMBOL} 暂无数据,建议改用
longbridge-fundamental
。 繁體:
operating
命令目前僅支援港股,{SYMBOL} 暫無數據,建議改用
longbridge-fundamental
。 English: The
operating
command currently returns data for HK-listed stocks only. No data for {SYMBOL} — try
longbridge-fundamental
instead.
以按最新报告期排序的表格形式展示。至少包含以下内容:
Period简体繁體English
period
报告期報告期Period
revenue
营收營收Revenue
net_income
净利润淨利潤Net income
eps
每股收益每股盈利EPS
roe
净资产收益率股本回報率ROE
gross_margin
毛利率毛利率Gross margin
若返回数据可计算同比/环比变化,添加
Δ%
列。标注数据来源为Longbridge Securities。
仅支持港股提示(当用户查询非港股标的时始终显示):
简体:
operating
命令目前仅支持港股,{SYMBOL} 暂无数据,建议改用
longbridge-fundamental
。 繁體:
operating
命令目前僅支援港股,{SYMBOL} 暫無數據,建議改用
longbridge-fundamental
。 English: The
operating
command currently returns data for HK-listed stocks only. No data for {SYMBOL} — try
longbridge-fundamental
instead.

Error handling

错误处理

Situation简体繁體English
command not found: longbridge
退回 MCP;如未配置,提示安装 longbridge-terminal退回 MCP;如未設定,提示安裝 longbridge-terminalFall back to MCP; if unavailable, ask user to install longbridge-terminal
Empty result (non-HK symbol)见 HK-only notice見 HK-only noticeSee HK-only notice above
not logged in
请运行
longbridge auth login
請執行
longbridge auth login
Run
longbridge auth login
Other stderr原文转达原文轉達Relay verbatim
场景简体繁體English
command not found: longbridge
退回MCP;若未配置,提示安装longbridge-terminal退回MCP;若未設定,提示安裝longbridge-terminalFall back to MCP; if unavailable, ask user to install longbridge-terminal
空结果(非港股标的)见「仅支持港股提示」見「僅支援港股提示」See HK-only notice above
not logged in
请运行
longbridge auth login
請執行
longbridge auth login
Run
longbridge auth login
其他标准错误输出原文转达原文轉達Relay verbatim

MCP fallback

MCP fallback

If
longbridge
CLI is not installed, use:
CLI usageMCP tool
operating <SYMBOL>
mcp__longbridge__operating_data
若未安装
longbridge
CLI工具,使用以下替代方式:
CLI用法MCP工具
operating <SYMBOL>
mcp__longbridge__operating_data

Related skills

相关技能

  • Snapshot KPIs (revenue / EPS / margins) →
    longbridge-fundamental
  • Analyst consensus estimates →
    longbridge-consensus
  • Earnings calendar →
    longbridge-calendar
  • 快照KPI(营收/EPS/毛利率)→
    longbridge-fundamental
  • 分析师一致预期 →
    longbridge-consensus
  • 财报日历 →
    longbridge-calendar

File layout

文件结构

longbridge-operating/
└── SKILL.md          # prompt-only, no scripts/
longbridge-operating/
└── SKILL.md          # 仅提示文件,无scripts/目录