Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

financial-analysis-comps财务分析比较

Agent Skill

financial-analysis-comps 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

489

周安装

21

GitHub Stars

5

下载量

171
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:financial-analysis-comps(财务分析比较)
来源仓库:https://github.com/pionex-official/pionex-skills
仓库路径:skills/financial-analysis-comps
安装命令:
npx skills add https://github.com/pionex-official/pionex-skills --skill financial-analysis-comps
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/pionex-official/pionex-skills --skill financial-analysis-comps

简介

用于查找、检索和筛选相关信息。financial-analysis-comps 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

  • 适合在关键词搜索或任务场景下快速定位候选结果。
  • 可结合来源仓库和原始 README 进一步核验具体用法。
  • 安装前建议确认权限范围和维护状态,避免意外操作。
  • 注意检查是否会触发联网、命令执行或文件读写行为。

SKILL.md

Comparable Company Analysis

Institutional-grade peer benchmarking for US stocks. Compares financial metrics (margins, growth, ROE), valuation multiples (P/E, P/S, EV/EBITDA, EV/Revenue), and provides statistical context (median, percentiles, percentile ranks). Data from SEC EDGAR (financials) and Yahoo Finance (market data).

Setup

No dependencies required. All scripts use Python standard library only.

Workflow

Step 1 — Run the comps script

bash run.sh <SYMBOL1> <SYMBOL2> <SYMBOL3> ...

Max 10 symbols. Returns JSON with:

  • Financial metrics: revenue, margins (gross/operating/net), ROE, YoY growth
  • Valuation multiples: P/E, P/S, EV/EBITDA, EV/Revenue
  • Peer statistics: min, p25, median, p75, max for each metric
  • Percentile ranks: each company's rank within the peer group (0=lowest, 100=highest)

For single-company deep dive, use fundamentals instead:

bash run.sh <SYMBOL>  # single company returns full metrics

Step 2 — Section 1: Comparison Table

CompanyRevenueGross MarginOp MarginNet MarginROERev GrowthP/EEV/EBITDA
AAPL$416B46.9%32.0%26.9%157%+6.4%33.0x25.1x
MSFT$282B68.8%45.6%36.1%35%+14.9%27.2x21.5x

Include all available multiples. If EV/EBITDA is shown, note that EBITDA is approximated as operating income (D&A not available from SEC EDGAR).

Yahoo Finance unavailable: If P/E, P/S, EV/EBITDA, and EV/Revenue are null for all companies (Yahoo Finance endpoint failed), omit those columns from the table and add a note: "Valuation multiples unavailable — Yahoo Finance data could not be retrieved. Comparison is based on SEC EDGAR fundamentals only (margins, growth, ROE)." Rank by margins and growth instead.

Step 3 — Section 2: Statistical Summary

Use the peer_statistics from script output. Present as summary rows below the table:

StatGross MarginOp MarginNet MarginROERev GrowthP/EEV/EBITDA
Max68.8%45.6%36.1%157%+14.9%33.0x25.1x
Median57.9%38.8%31.5%96%+10.7%30.1x23.3x
Min46.9%32.0%26.9%35%+6.4%27.2x21.5x

If 5+ companies, include p25 and p75 rows — with fewer than 5 data points, percentiles are not statistically meaningful and can mislead (e.g. p25 of 3 values is just near the min). Only include columns in the statistics table that have data for at least 2 companies — omit any column that is entirely null.

Step 4 — Section 3: Investment Interpretation

Use the percentile_ranks from script output. For each company, highlight where it stands relative to peers:

AAPL: Margins below median (p27), cheapest valuation (P/E p0), slowest growth (p0)
MSFT: Highest margins (p100), fastest growth (p100), richer valuation (P/E p100)

Focus on outliers — metrics where a company is notably above p75 or below p25 vs peers.

Then synthesize findings:

  • Premium vs. discount: which companies trade at a premium/discount to peer median on multiples, and is it justified by growth or margins?
  • Best positioned: which offers the best combination of growth + margins at reasonable valuation?
  • Watch out: any company where valuation is high but fundamentals are deteriorating?

Formatting Rules

  • Revenue/Net Income: B or M, e.g. "$416.2B"
  • EPS: plain decimal, e.g. "$7.46"
  • Margins, growth, ROE: one decimal percent, e.g. "26.9%"
  • Multiples: one decimal, e.g. "28.4x"
  • Percentile: integer, e.g. "p75"

Limitations

  • US stocks only: SEC EDGAR covers US-listed equities
  • Annual data: uses 10-K filings; quarterly shifts may not be reflected
  • EV/EBITDA approximation: uses operating income as EBITDA proxy (D&A not in EDGAR XBRL)
  • No analyst estimates: reported actuals only, not consensus forecasts

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

33.74%
按下载量换算58

Claude

31.77%
按下载量换算54

Cursor

17.58%
按下载量换算30

Gemini CLI

10.49%
按下载量换算18

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills