# Zinseszins & Investitionen

### Zinseszins

```
$1,000 nach 3 Jahren bei 7% | $1,225.04
```

Standardmäßig wird ein jährlicher Zinseszinsintervall angenommen, aber Sie können auch ein monatliches oder quartalsweises Zinseszinsintervall angeben:

```
$1,000 für 3 Jahre bei 7% monatlich verzinst | $1,232.93
$1,000 für 3 Jahre bei 7% quartalsweise verzinst | $1,231.44
```

Sie können auch nur den über einen bestimmten Zeitraum erwirtschafteten Zins erhalten:

```
Zins auf $1,000 nach 3 Jahren bei 7%                      | $225.04
Zins auf $1,000 für 3 Jahre bei 7% monatlich verzinst   | $232.93
Zins auf $1,000 für 3 Jahre bei 7% quartalsweise verzinst | $231.44
```

### Kapitalrendite (ROI)

```
$500 investiert $1,500 zurückgezahlt                                  | 2x
jährliche Rendite auf $1,000 investiert $2,500 nach 7 Jahren | 13.99%
```

### Barwert zukünftigen Geldes

```
Barwert von $1,000 nach 20 Jahren bei 10% | $148.64
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.soulver.app/de/syntax-referenz/money-and-finance/investments.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
