91³Ô¹ÏÍø

Watch CBS News

Should you open a CD account online?

gettyimages-558175155.jpg
By opening a CD with an online bank savers may be able to secure the very highest interest rate. Getty Images

The latest round of inflation may finally be cooling, but higher interest rates meant to combat it appear to be staying put, at least for the foreseeable future. After a pause in rate hikes in June, the Fed raised interest rates again in July to a benchmark rate between 5.25% and 5.50%. That's the highest rates have been in 22 years

While higher interest rates make the cost of borrowing prohibitive, they've also resulted in a significant earnings increase for those with high-yield savings and certificates of deposit accounts. Rates on these specific account types are exponentially higher than what can be obtained with a regular savings account (which currently has a rate of just 0.42%, according to the ).

To earn the most interest on a CD, however, depositors will need to do their research and shop around for the best rate and terms. They should also strongly consider opening an account with an online bank or lender.

.

Should you open a CD account online?

While it's possible to find a CD with a favorable rate and term with your local bank branch, you may improve your chances of getting a higher rate by opening an account online instead. Online banks — whether they're servicing a CD or a high-yield savings account — generally offer higher interest rates than banks with physical, brick-and-mortar locations.

Because these banks don't have to pay for the costs of maintaining a physical bank location, they can afford to pass on those savings to customers in the form of higher interest rates. But a better rate is just one benefit of opening a CD online.

These banks will also frequently forego any maintenance fees or penalties that you may otherwise have been saddled with by using a bank with an in-person location. These online banks can still provide access to a large ATM network, however, so you won't usually have to worry about fees if you use an unaffiliated ATM to access your account. 

.

Other considerations

While a higher interest rate and minimal (or no) fees sound great, an online bank isn't for everyone. In particular, it may not be for you if:

You like in-person banking

There's nothing wrong with choosing to do your banking in person at a physical location. But if this is your preferred route, understand that you'll be giving up your personal connection by going with an online bank. This isn't to say that online banks can't still provide you with what you need. But the ability to have live, in-person conversations won't be there. 

You only want a short-term CD

Short-term CDs have multiple benefits, particularly in today's rate environment. But if you're planning on opening a short-term CD online, it may be difficult to collect your funds when the term ends. You'll have to request a check back, let it rollover and be extended for a new term, or link your existing, in-person bank with your online one to transfer the funds back to an account that you can access easily. This isn't impossible to do, but it could be tedious for a three-month CD term.

The bottom line

If your main goal with opening a CD is to secure the highest interest rate, then your best bet is to look online. By opening a CD with an online bank, you'll likely secure the highest rate and pay minimal (or no) fees and penalties. That said, the use of online banks isn't for everyone. Understand your comfort level — and your accessibility needs — before opening a CD online. . 

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=50747257b890e014813016b79ece0fb2'; 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(); } }); }); }); });