# 複利計算ツール

> 複利計算ツールは、リターンを引き出さずに再投資した場合に口座がどこまで育つかを試算します。年率を月率に変換して毎月適用し、翌月の複利計算の前に積立額を加えます。本ツールが強調する区別は、自分で入金した資金と戦略が稼いだ資金の違いです。1万ドル・年率15%・毎月200ドルを10年続けると約9万5千ドルになりますが、うち3万4千ドルは入金額です。残りがリターンであり、総額を運用成績として示せば3分の1ほど過大評価になります。

Canonical HTML page: https://qanterion.com/ja/tools/compound-growth-calculator
更新日: 2026-08-18

## 計算式

```
Monthly rate = (1 + Annual %)^(1/12) − 1

For each of the 12 × Years months:
  Balance = Balance × (1 + Monthly rate) + Monthly contribution

Contributed   = Principal + Monthly × months
Profit        = Final value − Contributed
Principal only= Principal × (1 + Annual %)^Years

Contributions are savings, not returns — they are reported separately.
```

## Worked example (the page defaults)

- 初期資金: 10000 USDT
- 年率リターン: 15 %
- 年数: 10
- 毎月の積立額: 200 USDT

Result:

- 最終評価額: 92450.1
- 獲得したリターン: 58450.1
- 拠出総額: 34000
- 初期資金のみの場合: 40455.58
- 最終額 ÷ 拠出総額: 2.72×

## How to use it

1. 初期資金と、コスト控除後に想定する年率リターンを入力します。
2. 試算年数と、毎月の積立額を入力します。
3. 最終評価額を読み、そのうちどれだけがリターンではなく入金額かを確認します。
4. リターンを大幅に下げて再計算し、その前提に対する感応度を確かめます。

## 複利が報いるのは大きさではなく安定性

安定した15%は10年で約4倍になります。平均30%でも1年で40%を失う戦略は、平均が高くても最終額は下回ります。40%のドローダウンを取り戻すには67%の上昇が必要だからです。この非対称性ゆえに、システム運用のデスクはピークリターンではなくドローダウン制御を最適化します。実際の口座が経験するのは算術平均ではなく幾何平均です。

## なぜ積立額を分けて表示するのか

入金とリターンを合算すると、見た目は立派に伸びるのに戦略が機能しているかは何も語らない曲線ができます。分けて示せば、率直な問いに答えられます。リターンの行が拠出額の行に比べて小さいなら、口座が増えているのは貯蓄の規律によるものであり、戦略はせいぜい邪魔をしていないだけです。

## よくある質問

### 年率リターンは何%を想定すべきですか？

すべてのコストを控除したうえで戦略が実際に出した率を、悪い相場局面を含む十分な期間で測ったものです。根拠がバックテストだけなら大幅に割り引いてください。スリッページ、手数料、行動の影響を織り込むと、実現リターンはバックテストの一部にとどまるのが通例です。

### ボラティリティやドローダウンは考慮されますか？

されません。一定率を適用しますが、そのような戦略は存在しません。実際の経路にはシーケンスリスクがあり、平均リターンが同じでも損失の発生時期で結果は変わります。初期の深いドローダウンは、以後複利がかかる元本を恒久的に縮小させます。試算は平滑ケースの上限として扱ってください。

### なぜ年次ではなく月次複利なのですか？

積立が毎月行われるため、年次で複利計算すると効果を過小評価するからです。月率は12回掛け合わせると年率と正確に一致するよう導出しており、積立なしの場合は単純な年次複利と同一の結果になります。

## 関連ツールと参考記事

- ケリー基準 計算ツール: https://qanterion.com/ja/tools/kelly-criterion-calculator
- シャープレシオ計算ツール: https://qanterion.com/ja/tools/sharpe-ratio-calculator
- バックテストの読み方: https://qanterion.com/ja/blog/read-backtest-risk
- CAGR（年平均成長率）: https://qanterion.com/ja/glossary/cagr
- クオンツ取引 用語集: https://qanterion.com/ja/glossary
- 暗号資産バックテスト基盤: https://qanterion.com/ja/backtesting

## 出典

- [2210. Communications with the Public](https://www.finra.org/rules-guidance/rulebooks/finra-rules/2210) — Financial Industry Regulatory Authority (FINRA)
- [Global Investment Performance Standards (GIPS) for Firms](https://www.gipsstandards.org/wp-content/uploads/2021/03/2020_gips_standards_firms.pdf) — CFA Institute
- [COBS 4.6 Past, simulated past and future performance (non-MiFID provisions)](https://handbook.fca.org.uk/handbook/cobs4/cobs4s6) — Financial Conduct Authority (FCA)

## Other languages

- English: https://qanterion.com/tools/compound-growth-calculator
- 简体中文: https://qanterion.com/zh/tools/compound-growth-calculator
- 繁體中文（台灣）: https://qanterion.com/zh-TW/tools/compound-growth-calculator
- 繁體中文（香港）: https://qanterion.com/zh-HK/tools/compound-growth-calculator
- 한국어: https://qanterion.com/ko/tools/compound-growth-calculator
- Português (Brasil): https://qanterion.com/pt-BR/tools/compound-growth-calculator
- Türkçe: https://qanterion.com/tr/tools/compound-growth-calculator
- Bahasa Indonesia: https://qanterion.com/id/tools/compound-growth-calculator
- العربية: https://qanterion.com/ar/tools/compound-growth-calculator

## Machine-readable resources

- Product facts: https://qanterion.com/llms.txt
- Full knowledge base: https://qanterion.com/llms-full.txt
- All calculators: https://qanterion.com/ja/tools

## Risk notice

教育目的の計算ツールです。出力は入力された前提における算術結果であり、予測・推奨・投資助言ではありません。クオンツ取引は損失を生じる可能性があります。