📦 Analyzing Financial Statements
企業の財務諸表データから、投資判断に必要な主要
📺 まず動画で見る(YouTube)
▶ 【Claude Code完全入門】誰でも使える/Skills活用法/経営者こそ使うべき ↗
※ jpskill.com 編集部が参考用に選んだ動画です。動画の内容と Skill の挙動は厳密には一致しないことがあります。
📜 元の英語説明(参考)
This skill calculates key financial ratios and metrics from financial statement data for investment analysis
🇯🇵 日本人クリエイター向け解説
企業の財務諸表データから、投資判断に必要な主要
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o analyzing-financial-statements.zip https://jpskill.com/download/515.zip && unzip -o analyzing-financial-statements.zip && rm analyzing-financial-statements.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/515.zip -OutFile "$d\analyzing-financial-statements.zip"; Expand-Archive "$d\analyzing-financial-statements.zip" -DestinationPath $d -Force; ri "$d\analyzing-financial-statements.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
analyzing-financial-statements.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
analyzing-financial-statementsフォルダができる - 3. そのフォルダを
C:\Users\あなたの名前\.claude\skills\(Win)または~/.claude/skills/(Mac)へ移動 - 4. Claude Code を再起動
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-17
- 取得日時
- 2026-05-17
- 同梱ファイル
- 1
💬 こう話しかけるだけ — サンプルプロンプト
- › Analyzing Financial Statements の使い方を教えて
- › Analyzing Financial Statements で何ができるか具体例で見せて
- › Analyzing Financial Statements を初めて使う人向けにステップを案内して
これをClaude Code に貼るだけで、このSkillが自動発動します。
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
財務比率計算スキル
このスキルは、企業の業績、収益性、流動性、および評価を評価するための包括的な財務比率分析を提供します。
機能
以下の計算と解釈を行います。
- 収益性比率: ROE、ROA、売上総利益率、営業利益率、純利益率
- 流動性比率: 流動比率、当座比率、現金比率
- レバレッジ比率: 自己資本比率、インタレスト・カバレッジ・レシオ、債務償還比率
- 効率性比率: 総資産回転率、棚卸資産回転率、売上債権回転率
- 評価比率: P/E、P/B、P/S、EV/EBITDA、PEG
- 1株当たり指標: EPS、1株当たり株主資本、1株当たり配当金
使用方法
- データ入力: 財務諸表データ(損益計算書、貸借対照表、キャッシュフロー計算書)を提供します。
- 比率の選択: 計算する比率を指定するか、包括的な分析のために「all」を使用します。
- 解釈: スキルが比率を計算し、業界標準の解釈を提供します。
入力形式
財務データは以下で提供できます。
- 財務項目を含む CSV
- 構造化された財務諸表を含む JSON
- 主要な財務数値のテキスト記述
- 財務諸表を含む Excel ファイル
出力形式
結果には以下が含まれます。
- 計算された比率と値
- 業界ベンチマークとの比較(利用可能な場合)
- トレンド分析(複数の期間が提供された場合)
- 解釈と洞察
- フォーマットされた結果を含む Excel レポート
使用例
「添付の財務諸表に基づいて、この会社の主要な財務比率を計算してください」
「株価が50ドルで年間収益が1株あたり2.50ドルの場合、P/E比率はいくらですか?」
「貸借対照表データを使用して流動性ポジションを分析してください」
スクリプト
calculate_ratios.py: すべての財務比率の主要な計算エンジンinterpret_ratios.py: 解釈とベンチマークを提供
ベストプラクティス
- 計算前に常にデータの完全性を検証します。
- 欠損値を適切に処理します(業界平均を使用するか、除外します)。
- 比率を解釈する際には業界の文脈を考慮します。
- トレンド分析のために期間比較を含めます。
- 異常な比率や懸念される比率にフラグを立てます。
制限事項
- 正確な財務データが必要です。
- 業界ベンチマークは一般的なガイドラインです。
- 一部の比率はすべての業界に適用されない場合があります。
- 過去のデータは将来のパフォーマンスを保証するものではありません。
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
Financial Ratio Calculator Skill
This skill provides comprehensive financial ratio analysis for evaluating company performance, profitability, liquidity, and valuation.
Capabilities
Calculate and interpret:
- Profitability Ratios: ROE, ROA, Gross Margin, Operating Margin, Net Margin
- Liquidity Ratios: Current Ratio, Quick Ratio, Cash Ratio
- Leverage Ratios: Debt-to-Equity, Interest Coverage, Debt Service Coverage
- Efficiency Ratios: Asset Turnover, Inventory Turnover, Receivables Turnover
- Valuation Ratios: P/E, P/B, P/S, EV/EBITDA, PEG
- Per-Share Metrics: EPS, Book Value per Share, Dividend per Share
How to Use
- Input Data: Provide financial statement data (income statement, balance sheet, cash flow)
- Select Ratios: Specify which ratios to calculate or use "all" for comprehensive analysis
- Interpretation: The skill will calculate ratios and provide industry-standard interpretations
Input Format
Financial data can be provided as:
- CSV with financial line items
- JSON with structured financial statements
- Text description of key financial figures
- Excel files with financial statements
Output Format
Results include:
- Calculated ratios with values
- Industry benchmark comparisons (when available)
- Trend analysis (if multiple periods provided)
- Interpretation and insights
- Excel report with formatted results
Example Usage
"Calculate key financial ratios for this company based on the attached financial statements"
"What's the P/E ratio if the stock price is $50 and annual earnings are $2.50 per share?"
"Analyze the liquidity position using the balance sheet data"
Scripts
calculate_ratios.py: Main calculation engine for all financial ratiosinterpret_ratios.py: Provides interpretation and benchmarking
Best Practices
- Always validate data completeness before calculations
- Handle missing values appropriately (use industry averages or exclude)
- Consider industry context when interpreting ratios
- Include period comparisons for trend analysis
- Flag unusual or concerning ratios
Limitations
- Requires accurate financial data
- Industry benchmarks are general guidelines
- Some ratios may not apply to all industries
- Historical data doesn't guarantee future performance