Kalkulator na Ƙarawa
Ka san abin da yake da tsawo ga ya kai ga wani ma'aunin taƙaitawa da asusun ajiyar da aka saba.
@ action
[Translation temporarily unavailable. Please try again.]
calculator calculates the amount of money you need to put aside to reach your goal. It calculates the amount of money you need to put aside to reach your goal. It calculates the amount of money you need to put aside to reach your goal. It calculates the amount of money you need to put aside to reach your goal. It calculates the amount of money you need to put aside to reach your goal. It calculates the amount of money you need to put aside to reach your goal. It calculates the amount of money you need to put aside to reach your goal.Use
Tambayoyi da ake yi da yawa
Me ya faru idan ban isa ga ma'aunin ba?
@ action
Shin, riba tã ƙãra?
A cikin lokaci mai tsawo, ajiyar tana da karfi, amma a cikin matsakaicin
Shin, za'a iya lissafa adadin ajiyar da nake dashi yanzu zuwa ga burin?
Yes. Your starting balance is the launch point, so the calculator only needs your deposits and interest to close the gap between it and the goal. A larger starting balance means fewer months to reach the target.
Ta yaya zan iya samun damar samun damar samun damar samun damar?
@ action
A ina ne lokacin da za a kai ga mataki ya ƙayyade?
The calculator steps forward month by month - adding your deposit and the interest on the balance - and counts how many months pass before the total first hits the goal. It reports that count as the time to reach it.
Me zai faru idan asusun ajiya na ya yi kasa da na iya isa ga burina?
@ action
[Translation temporarily unavailable. Please try again.]
[Translation temporarily unavailable. Please try again.] [Translation temporarily unavailable. Please try again.] →
QDialogButtonBox
GET https://calculator.free/api/v1/savings-goal/
curl
curl "https://calculator.free/api/v1/savings-goal/?goal=10000¤t=1000&deposit=300"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/savings-goal/?" + new URLSearchParams({
"goal": "10000",
"current": "1000",
"deposit": "300"
}));
const data = await r.json();
console.log(data.results);
@ action: inmenu