經營生意投資
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>