Loading...
Loading...
Real-time quotes, static reference, and valuation indices for stocks listed in HK / US / A-share / Singapore via Longbridge Securities. Returns last price, change, volume, turnover, market cap, industry, PE/PB, turnover-rate, and other indicators. Triggers: "现在多少钱", "股价", "涨跌幅", "成交量", "市值", "市盈率", "PE", "PB", "换手率", "行业", "現在多少", "股價", "成交量", "市值", "市盈率", "stock price", "current price", "quote", "market cap", "PE ratio", "valuation", "NVDA price", "AAPL quote", "茅台市值", "腾讯股价", "700.HK", "600519.SH".
npx skill4agent add longbridge/skills longbridge-quoteResponse language: match the user's input language — Simplified Chinese / Traditional Chinese / English.
longbridge-peer-comparisonlongbridge-valuation<CODE>.<MARKET>| Pattern | Market | Example |
|---|---|---|
| Uppercase ticker (US) | | |
| 4-digit numeric | | |
6-digit, starts | | |
6-digit, starts | | |
| Singapore ticker | | |
| Chinese / English company name | use knowledge | 腾讯 → |
| CLI command | Returns |
|---|---|
| last / open / high / low / prev_close / volume / turnover / trade_status |
| name / industry / lot_size / total_shares / circulating_shares / EPS / BPS / dividend yield / currency |
| per-symbol valuation indices (PE, PB, turnover_rate, total_market_value, change_rate, …) |
If you're ever unsure of the exact flag names or defaults, runfirst — every Longbridge CLI subcommand self-documents its arguments, defaults, and examples. Do not hard-code flag names from this SKILL.md if the CLI version may have evolved.longbridge <subcommand> --help
<CODE>.<MARKET>longbridge quote …longbridge static …longbridge calc-index … --index pe,pb,…symbol# Single-symbol quote
longbridge quote NVDA.US --format json
# Multi-symbol quote
longbridge quote NVDA.US 700.HK 600519.SH --format json
# Static reference
longbridge static 600519.SH --format json
# Valuation indices
longbridge calc-index NVDA.US --index pe,pb,turnover_rate --format json
# Full snapshot (run all three and merge)
longbridge quote NVDA.US --format json
longbridge static NVDA.US --format json
longbridge calc-index NVDA.US --index pe,pb,total_market_value --format jsoncalc-index --indexlongbridge calc-index --help"-"nullsymbol{
"symbol": "NVDA.US",
"quote": { "last": "...", "prev_close": "...", "volume": "...", ... },
"static": { "industry": "...", "eps": "...", "bps": "...", ... },
"calc_index": { "pe_ttm": "...", "pb": "...", "total_market_value": "...", ... }
}| Situation | LLM response |
|---|---|
Shell | Fall back to MCP if configured (see below); otherwise tell the user to install longbridge-terminal. |
stderr contains | Tell the user to run |
stderr contains | Re-check the |
| Other stderr | Surface verbatim — never silently retry. |
claude mcp add --transport http longbridge https://openapi.longbridge.com/mcp| CLI subcommand | MCP tool |
|---|---|
| |
| |
| |
| User asks | Route to |
|---|---|
| Candlestick / intraday chart | |
| Orderbook depth / brokers / ticks | |
| Capital flow / large-order distribution | |
| 2–5 symbol comparison | |
| Historical PE / PB percentile | |
| Earnings / fundamentals | |
| Recent news / filings | |
longbridge-quote/
├── SKILL.md
└── references/
└── calc-index-fields.mdscripts/longbridge <subcommand> --help