ADVERTISEMENT

Gov't 'concerned' about Trump's 20% tariff on PH goods; to send delegation to renegotiate

Published Jul 10, 2025 01:33 pm

At A Glance

  • Go said the Philippines is pushing for a bilateral economic partnership agreement that could bring down product-specific tariffs to zero, especially for priority sectors.
The Marcos administration will send a delegation to the United States next week to negotiate a potential lowering of the newly imposed 20 percent reciprocal tariff on Philippine exports, a move that the government described as concerning.
Special Assistant to the President for Investment and Economic Affairs Secretary Frederick Go (RTVM)
Special Assistant to the President for Investment and Economic Affairs Secretary Frederick Go (RTVM)
Special Assistant to the President for Investment and Economic Affairs Secretary Frederick Go said this after US President Donald Trump raised the 17 percent tariff on Philippine exports to 20 percent, the second-lowest tariff rate in the region, next to Singapore’s 10 percent.
“We are concerned that the US has decided to impose a 20 percent tariff on Philippine exports,” Go said in a press briefing in Malacañan on Thursday, July 10.
“More importantly than all of this, we remain committed to continuing negotiations with the United States in good faith to pursue a bilateral comprehensive economic agreement or, if possible, an FTA (free trade agreement),” he said.
The unexpected increase in tariff rate was far from Malacañang’s earlier statement that the Philippines was in “a good position” regarding the negotiations. Asked what went wrong, Go said there might have been some “posturing” but declined to elaborate.
He, however, said the government is willing to pursue negotiations with Washington on the matter.
“I think there's some posturing here. I don't think I can comment further. But we will go there next week and we will try to bring this down if we can,” he said.
The delegation will include Go, Trade Secretary Cristina Roque, and Undersecretaries Perry Rodolfo and Alan Gepty. He explained the trip had already been scheduled even before the US tariff decision was announced.
Go explained that a personal meeting would be “more effective” as he noted that earlier discussions were like email exchanges, which were insufficient to make progress.
“I think [a] face-to-face meeting is far more effective,” he said.
“Our objective talaga (really) is a bilateral economic partnership agreement,” he added, referring to a more comprehensive trade deal the Philippines hopes to secure with the US.

Exports still largely spared—for now

Meanwhile, Go said most of the country’s top exports, particularly semiconductors and electronics, remain “exempted” from the new tariff. He clarified that this exemption was due to various reasons, such as US national security and supply chain priorities.
“Our number one export to America is semiconductors and electronics… a very large part of that is exempted from the reciprocal tariffs,” he said.
The Philippines exported $12.14 billion worth of goods to the US in 2024, making up 17 percent of the country’s total merchandise exports.
Go said the Department of Economy, Planning, and Development (DEPDev) is now computing the potential economic impact of the new tariff, particularly if the exemptions are lifted or narrowed in the future.

Free trade still the ultimate goal

Go said the Philippines is pushing for a bilateral economic partnership agreement that could bring down product-specific tariffs to zero, especially for priority sectors like the coconut industry.
“If coconut exports are important to us, in a bilateral negotiation, we can negotiate for dropping the tariff to zero percent,” he said.
He added that such a deal would give the Philippines more leverage in asking for targeted trade concessions, unlike the blanket reciprocal tariff system.
As for speculation on whether President Marcos would personally intervene or speak with President Donald Trump, Go said that was outside his mandate. Marcos had repeatedly expressed his willingness to talk to Trump about the issue.

Related Tags

Frederick Go PH-US US tariffs
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.