longbridge-company-tearsheet

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

longbridge-company-tearsheet

longbridge-company-tearsheet

High-density company snapshot — business, financials, valuation, shareholders, and catalysts on one page.
Response language: match the user's input language — Simplified Chinese / Traditional Chinese / English.
高密度公司快照——一页纸涵盖业务、财务、估值、股东及催化因素。
响应语言:匹配用户输入语言——简体中文/繁体中文/英文。

When to use

使用场景

Trigger on prompts asking for:
  • A compact company overview — "给我 AAPL 的公司简报", "TSLA tearsheet", "公司快照"
  • One-pager for a stock — "one-pager for 9988.HK", "一页纸分析"
  • Quick company factsheet — "company factsheet", "公司概要"
For deep financial analysis defer to
longbridge-fundamental
. For investment proposal defer to
longbridge-investment-proposal
.
当用户提出以下请求时触发:
  • 简洁的公司概述 — "给我 AAPL 的公司简报", "TSLA tearsheet", "公司快照"
  • 股票的一页纸报告 — "one-pager for 9988.HK", "一页纸分析"
  • 快速公司资料表 — "company factsheet", "公司概要"
如需深度财务分析,请调用
longbridge-fundamental
。如需投资建议,请调用
longbridge-investment-proposal

Workflow

工作流程

  1. Extract and normalise the symbol.
  2. Fetch in parallel:
    • Company profile (name, industry, founded, employees, IPO date, address)
    • Latest income statement KPIs (revenue, net income, EPS, ROE, gross margin)
    • Valuation multiples (PE, PB, EV-EBITDA)
    • Real-time quote and 52-week range
    • Major shareholders (top 5)
    • Recent news headlines (top 3)
  3. Render the tearsheet as a structured markdown output.
  4. Flag any data gaps explicitly.
If unsure of exact flag names, run
longbridge <subcommand> --help
before proceeding.
  1. 提取并标准化股票代码。
  2. 并行获取以下数据:
    • 公司概况(名称、行业、成立时间、员工数、IPO日期、地址)
    • 最新利润表关键指标(营收、净利润、EPS、ROE、毛利率)
    • 估值倍数(PE、PB、EV-EBITDA)
    • 实时报价及52周价格区间
    • 主要股东(前5名)
    • 近期新闻头条(前3条)
  3. 将快照渲染为结构化Markdown输出。
  4. 明确标记任何数据缺失项。
若不确定具体命令名称,请先运行
longbridge <subcommand> --help
再操作。

CLI

CLI

bash
undefined
bash
undefined

Company profile

公司概况

longbridge company <SYMBOL> --format json
longbridge company <SYMBOL> --format json

Valuation multiples (PE, PB, etc.)

估值倍数(PE、PB等)

longbridge calc-index <SYMBOL> --format json
longbridge calc-index <SYMBOL> --format json

Latest income statement

最新利润表

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

Major shareholders

主要股东

longbridge shareholder <SYMBOL> --format json
longbridge shareholder <SYMBOL> --format json

Real-time quote

实时报价

longbridge quote <SYMBOL> --format json
longbridge quote <SYMBOL> --format json

Recent news

近期新闻

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

Output structure

输出结构

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 <Company Name>  (<SYMBOL>)          <Date>
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

OVERVIEW
Industry: ...  Founded: ...  Employees: ...
IPO: ...  Exchange: ...

PRICE SNAPSHOT
Last: $xxx.xx  Change: +x.x%  52w: $xx–$xxx
Market Cap: $xxxB  Volume: xxM

KEY FINANCIALS (LTM)
Revenue: $xxxB  Net Income: $xxxB  EPS: $x.xx
Gross Margin: xx%  ROE: xx%  FCF: $xxxB

VALUATION
PE: xx.x×  PB: x.x×  EV/EBITDA: xx.x×

TOP SHAREHOLDERS
1. <Name> — xx.x%
2. ...

RECENT CATALYSTS
• <Headline 1>
• <Headline 2>
• <Headline 3>
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 <Company Name>  (<SYMBOL>)          <Date>
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

OVERVIEW
Industry: ...  Founded: ...  Employees: ...
IPO: ...  Exchange: ...

PRICE SNAPSHOT
Last: $xxx.xx  Change: +x.x%  52w: $xx–$xxx
Market Cap: $xxxB  Volume: xxM

KEY FINANCIALS (LTM)
Revenue: $xxxB  Net Income: $xxxB  EPS: $x.xx
Gross Margin: xx%  ROE: xx%  FCF: $xxxB

VALUATION
PE: xx.x×  PB: x.x×  EV/EBITDA: xx.x×

TOP SHAREHOLDERS
1. <Name> — xx.x%
2. ...

RECENT CATALYSTS
• <Headline 1>
• <Headline 2>
• <Headline 3>
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Error handling

错误处理

Situation简体回复繁體回復English reply
Symbol not found未找到该代码,请确认市场和格式。找不到該代碼,請確認市場和格式。Symbol not found — verify the exchange and ticker.
Partial data missing部分数据暂不可用,已用"—"标注。部分數據暫不可用,已用"—"標注。Some data unavailable — marked with "—".
command not found: longbridge
请安装 longbridge-terminal 或通过 MCP 连接。請安裝 longbridge-terminal 或透過 MCP 連線。Install longbridge-terminal or connect via MCP.
not logged in
请运行
longbridge auth login
請執行
longbridge auth login
Run
longbridge auth login
.
Situation简体回复繁體回復English reply
Symbol not found未找到该代码,请确认市场和格式。找不到該代碼,請確認市場和格式。Symbol not found — verify the exchange and ticker.
Partial data missing部分数据暂不可用,已用"—"标注。部分數據暫不可用,已用"—"標注。Some data unavailable — marked with "—".
command not found: longbridge
请安装 longbridge-terminal 或通过 MCP 连接。請安裝 longbridge-terminal 或透過 MCP 連線。Install longbridge-terminal or connect via MCP.
not logged in
请运行
longbridge auth login
請執行
longbridge auth login
Run
longbridge auth login
.

MCP fallback

MCP备选方案

If
longbridge
binary is not found, fall back to
mcp__longbridge__company
,
mcp__longbridge__quote
,
mcp__longbridge__financial_report
, and
mcp__longbridge__news
.
若未找到
longbridge
二进制文件,可改用
mcp__longbridge__company
mcp__longbridge__quote
mcp__longbridge__financial_report
mcp__longbridge__news

Related skills

相关技能

  • longbridge-fundamental
    — deep financial analysis
  • longbridge-corporate
    — ownership structure and management team
  • longbridge-investment-proposal
    — full investment memo
  • longbridge-valuation
    — historical valuation percentile
  • longbridge-fundamental
    — 深度财务分析
  • longbridge-corporate
    — 股权结构及管理团队
  • longbridge-investment-proposal
    — 完整投资备忘录
  • longbridge-valuation
    — 历史估值百分位

File layout

文件结构

skills/longbridge-company-tearsheet/
└── SKILL.md
skills/longbridge-company-tearsheet/
└── SKILL.md