Agent skill · Data & Analytics

longbridge-finance-query

Cross-market financial metrics batch query — revenue, net profit, ROE, debt ratio, free cash flow, gross margin for one or more symbols across HK / US / A-share / SG markets. Supports multi-symbol horizontal comparison, similar to natural-language financial screening. Triggers: "财务数据查询", "财务指标", "营收查询", "净利润查询", "ROE查询", "负债率", "现金流查询", "毛利率查询", "财务数据批量", "財務數據查詢", "財務指標", "營收查詢", "淨利潤查詢", "ROE查詢", "負債率", "現金流查詢", "毛利率查詢", "financial data query", "revenue query", "net profit query", "ROE query", "debt ratio", "free cash flow", "gross margin query", "financial metrics", "financial comparison",

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill longbridge-finance-query --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Version: 1.0.0
Declared author: longbridge
Path: skills/analysis/longbridge-finance-query/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# longbridge-finance-query Cross-market financial metrics batch query — revenue, net profit, ROE, debt ratio, free cash flow, gross margin, and other core KPIs for one or more symbols. Supports multi-symbol horizontal comparison. > **Response language**: match the user's input language — Simplified Chinese / Traditional Chinese / English. ## When to use Trigger when the user asks about: - Core financial metrics for one or more stocks — *"NVDA 最新营收"*, *"苹果净利润"*, *"帮我查这几家公司的ROE"* - Cross-stock financial comparison — *"TSLA 和 BYD 的毛利率对比"*, *"科技股自由现金流排名"* - Specific financial line items — *"资产负债率"*, *"经营现金流"*, *"每股收益"* - Natural-language financial screening — *"哪些股票ROE超过20%"* (note: Longbridge returns data for specified symbols; full market screening is not supported) For a single company's full financial deep-dive, prefer `longbridge-fundamental`. For segment-level operating breakdown, prefer `longbridge-business-query`. ## Workflow 1. Extract all symbols from the prompt; normalise each to `<CODE>.<MARKET>`. 2. Identify which financial statements are needed: - **Income statement** (revenue, gross profit, net profit, EPS) → `--kind IS` - **Balance sheet** (total assets, total liabiliti

What's inside
Steps it walks through
  1. When to use
  2. Workflow
  3. CLI
  4. Output
  5. Error handling
  6. MCP fallback
  7. Related skills
  8. File layout
Ships with 1 file
  • metadata.json
Commands it runs
Income statement — revenue, gross profit, net profit, EPS
longbridge financial-report <SYMBOL> --kind IS --format json
Balance sheet — assets, liabilities, equity
longbridge financial-report <SYMBOL> --kind BS --format json
Cash flow — operating, investing, financing, free cash flow
longbridge financial-report <SYMBOL> --kind CF --format json
Computed indices — ROE, ROA, PE, PB
longbridge calc-index <SYMBOL> --index roe,roa,pe_ttm,pb --format json
More from claude-skill-registry
All skills →
About this skill
What does the longbridge-finance-query skill do?

Cross-market financial metrics batch query — revenue, net profit, ROE, debt ratio, free cash flow, gross margin for one or more symbols across HK / US / A-share / SG markets. Supports multi-symbol horizontal comparison, similar to natural-language financial screening. Triggers: "财务数据查询", "财务指标", "营收查询", "净利润查询", "ROE查询", "负债率", "现金流查询", "毛利率查询", "财务数据批量", "財務數據查詢", "財務指標", "營收查詢", "淨利潤查詢", "ROE查詢", "負債率", "現金流查詢", "毛利率查詢", "financial data query", "revenue query", "net profit query", "ROE query", "debt ratio", "free cash flow", "gross margin query", "financial metrics", "financial comparison",

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill longbridge-finance-query --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going