Calculadora de xuros compostos
Vexa como os aforros e investimentos crecen con intereses compostos e contribucións regulares.
Os resultados actualízanse mentres escribe.
Acerca desta calculadora
calculator is a great tool for saving money. It can be used to calculate the future value of a starting balance, adding the amount of interest you have already earned, and the amount of interest you will need to pay in the future. It can be used to calculate the future value of a starting balance, adding the amount of interest you have already earned, and the amount of interest you will need to pay in the future. It can be used to calculate the future value of a starting balance, adding the amount of interest you have already earned, and the amount of interest you will need to pay in the future. It can be used to calculate the future value of a starting balance, adding the amount of interest you have already earned, and the amount of interest you will need to pay in the future. This calculator is a great tool for saving money.Use the solve-for tabs to run the projection backwards: Use the solve-for tabs to run the projection backwards: Use the solve-for tabs to run the projection backwards: Use the solve-for tabs to run the projection backwards: Use the solve-for tabs to run the projection backwards: Use the solve-for tabs to run the projection backwards: Use the solve-for tabs to run the projection backwards: Use the solve-for tabs to run the projection backwards: Use the solve-for tabs to run the projection backwards: Use the solve-for tabs to run the projection backwards: Use the solve-for tabs to run the projection backwards: Use the solve-for tabs to run the projection backwards: Use the solve-for tabs to run the projection backwards: Use the solve-for tabs to run the projection backwards: Use the solve-for tabs to run the projection backwards: Use the solve-for tabs to run the projection backwards: Use the solve-for tabs to run the projection backwards: Use the solve-for tabs to run the projection backwards: Use the solve-for tabs to run the projection backwards: Use the solve-for tabs to run the projection backwards: Use the solve-for
Preguntas frecuentes
Como importa a frecuencia composta?
Canto máis frecuentemente se compón o xuro, máis gaña, porque cada novo pagamento de xuro comeza a gañar xuro antes. O efecto é pequeno pero real en períodos longos.
Cal é a fórmula do xuro composto?
A = P( 1 + r/ n) ^( n) para unha suma global, máis o valor futuro dunha serie para contribucións regulares. Esta ferramenta combina ambos.
Que fan as pestanas de resolver?
No canto de calcular só o saldo final, escolla unha pestana para resolver para un descoñecido diferente - o importe inicial, a taxa de retorno, a contribución mensual ou o número de anos necesarios para acadar un valor futuro obxectivo. O campo que se está a resolver está agochado e no seu lugar emprégase o importe final obxectivo.
Cal é a diferenza entre xuros simples e compostos?
O xuro simple só se paga sobre o capital orixinal, polo que crece nunha liña recta. O xuro composto págase sobre o capital máis todos os xuros previamente gañados, polo que se acelera co tempo. En horizontes longos a diferenza entre os dous faise moi grande.
Axuda contribuír ao comezo do mes?
Lixeiramente. Un depósito feito ao comezo do mes gaña un período extra de xuros comparado cun depósito feito ao final do mes. Durante moitos anos a escolla do tempo suma unha diferenza pequena pero real - conmute isto nas opcións avanzadas.
Cal é a regra do 72?
É un atallo para o tempo que tarda o diñeiro en duplicarse: divida 72 pola porcentaxe anual. Ao 7% ao ano, 72 ÷ 7 ≈ 10 anos para duplicar. É unha aproximación, pero unha comprobación útil da sanidade contra a cifra exacta que dá esta calculadora.
Canto difire a taxa de retorno?
Un grande. Como o crecemento é composto, un par de puntos porcentuais extra de retorno poden case duplicar o saldo final en 20 ou 30 anos. Probe a cambiar só a taxa para ver como é sensible o investimento a longo prazo.
API — empregar esta calculadora desde o código
Chama esta calculadora como un punto final JSON libre - non se require ningunha chave. Envie os valores dos campos de baixo como parámetros de consulta ou JSON. Ler a documentación completa da API →
Punto final
GET https://calculator.free/api/v1/compound-interest/
curl
curl "https://calculator.free/api/v1/compound-interest/?target=50000&principal=1000&rate=7&years=10&contribution=100&_mode=end"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/compound-interest/?" + new URLSearchParams({
"target": "50000",
"principal": "1000",
"rate": "7",
"years": "10",
"contribution": "100",
"_mode": "end"
}));
const data = await r.json();
console.log(data.results);
Os resultados son estimacións só para orientación xeral, non para consellos financeiros, médicos ou fiscais.