经营生意投资
ROI 计算器
全球通用——纯算术,不涉及各地规则
从成本和最终价值算出简单 ROI,若给出时间段则年化——因为「我们翻了一倍」在 2 年和 12 年里意思完全不同。
数值
- ROI
- +44%
- 22,000 gain
- 年化(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
把这个计算器嵌入网页
可免费嵌入你自己的网站。规则变了它也照常能用,因为数据由我们维护——没有广告、没有 cookie,并会链接回完整版工具。
<iframe src="https://xearno.tools/embed/roi" width="100%" height="805" style="border:1px solid #23262e;border-radius:12px;max-width:640px" loading="lazy" title="ROI 计算器 — Xearno Tools"></iframe>