longbridge-basicinfo

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

longbridge-basicinfo

longbridge-basicinfo

Static basic information for Longbridge-tradable securities across all categories — stocks, ETFs, options, warrants. Returns name, listing date, exchange, industry, share structure, market cap, IPO price, website, and address.
Response language: match the user's input language — Simplified Chinese / Traditional Chinese / English.
所有Longbridge可交易品类的证券静态基础信息——股票、ETF、期权、权证。返回名称、上市日期、交易所、行业、股权结构、市值、IPO价格、官网及地址。
响应语言:匹配用户输入语言——简体中文/繁体中文/英文。

When to use

使用场景

Trigger when the user asks about:
  • Company name / exchange / listing date — "茅台是什么时候上市的", "AAPL 在哪个交易所"
  • Share structure (total shares, circulating shares, free float) — "NVDA 总股本多少"
  • IPO price / founding info — "700.HK 上市价格是多少"
  • Official website or company address — "Apple 官网", "腾讯公司地址"
  • Industry classification — "特斯拉属于什么行业"
For live price / volume, defer to
longbridge-quote
. For executives / board / major shareholders, defer to
longbridge-corporate
.
当用户询问以下内容时触发:
  • 公司名称/交易所/上市日期 — "茅台是什么时候上市的", "AAPL 在哪个交易所"
  • 股权结构(总股本、流通股、自由流通股) — "NVDA 总股本多少"
  • IPO价格/成立信息 — "700.HK 上市价格是多少"
  • 官方网站或公司地址 — "Apple 官网", "腾讯公司地址"
  • 行业分类 — "特斯拉属于什么行业"
如需实时价格/成交量,请转至
longbridge-quote
。如需高管/董事会/主要股东信息,请转至
longbridge-corporate

Workflow

工作流程

  1. Normalise the symbol to
    <CODE>.<MARKET>
    format (see symbol table below).
  2. Run
    longbridge static
    to get share structure and listing metadata.
  3. Run
    longbridge company
    to get company profile (name, website, address, founding date, employees).
  4. Optionally run
    longbridge calc-index
    for market-cap derived from real-time data.
  5. Merge results by
    symbol
    and present as a structured summary.
  1. 将标的代码标准化为
    <CODE>.<MARKET>
    格式(见下方标的代码表)。
  2. 运行
    longbridge static
    获取股权结构和上市元数据。
  3. 运行
    longbridge company
    获取公司概况(名称、官网、地址、成立日期、员工数)。
  4. 可选择运行
    longbridge calc-index
    获取基于实时数据计算的市值。
  5. symbol
    合并结果,并以结构化摘要形式呈现。

Symbol format

标的代码格式

PatternMarketExample
Uppercase ticker
.US
AAPL.US
,
NVDA.US
4-digit numeric
.HK
700.HK
,
9988.HK
6-digit starts
60
.SH
600519.SH
6-digit starts
00
/
30
.SZ
300750.SZ
Singapore
.SG
D05.SG
格式市场示例
大写代码
.US
AAPL.US
,
NVDA.US
4位数字
.HK
700.HK
,
9988.HK
6位数字以
60
开头
.SH
600519.SH
6位数字以
00
/
30
开头
.SZ
300750.SZ
新加坡
.SG
D05.SG

CLI

CLI

bash
undefined
bash
undefined

Static share structure and listing info

静态股权结构和上市信息

longbridge static <SYMBOL> --format json
longbridge static <SYMBOL> --format json

Company profile (name, address, website, employees)

公司概况(名称、地址、官网、员工数)

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

Market cap and valuation indices

市值及估值指标

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

> If unsure of exact flag names, run `longbridge static --help`, `longbridge company --help`, or `longbridge calc-index --help` first — the CLI self-documents all arguments.
longbridge calc-index <SYMBOL> --index total_market_value --format json

> 若不确定确切的参数名称,请先运行`longbridge static --help`、`longbridge company --help`或`longbridge calc-index --help`——CLI会自动记录所有参数说明。

Output

输出结果

Merge the three JSON responses by
symbol
and present key fields:
Field简体繁體English
Company name公司名称公司名稱Company name
Exchange交易所交易所Exchange
Listing date上市日期上市日期Listing date
Industry行业行業Industry
Total shares总股本總股本Total shares
Circulating shares流通股流通股Circulating shares
IPO priceIPO价格IPO價格IPO price
Market cap总市值總市值Market cap
Website官网官網Website
Address地址地址Address
symbol
合并三个JSON响应,并展示关键字段:
字段简体繁體English
Company name公司名称公司名稱Company name
Exchange交易所交易所Exchange
Listing date上市日期上市日期Listing date
Industry行业行業Industry
Total shares总股本總股本Total shares
Circulating shares流通股流通股Circulating shares
IPO priceIPO价格IPO價格IPO price
Market cap总市值總市值Market cap
Website官网官網Website
Address地址地址Address

Error handling

错误处理

Situation简体回复繁體回覆English reply
command not found: longbridge
请先安装 longbridge-terminal請先安裝 longbridge-terminalPlease install longbridge-terminal first
not logged in
/
unauthorized
请运行
longbridge auth login
請執行
longbridge auth login
Please run
longbridge auth login
invalid symbol
/
param_error
请确认标的代码格式
CODE.MARKET
請確認標的代碼格式Please verify symbol format
CODE.MARKET
Other stderr原样展示错误信息,不重试原樣展示錯誤,不重試Surface verbatim, do not retry
场景简体回复繁體回覆English reply
command not found: longbridge
请先安装 longbridge-terminal請先安裝 longbridge-terminalPlease install longbridge-terminal first
not logged in
/
unauthorized
请运行
longbridge auth login
請執行
longbridge auth login
Please run
longbridge auth login
invalid symbol
/
param_error
请确认标的代码格式
CODE.MARKET
請確認標的代碼格式Please verify symbol format
CODE.MARKET
其他标准错误输出原样展示错误信息,不重试原樣展示錯誤,不重試Surface verbatim, do not retry

MCP fallback

MCP fallback

If the CLI binary is unavailable, fall back to
mcp__longbridge__static_info
and
mcp__longbridge__company_profile
when the MCP server is configured.
若CLI二进制文件不可用,当MCP服务器已配置时,可回退至
mcp__longbridge__static_info
mcp__longbridge__company_profile

Related skills

相关技能

User asksRoute to
Live price / volume
longbridge-quote
Executives / board / major shareholders
longbridge-corporate
Share structure + top-10 shareholders
longbridge-ownership
Fundamentals / financials
longbridge-fundamental
Candlestick / price history
longbridge-kline
用户询问内容转至
实时价格/成交量
longbridge-quote
高管/董事会/主要股东
longbridge-corporate
股权结构+前十大股东
longbridge-ownership
基本面/财务数据
longbridge-fundamental
K线/价格历史
longbridge-kline

File layout

文件结构

longbridge-basicinfo/
└── SKILL.md
Prompt-only — no
scripts/
. Discover current CLI flags via
longbridge <subcommand> --help
.
longbridge-basicinfo/
└── SKILL.md
仅含提示信息——无
scripts/
目录。通过
longbridge <subcommand> --help
查看当前CLI参数。