사업 운영투자
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}'스키마: GET /api/v1/tools/roi · MCP 도구 이름: roi
이 계산기 임베드하기
내 사이트에 무료로 넣을 수 있습니다. 데이터는 저희가 관리하므로 규정이 바뀌어도 계속 작동합니다 — 광고 없음, 쿠키 없음, 전체 도구로 돌아가는 링크 포함.
<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>