longbridge-basicinfo
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chineselongbridge-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 . For executives / board / major shareholders, defer to .
longbridge-quotelongbridge-corporate当用户询问以下内容时触发:
- 公司名称/交易所/上市日期 — "茅台是什么时候上市的", "AAPL 在哪个交易所"
- 股权结构(总股本、流通股、自由流通股) — "NVDA 总股本多少"
- IPO价格/成立信息 — "700.HK 上市价格是多少"
- 官方网站或公司地址 — "Apple 官网", "腾讯公司地址"
- 行业分类 — "特斯拉属于什么行业"
如需实时价格/成交量,请转至。如需高管/董事会/主要股东信息,请转至。
longbridge-quotelongbridge-corporateWorkflow
工作流程
- Normalise the symbol to format (see symbol table below).
<CODE>.<MARKET> - Run to get share structure and listing metadata.
longbridge static - Run to get company profile (name, website, address, founding date, employees).
longbridge company - Optionally run for market-cap derived from real-time data.
longbridge calc-index - Merge results by and present as a structured summary.
symbol
- 将标的代码标准化为格式(见下方标的代码表)。
<CODE>.<MARKET> - 运行获取股权结构和上市元数据。
longbridge static - 运行获取公司概况(名称、官网、地址、成立日期、员工数)。
longbridge company - 可选择运行获取基于实时数据计算的市值。
longbridge calc-index - 按合并结果,并以结构化摘要形式呈现。
symbol
Symbol format
标的代码格式
| Pattern | Market | Example |
|---|---|---|
| Uppercase ticker | | |
| 4-digit numeric | | |
6-digit starts | | |
6-digit starts | | |
| Singapore | | |
| 格式 | 市场 | 示例 |
|---|---|---|
| 大写代码 | | |
| 4位数字 | | |
6位数字以 | | |
6位数字以 | | |
| 新加坡 | | |
CLI
CLI
bash
undefinedbash
undefinedStatic 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 and present key fields:
symbol| Field | 简体 | 繁體 | English |
|---|---|---|---|
| Company name | 公司名称 | 公司名稱 | Company name |
| Exchange | 交易所 | 交易所 | Exchange |
| Listing date | 上市日期 | 上市日期 | Listing date |
| Industry | 行业 | 行業 | Industry |
| Total shares | 总股本 | 總股本 | Total shares |
| Circulating shares | 流通股 | 流通股 | Circulating shares |
| IPO price | IPO价格 | IPO價格 | IPO price |
| Market cap | 总市值 | 總市值 | Market cap |
| Website | 官网 | 官網 | Website |
| Address | 地址 | 地址 | Address |
按合并三个JSON响应,并展示关键字段:
symbol| 字段 | 简体 | 繁體 | English |
|---|---|---|---|
| Company name | 公司名称 | 公司名稱 | Company name |
| Exchange | 交易所 | 交易所 | Exchange |
| Listing date | 上市日期 | 上市日期 | Listing date |
| Industry | 行业 | 行業 | Industry |
| Total shares | 总股本 | 總股本 | Total shares |
| Circulating shares | 流通股 | 流通股 | Circulating shares |
| IPO price | IPO价格 | IPO價格 | IPO price |
| Market cap | 总市值 | 總市值 | Market cap |
| Website | 官网 | 官網 | Website |
| Address | 地址 | 地址 | Address |
Error handling
错误处理
| Situation | 简体回复 | 繁體回覆 | English reply |
|---|---|---|---|
| 请先安装 longbridge-terminal | 請先安裝 longbridge-terminal | Please install longbridge-terminal first |
| 请运行 | 請執行 | Please run |
| 请确认标的代码格式 | 請確認標的代碼格式 | Please verify symbol format |
| Other stderr | 原样展示错误信息,不重试 | 原樣展示錯誤,不重試 | Surface verbatim, do not retry |
| 场景 | 简体回复 | 繁體回覆 | English reply |
|---|---|---|---|
| 请先安装 longbridge-terminal | 請先安裝 longbridge-terminal | Please install longbridge-terminal first |
| 请运行 | 請執行 | Please run |
| 请确认标的代码格式 | 請確認標的代碼格式 | Please verify symbol format |
| 其他标准错误输出 | 原样展示错误信息,不重试 | 原樣展示錯誤,不重試 | Surface verbatim, do not retry |
MCP fallback
MCP fallback
If the CLI binary is unavailable, fall back to and when the MCP server is configured.
mcp__longbridge__static_infomcp__longbridge__company_profile若CLI二进制文件不可用,当MCP服务器已配置时,可回退至和。
mcp__longbridge__static_infomcp__longbridge__company_profileRelated skills
相关技能
| User asks | Route to |
|---|---|
| Live price / volume | |
| Executives / board / major shareholders | |
| Share structure + top-10 shareholders | |
| Fundamentals / financials | |
| Candlestick / price history | |
| 用户询问内容 | 转至 |
|---|---|
| 实时价格/成交量 | |
| 高管/董事会/主要股东 | |
| 股权结构+前十大股东 | |
| 基本面/财务数据 | |
| K线/价格历史 | |
File layout
文件结构
longbridge-basicinfo/
└── SKILL.mdPrompt-only — no . Discover current CLI flags via .
scripts/longbridge <subcommand> --helplongbridge-basicinfo/
└── SKILL.md仅含提示信息——无目录。通过查看当前CLI参数。
scripts/longbridge <subcommand> --help