数据分析与咨询
#data
analyzing-financial-statements
This skill calculates key financial ratios and metrics from financial statement data for investment analysis
DeepseekModel
官方收录技能
质量 优秀 · 90
v1.0.0
获取
https://deepseekmodel.com/api/download.php?id=anthropics-claude-cookbooks-skills-custom-skills-analyzing-financial-statements-skill-md&format=skill
下载 .skill
标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name analyzing-financial-statements description This skill calculates key financial ratios and metrics from financial statement data for investment analysis 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 ratios interpret_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
Agent 识别该技能的关键词,点击任意一个即可复制。
该技能未提供触发词。
下载的 .skill 包内含以下字段。
| 字段 | 说明 |
|---|---|
| format | 格式标识(skill/v1) |
| skill_id | 技能唯一 ID |
| name | 技能名称 |
| version | 版本号 |
| description | 技能描述 |
| category | 所属分类(数组) |
| trigger_words | 触发词列表 |
| tags | 标签列表 |
| source | 来源标识 |
| source_url | 来源链接(本页地址) |
| exported_at | 导出时间(每次下载生成) |
| system_prompt | 系统提示词正文 |
| model_config | 模型参数:provider / model / temperature / max_tokens / top_p |
| examples | 示例 |
| install_guide | 各平台导入说明(Coze / Dify / Claude / 自定义框架) |