ADVERTISEMENT

Global stocks climb on debt deal hopes

Published May 27, 2023 06:17 am
NEW YORK, United States -- Global stock markets advanced Friday on hopes of progress in negotiations to avert a calamitous US debt default and a continued rally in tech stocks over enthusiasm for firms involved in artificial intelligence. On Wall Street, the broad-based S&P 500 rose 1.3 percent to 4,205.45, while the Dow Jones Industrial Average posted a more modest 1.0 percent gain to finish the week at 33,093.34. "The market is rising on the hope that they probably will be announcing very soon that we avert the default," Peter Cardillo from Spartan Capital Securities told AFP, referring to the negotiations between the White House and Republicans in Congress. The Nasdaq soared to finish the day up 2.2 percent at 12,975.69, fueled by a continued rally in stocks like Nvidia which stand to benefit from the widespread adoption of AI tools. European stocks closed with solid gains and most Asian markets finishing the day higher. According to unconfirmed US media reports, the debt limit would be suspended for two years, while limits would be placed on social spending. On Thursday, the US president reiterated his pledge that "there will be no default" despite the wrangling, adding that talks with McCarthy, who leads the Republican negotiators, had been "productive". Pressure for a deal was ramped up after Fitch placed the country's AAA-ranked credit on "rating watch negative" owing to the standoff. Shortly after the US stock markets had closed Friday, US Treasury Secretary Janet Yellen published a letter sent to Congressional leaders warning of a possible US debt default on June 5 if they fail to raise the debt limit, four days later than a previous estimate of June 1. In another source of concern, data showed the US Federal Reserve's preferred measure of inflation -- the personal consumption expenditures (PCE) index -- rose 4.4 percent year-on-year in April, up from 4.2 percent a month earlier. The core index, excluding volatile food and energy prices, also rose, as did personal income and spending. The data "will give the Fed some pause about pausing its rate hikes in June," said Briefing.com analyst Patrick O'Hare. Earlier this month, the Fed signaled it will take a "data dependent" approach as to whether it needs to hike interest rates further to squash inflation, with markets hoping for a pause in interest rates. Asian markets mostly rose on Friday, with Tokyo leading the way thanks to a weaker yen and softer inflation that had traders betting the Bank of Japan would not tighten monetary policy any time soon. The dollar on Thursday broke past 140 yen for the first time since November, with strong US data fanning expectations the Federal Reserve will hike interest rates again next month. Crude prices recovered after falling sharply on Thursday on comments that the OPEC oil cartel may not cut production next month to support prices. But CMC Markets' Hewson said, "The risk of further sharp falls is being mitigated somewhat by the fact that the markets know the US government is a buyer below $70 as it looks to refill the (Strategic Petroleum Reserve) by the end of the summer."

Key figures around 2050 GMT

New York - Dow: UP 0.8 percent at 33,028.90 points London - FTSE 100: UP 0.7 percent at 7,627.20 (close) Paris - CAC 40: UP 1.2 at 7,319.18 (close) Frankfurt - DAX: UP 1.2 percent at 15,983.97 (close) EURO STOXX 50: UP 1.6 at 4,338.26 (close) Tokyo - Nikkei 225: UP 0.4 percent at 30,916.31 (close) Hong Kong - Hang Seng Index: Closed for a holiday Shanghai - Composite: UP 0.4 percent at 3,212.50 (close) Euro/dollar: UNCHANGED at $1.0725 Pound/dollar: UP at $1.2350 from $1.2321 on Thursday Dollar/yen: UP at 140.59 yen from 140.06 yen Euro/pound: DOWN at 86.84 pence from 87.04 pence West Texas Intermediate: UP 1.2 percent at $72.67 per barrel Brent North Sea crude: UP 0.9 percent at $76.95 per barrel
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.