cash-flow-growth
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseCash Flow Growth
现金流增长
Retrieve and analyze year-over-year growth in cash flow metrics for public companies using Octagon MCP.
使用Octagon MCP获取并分析上市公司的现金流指标同比增长情况。
Prerequisites
前提条件
Ensure Octagon MCP is configured in your AI agent (Cursor, Claude Desktop, Windsurf, etc.). See references/mcp-setup.md for installation instructions.
确保Octagon MCP已在你的AI Agent(Cursor、Claude Desktop、Windsurf等)中配置完成。安装说明请参阅references/mcp-setup.md。
Query Format
查询格式
Retrieve cash-flow growth metrics for <TICKER>, limited to <N> records and filtered by period <FY|Q>.MCP Call:
json
{
"server": "octagon-mcp",
"toolName": "octagon-agent",
"arguments": {
"prompt": "Retrieve cash-flow growth metrics for AAPL, limited to 5 records and filtered by period FY"
}
}Retrieve cash-flow growth metrics for <TICKER>, limited to <N> records and filtered by period <FY|Q>.MCP调用:
json
{
"server": "octagon-mcp",
"toolName": "octagon-agent",
"arguments": {
"prompt": "Retrieve cash-flow growth metrics for AAPL, limited to 5 records and filtered by period FY"
}
}Output Format
输出格式
The agent returns a table with YoY growth percentages:
| Fiscal Year | Operating Cash Flow Growth (%) | Free Cash Flow Growth (%) | Net Cash Flow Growth (%) |
|---|---|---|---|
| 2025 | -5.73 | -9.23 | 8.55 |
| 2024 | 6.98 | 9.26 | -1.14 |
| 2023 | -9.50 | -10.64 | 1.53 |
| 2022 | 17.41 | 19.89 | -1.84 |
| 2021 | 28.96 | 26.70 | 0.63 |
Data Source: octagon-financials-agent
Agent会返回包含同比增长百分比的表格:
| 财年 | 经营现金流增长率(%) | 自由现金流增长率(%) | 净现金流增长率(%) |
|---|---|---|---|
| 2025 | -5.73 | -9.23 | 8.55 |
| 2024 | 6.98 | 9.26 | -1.14 |
| 2023 | -9.50 | -10.64 | 1.53 |
| 2022 | 17.41 | 19.89 | -1.84 |
| 2021 | 28.96 | 26.70 | 0.63 |
数据来源: octagon-financials-agent
Key Observations Pattern
关键观察模式
After receiving data, generate observations:
- Operating cash flow trends: Core business cash generation ability
- Free cash flow health: Capital available for dividends, buybacks, M&A
- Net cash flow direction: Overall liquidity position changes
- Volatility assessment: Consistency of cash generation
- Historical context: Multi-year patterns and inflection points
收到数据后,生成以下观察结论:
- 经营现金流趋势:核心业务现金生成能力
- 自由现金流健康度:可用于股息、股票回购、并购的资金量
- 净现金流方向:整体流动性状况变化
- 波动性评估:现金生成的稳定性
- 历史背景:多年模式与拐点
Metrics Reference
指标参考
| Metric | Definition |
|---|---|
| Operating Cash Flow Growth | YoY change in cash from core business operations |
| Free Cash Flow Growth | YoY change in OCF minus Capital Expenditures |
| Net Cash Flow Growth | YoY change in total cash position (OCF + Investing + Financing) |
| 指标 | 定义 |
|---|---|
| 经营现金流增长率 | 核心业务运营现金的同比变化 |
| 自由现金流增长率 | 经营现金流减去资本支出后的同比变化 |
| 净现金流增长率 | 总现金头寸(经营现金流+投资现金流+融资现金流)的同比变化 |
Analysis Tips
分析技巧
Strong Cash Generation
强劲现金生成
When Operating Cash Flow Growth > Revenue Growth:
- Efficient working capital management
- Strong collections and payables optimization
- Quality earnings (cash backing profits)
当经营现金流增长率 > 收入增长率时:
- 高效的营运资金管理
- 强劲的收款和应付款优化
- 高质量盈利(有现金支撑的利润)
Free Cash Flow Divergence
自由现金流背离
When FCF Growth differs significantly from OCF Growth:
- Capex changes driving the difference
- Growth investments (negative) or harvesting (positive)
- Check capex as % of revenue trend
当自由现金流增长率与经营现金流增长率存在显著差异时:
- 资本支出变化是主要驱动因素
- 增长型投资(负向)或收益收割(正向)
- 查看资本支出占收入的趋势
Net Cash Flow Volatility
净现金流波动性
Net Cash Flow often volatile due to:
- Large debt issuances or repayments
- Share buyback programs
- Dividend policy changes
- M&A activity
净现金流通常因以下因素波动:
- 大额债务发行或偿还
- 股票回购计划
- 股息政策变化
- 并购活动
Working Capital Impact
营运资金影响
Significant OCF swings often driven by:
- Inventory build/drawdown
- Receivables collection timing
- Payables management
- Deferred revenue changes
经营现金流大幅波动通常由以下因素驱动:
- 库存积压/减少
- 应收账款收款时机
- 应付款管理
- 递延收入变化
Quality of Earnings Check
盈利质量检查
Compare to income statement:
- OCF should track or exceed Net Income over time
- Persistent OCF < Net Income signals earnings quality concerns
与利润表对比:
- 长期来看,经营现金流应跟踪或超过净利润
- 持续的经营现金流 < 净利润意味着盈利质量存在问题
Follow-up Queries
后续查询
Based on results, suggest deeper analysis:
- "What drove the operating cash flow decline in [YEAR]?"
- "Break down [COMPANY]'s working capital changes for the last 3 years"
- "Compare [COMPANY]'s free cash flow yield to industry peers"
- "Analyze [COMPANY]'s capital expenditure trends and guidance"
根据结果,建议进行更深入的分析:
- "是什么导致了[年份]的经营现金流下降?"
- "拆解[公司]过去3年的营运资金变化"
- "将[公司]的自由现金流收益率与行业同行进行比较"
- "分析[公司]的资本支出趋势和指引"