Kalkulata
Kalkula da darajar damuwa da riba kan shaidar ajiya.
Results update as you type.
[Translation temporarily unavailable. Please try again.]
you have a 5-year CD, you can calculate the effective yield by using the following formula: CD=100
Tambayoyi da ake yi da yawa
Ta yaya ake ƙididdigewa nauyi na CD?
The deposit compounds each period: maturity = deposit × (1 + rate ÷ n)^(n × years), where n is the compounding frequency. Interest earned is the maturity value minus your original deposit.
Shin zan iya kwatanta CDs da APR ko da APY?
Compare by APY, because it already folds in the compounding frequency and reflects what you actually earn in a year. Two CDs with the same APR but different compounding will have slightly different APYs.
Shin, anã biyan haraji a kan CD na riba?
Yanzu, idan kana so ka canza wani abu, ka danna "Change" button.
Me zai faru idan na fice daga CD da wuri?
Most CDs charge an early-withdrawal penalty, often several months of interest, which can wipe out much of your gain or even dip into principal. This calculator assumes you hold to maturity, so subtract any penalty yourself if you might cash out early.
Shin wani lokaci mai tsawo na CD yana samun fiye da haka?
A longer lokaci samu more gabaɗaya riba a wani adadin da aka ba da kuma da yawa yi da wani mafi girma adadin, amma shi ma locks ka kudi har tsawon da kuma bayyana ka ga rasa out idan adadin ya tashi.
Ta yaya CD ke bambanta da asusun ajiya?
A CD a kan yi wa’adin biyan wani mafi girma, daidai darajar a matsayin sakamako ga dakatar da kudi daga gare ka, yayin da wani ajiya asusun biya wani canja darajar za ka iya cire a ko da yaushe. Idan ba ka bukatar kudi a gaban maturity, CD na mafi girma garanti APY da yawa lashe.
[Translation temporarily unavailable. Please try again.]
[Translation temporarily unavailable. Please try again.] Anything you omit uses the same default this page is pre-filled with; an unknown parameter is a 400, never a silent zero. [Translation temporarily unavailable. Please try again.] →
Endpoint
GET https://calculator.free/api/v1/cd/
curl
curl "https://calculator.free/api/v1/cd/?deposit=10000&rate=4.5&years=5"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/cd/?" + new URLSearchParams({
"deposit": "10000",
"rate": "4.5",
"years": "5"
}));
const data = await r.json();
console.log(data.results);
Results are estimates for general guidance only, not financial, medical or tax advice.