91³Ô¹ÏÍø

Watch CBS News

Dow Jones Industrial Average enters correction territory after five weeks of losses

The Dow Jones Industrial Average entered correction territory Friday after five straight weeks of losses, as investors worry the Iran war could lead to a long-term disruption of Persian Gulf energy supplies and fuel a new wave of global inflation.

The Dow Jones tumbled 793 points, or 1.7%, to 45,167 on Friday. The index has shed 10% of its value since reaching a high of over 50,000 points in February, crossing the threshold for entering a market correction.

Other indices also tumbled on Friday, with the S&P 500 slumping 108 points, or 1.7%, to 6,369 and the tech-heavy Nasdaq declining 2.2%. 

The S&P 500 has dropped back to its level in August and is now 8.7% below the all-time high it reached in January. 

Investors are unsettled by surging crude oil prices and conflicting messages from U.S. and Iranian leaders. President Trump says he extended his deadline for Iran to reopen the Strait of Hormuz because negotiations to end the war are "going very well," while Iran has denied any direct talks and continues its blockade of the vital waterway in the Persian Gulf.

"Each time the conflict intensifies, oil spikes, stocks fall, and yields rise. Each time there is even a hint of restraint, those moves reverse," said Nigel Green of investment firm deVere Group in an email. "The pattern now seems firmly established."

A dip in U.S. consumer confidence added to investors' unease, with the University of Michigan's preliminary March sentiment index, released Friday, showing the lowest reading since December 2025. The drop in sentiment was more pronounced among middle- and high-income consumers.

"When we go to war, people anticipate worsening economic constraints, including higher prices. But they also anticipate volatility in their investments," said Elizabeth Renter, senior economist at NerdWallet, in an email. "That's why this time the dip in consumer sentiment is being felt across higher incomes and those with stocks."

Higher oil prices

The fear in financial markets is that the war will disrupt the production and transport of oil and natural gas in the Persian Gulf for a long time. It could keep so much oil and gas out of the world's markets that it sends a punishing wave of inflation through the global economy. 

It would not only raise prices for drivers buying gasoline, but could also push businesses that use trucks, ships or planes to move their products to raise their own prices.

Crude oil prices rose again with no clear end in sight for the conflict. The price for Brent crude rose 4% on Friday to $105.32 a barrel and is up from roughly $70 before the war began. Benchmark U.S. crude rose 5.5% to settle at $99.64 per barrel.

If the war continues until the end of June, strategists at Macquarie say the price of oil could reach $200 per barrel. So far, the highest oil prices on record were just above $147 during the summer of 2008. That was when Iran's missile testing, including one that could reach Israel, and strong demand from China helped send prices spiking despite the Great Recession.

Impact on bonds

Long-term Treasury yields rose even further in the bond market following Friday's rise for oil prices. The yield for the 10-year Treasury climbed to 4.44% from 4.42% late Thursday and from just 3.97% before the war began.

That rise has already sent  and for other loans taken by U.S. households and businesses, slowing the economy. 

On Wall Street, most stocks fell, including two out of ever three in the S&P 500.

Among the few stocks to rise was Netflix, which added 0.3% a day after announcing price hikes for its services. 

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(); } }); }); }); });