ADVERTISEMENT

As China and the US spar, countries brainstorm over how to cope with the trade war

Published Apr 8, 2025 01:01 pm
AP25098350867468.jpg
Indonesian President Prabowo Subianto, left, talks with Finance Minister Sri Mulyani Indrawati during an event called Economic Gathering with the President of the Republic of Indonesia, in Jakarta, Indonesia, Tuesday, April 8, 2025. (AP Photo/Dita Alangkara)

BANGKOK (AP) — U.S. President Donald Trump and China sparred over tariff hikes and other retaliatory moves on Tuesday, as governments elsewhere were brainstorming strategies to cope with the trade war between the global economic giants.

China said it will “fight to the end” and take countermeasures against the United States to safeguard its own interests after President Donald Trump threatened an additional 50% tariff on Chinese imports in retaliation for Beijing's backlash against the 34% tariffs he ordered on his April 2 “Liberation Day.”

“The U.S. threat to escalate tariffs on China is a mistake on top of a mistake and once again exposes the blackmailing nature of the US. China will never accept this," the Commerce Ministry said in a statement read on state-run broadcaster CCTV.

When asked about the possibility of talks between Washington and Beijing, Chinese Foreign Ministry spokesperson Lin Jian said “I think what the US has done doesn’t reflect a willingness for sincere dialogue. If the US really wants to engage in dialogue, it should adopt an attitude of equality, mutual respect and mutual benefit.”

Meanwhile, Chinese state-run companies were told to help support the country's financial markets after they were hit by massive saves of selling on Monday.

While world markets calmed somewhat after frenzied selling over two trading sessions that wiped out trillions of dollars worth of wealth, leaders in Asia shifted into damage control mode.

Help for Japan's automakers and steel mills

Japanese Prime Minister Shigeru Ishiba spoke with Trump late Monday and then convened a task force Tuesday to mitigate damage from the 24% U.S. tariffs imposed on Washington’s biggest ally in Asia.

Economic Revitalization Minister Ryosei Akazawa was appointed lead trade negotiator and senior officials were dispatched to Washington to follow up on the Ishiba's talk with Trump.

Ishiba told his ministers to do their utmost to get Trump to reconsider and also to mitigate the impact from the U.S. “reciprocal” tariffs, which he said would be a blow to all industries, Chief Cabinet Secretary Yoshimasa Hayashi told reporters.

India wants a deal

India’s Foreign Minister S. Jaishankar spoke with his U.S. counterpart Marco Rubio late Monday, pitching for an early conclusion of negotiations for a bilateral trade agreement.

India, which faces a 26% tariff on its exports to the U.S., is hoping for concessions as part of the trade deal. A first tranche of the agreement is expected by this fall. Washington wants India to allow more open market access for U.S. dairy and other farm products, but New Delhi has balked at that since farming employs the bulk of India's workforce.

India’s Trade Minister Piyush Goyal planned to meet with exporters Wednesday to gauge the potential impact and cushion the economy from the tariffs.

A State Department statement said Rubio and Jaishankar discussed ways to deepen collaboration, the tariffs and “how to make progress toward a fair and balanced trade relationship.”

Malaysia promises ‘soft diplomacy’ response

Malaysian Prime Minister Anwar Ibrahim said his government and other Southeast Asian countries would send officials to Washington to discuss the tariffs and it was working to build a consensus on a unified response among the 10 members of the Association of Southeast Asian Nations as they convened an investment conference in Kuala Lumpur.

“We do not believe in megaphone diplomacy,” Anwar said, “As part of our soft diplomacy of quiet engagement, we will be dispatching together with our colleagues in ASEAN our officials in Washington to begin the process of dialogue.”

Still, he chided the U.S., saying Malaysia’s trade with the U.S. had long been a model of mutual gain, with its exports supporting Malaysia’s growth as well as high-quality jobs for Americans. The 24% tariff recently imposed on Malaysian imports was “harming all” and might have negative impact on both economies, he said.

Anwar said Malaysia would stick to a policy of diversifying its trade at a time of uncertainty over globalization and changing supply chains.

Hong Kong vows more, not less, open trade

In Hong Kong, which has a free-trade policy and operates as a free port with few trade barriers, Chief Executive John Lee echoed Beijing in blasting Trump's tariffs as “bullying” and “ruthless behavior” he said had damaged trade and raised global uncertainty.

Lee said the former British colony, which came under Beijing's control in 1997 but has limited autonomy, would draw closer to the Chinese mainland, sign more free trade agreements and strive to attract more foreign investment to help blunt the impact of the higher U.S. duties.

Related Tags

WORLDNEWS
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.