# Interesse Composto e Investimenti

### Interessi Composto

```
$1,000 dopo 3 anni al 7% | $1,225.04
```

Per impostazione predefinita si assume un intervallo di capitalizzazione annuale, ma è possibile specificare anche un intervallo di capitalizzazione mensile o trimestrale:

```
$1,000 per 3 anni al 7% capitalizzato mensilmente   | $1,232.93
$1,000 per 3 anni al 7% capitalizzato trimestralmente | $1,231.44
```

È inoltre possibile ottenere solo l'interesse generato in un determinato periodo di tempo:

```
interesse su $1,000 dopo 3 anni al 7%                      | $225.04
interesse su $1,000 per 3 anni al 7% capitalizzato mensilmente   | $232.93
interesse su $1,000 per 3 anni al 7% capitalizzato trimestralmente | $231.44
```

### Ritorno sull'Investimento (ROI)

```
$500 investiti $1,500 restituiti                                  | 2x
ritorno annuale su $1,000 investiti $2,500 restituiti dopo 7 anni | 13.99%
```

### Valore Attuale del Denaro Futuro

```
valore attuale di $1,000 dopo 20 anni al 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/it/riferimento-sintassi/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.
