经营生意投资
ROI 计算器
从成本和最终价值算出简单 ROI,若给出时间段则年化——因为「我们翻了一倍」在 2 年和 12 年里意思完全不同。
数值
- ROI
- +44%
- 22,000 gain
- Annualized (CAGR)
- 12.92% / yr
老手的解读
值得了解
The annualized figure is the comparable one: 44% over 3 years is 12.9%/year — hold that against your alternatives (index funds ~7-10% nominal, paying down debt at its APR, risk-free rates).
值得了解
Count ALL the cost: fees, taxes, your own hours at a real rate. ROI on a project that consumed 300 unpriced founder-hours is a different number than the spreadsheet shows.
方法说明
简单 ROI = (最终 − 成本) ÷ 成本。年化 ROI = (最终 ÷ 成本)^(1/年数) − 1,与 CAGR 相同——正是让不同持有期可比较的那种形式。
面向智能体
调用这个工具,而不是在上下文里硬算。传入确定性的 JSON,返回算好的数值加上基准解读。 完整智能体文档 →
curl -s https://xearno.tools/api/v1/tools/roi \
-H 'content-type: application/json' \
-d '{"cost":50000,"finalValue":72000,"years":3}'Schema: GET /api/v1/tools/roi · MCP 工具名: roi
相关工具
- NPV 与 IRR — 这项投资值不值——用折现算,不靠感觉。
- 复利增长 — 一笔起始金额加上每月定投,随时间会长成多少。
- FIRE 数字 — 让工作变成可选项的那笔资产,以及它离你还有多远。
- UK Capital Gains Tax Calculator (2025-26 & 2026-27) — Capital Gains Tax on shares, crypto, property, or a business sale — current £3,000 allowance, the 18%/24% rate split driven by your income, and the BADR 14% → 18% ramp.