91³Ô¹ÏÍø

Watch CBS News

Today's best CD rates by term

todays-best-cd-rates-by-term.jpg
Long-term CDs tend to have higher rates, but short-term CDs offer you faster access to your funds. Getty Images

If you're looking for a safe place to store your savings and earn a decent return, a certificate of deposit (CD) could be just the thing. A CD is a type of savings account in which you deposit a fixed amount of money for a certain period (or term), usually ranging from a few months to several years. In return, you earn interest on your deposit at a fixed rate for the duration of the term. 

You can open a CD at many banks and credit unions, and different institutions offer different rates and terms. The first step is determining which term to open. Once you've narrowed your choices down to either short- or long-term CDs, it's time to compare rates to hone in on the best CD for you.

.

Today's best CD rates by term

Here are the best CD rates for a variety of terms as of August 8, 2023.

Short-term CDS

For savers who want to see fast returns on their savings, a short-term CD is a great option. These CDs have terms of one month up to one year. They may not have interest rates as high as long-term CDs, but they're typically still higher than high-yield savings account rates.

Plus, they don't require you to lock up your money for too long. Many CDs charge early withdrawal penalties if you access your funds before the term is up.

It's worth noting that today's one-month CDs offer a paltry interest rate — the highest is a mere 1.20% APY. So, if you want quick access to your funds, you're better off opening a high-yield savings account.

3 months

  • Popular Direct — 4.75% APY: $10,000 minimum deposit; 89 days' interest early withdrawal penalty
  • America First Federal Credit Union — 4.50% APY: $500 minimum deposit; 60 days' interest early withdrawal penalty
  • First Internet Bank of Indiana — 4.18% APY: $1,000 minimum deposit; 90 days' interest early withdrawal penalty
  • Bank of America — 4.00% APY: $1,000 minimum deposit; seven days' interest early withdrawal penalty
  • TIAA Bank — 4.00% APY: $1,000 minimum deposit; 90 days' interest early withdrawal penalty

6 months

  • Popular Direct — 5.35% APY: $10,000 minimum deposit; 120 days' interest early withdrawal penalty
  • America First Credit Union — 5.30% APY: $500 minimum deposit; 60 days' interest early withdrawal penalty
  • Bank5 Connect — 5.30% APY: $500 minimum deposit; 90 days' interest early withdrawal penalty
  • Bask Bank — 5.25% APY: $1,000 minimum deposit; 90 days' interest early withdrawal penalty
  • First Internet Bank of Indiana — 5.22% APY: $1,000 minimum deposit; 180 days' interest early withdrawal penalty

1 year

  • Santander Bank — 5.50% APY: $500 minimum deposit; three months' interest early withdrawal penalty
  • Sallie Mae Bank — 5.50% APY: $2,500 minimum deposit; 90 days' interest early withdrawal penalty
  • Popular Direct — 5.40% APY: $10,000 minimum deposit; 270 days' interest early withdrawal penalty
  • CIBC Bank USA — 5.36% APY: $1,000 minimum deposit; 30 days' interest early withdrawal penalty
  • Connexus Credit Union — 5.36% APY: $5,000 minimum deposit; 90 days' interest early withdrawal penalty

.

Long-term CDs

For savers who are comfortable locking away their funds for many years, long-term CDs typically offer the highest rates. These CDs have terms of three years or more.

3 years

  • First Internet Bank of Indiana — 4.75% APY: $1,000 minimum deposit; 360 days' interest early withdrawal penalty
  • Bread Savings — 4.75% APY: $1,500 minimum deposit; 180 days' interest early withdrawal penalty
  • Popular Direct — 4.75% APY: $10,000 minimum deposit; 365 days' interest early withdrawal penalty
  • BMO Harris — 4.50% APY: no minimum deposit; 180 days' interest early withdrawal penalty
  • Alliant Credit Union — 4.45% APY: $1,000 minimum deposit; early withdrawal penalty of number of days CD is open (up to 180 days)

5 years

  • Popular Direct — 4.60% APY: $10,000 minimum deposit; 730 days' interest early withdrawal penalty
  • First Internet Bank of Indiana — 4.59% APY: $1,000 minimum deposit; 360 days' interest early withdrawal penalty
  • Barclays Bank — 4.50% APY: no minimum deposit; 180 days' interest early withdrawal penalty
  • BMO Harris — 4.50% APY: no minimum deposit; 180 days' interest early withdrawal penalty
  • Alliant Credit Union — 4.35% APY: $1,000 minimum deposit; early withdrawal penalty of number of days CD is open (up to 180 days)

.

The bottom line

There are many CDs available for savers with different needs and goals. To choose the right CD for you, consider the term, interest rate, minimum deposit requirement and any other fees or penalties associated with the account. Doing your research and comparing multiple CD options will help you make a more informed decision and get the most from your savings.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });