# Intereses compuestos e inversiones

### Interés Compuesto

```
$1,000 después de 3 años al 7% | $1,225.04
```

Por defecto se asume un intervalo de capitalización anual, pero también puedes especificar un intervalo de capitalización mensual o trimestral:

```
$1,000 durante 3 años al 7% capitalizado mensualmente   | $1,232.93
$1,000 durante 3 años al 7% capitalizado trimestralmente | $1,231.44
```

También puedes obtener solo el interés generado durante un período de tiempo:

```
interés sobre $1,000 después de 3 años @ 7%                      | $225.04
interés sobre $1,000 durante 3 años al 7% capitalizado mensualmente   | $232.93
interés sobre $1,000 durante 3 años al 7% capitalizado trimestralmente | $231.44
```

### Retorno de la Inversión (ROI)

```
$500 invertido $1,500 devuelto                                  | 2x
retorno anual sobre $1,000 invertido $2,500 devuelto después de 7 años | 13.99%
```

### Valor Presente del Dinero Futuro

```
valor presente de $1,000 después de 20 años 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/es/referencia-de-sintaxis/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.
