Jordan-US Trade deal to boost investment, business partnerships

The newly signed Reciprocal Trade Agreement between Jordan and the United States marks a 'significant' step in strengthening bilateral economic ties beyond tariff adjustments, says Chairman of AmCham-Jordan Samer Judeh (Petra photo)
The newly signed Reciprocal Trade Agreement between Jordan and the United States marks a 'significant' step in strengthening bilateral economic ties beyond tariff adjustments, says Chairman of AmCham-Jordan Samer Judeh (Petra photo)

AMMAN — The newly signed Reciprocal Trade Agreement between Jordan and the United States marks a "significant" step in strengthening bilateral economic ties beyond tariff adjustments, creating new opportunities for trade, investment and long-term business partnerships, the Chairman of American Chamber of Commerce in Jordan (AmCham-Jordan) Samer Judeh, said Wednesday.

Judeh stated that the agreement builds on the two countries' "longstanding" economic partnership by expanding frameworks for trade and investment, creating new opportunities for Jordanian and US companies, and strengthening cooperation in services, digital trade, innovation and supply chains, the Jordan News Agency, Petra, reported.

He said the agreement "goes beyond" improving market access by giving the business community greater confidence to establish long-term commercial partnerships, explore new investment opportunities and expand operations in both markets.

On its future vision, Judeh said AmCham looks forward to working with public and private sector partners to translate the agreement into "tangible" opportunities for economic growth, investment, job creation and higher bilateral trade.

He noted the agreement builds on the Jordan-US Free Trade Agreement, which entered into force in 2001 after Jordan became the first Arab country to sign such a pact with the United States, providing Jordanian exports with tariff and tax privileges.

Judeh said the new agreement is designed to benefit both countries by facilitating Jordanian exports and entry of US products, technology and expertise into Jordan.

The pact, he stated, also spurs American companies to invest locally and partner with Jordanian businesses to expand into regional markets, as well as supporting Jordanian companies seeking to establish a commercial presence in the United States.

Jordan's exports to the US around reached $3 billion in 2025, while imports totalled about $2 billion, reflecting the "depth" of bilateral economic interests and the importance of maintaining a clear and predictable framework for businesses and investors, he said.

Judeh called for expanding the number of sectors and companies benefiting from the agreement, adding that "its success should be measured not by tariff rates alone but by the volume of new trade it generates across all sectors."

As for its scope, the agreement is projected to streamline movement of goods between the two countries, supporting increased Jordanian exports to the US market, including apparel and garments, while easing access for American products, including agricultural goods and vehicles, to Jordan.

The US based on the agreement will cut reciprocal tariffs on Jordanian goods to 10 per cent and grant the apparel and garments sector more preferential access to the US market, supporting Jordanian exports.

Noting that the exports totalled JD595 million during the first four months of 2026, led by apparel, jewellery, electrical machinery and pharmaceutical products. Jordan will continue providing tariff exemptions for US exports under the 2001 Free Trade Agreement.

The agreement also features measures to facilitate bilateral trade by enforcing environmental laws, protecting labour rights, launching stronger intellectual property safeguards, fair trade practices, improving customs procedures, removing trade barriers and enhancing market access for US goods, including agricultural products and vehicles.

Jordanian Exporters Association

Jordan Exportes Association (JEA) President Ahmad Khudari stated that US customs duties on Jordanian exports have been reduced from 20 per cent to 10 per cent, positioning Jordan among nations subject to the lowest tariff tiers and granting local manufacturers a distinct competitive edge globally.

The tariff reductions will directly benefit several key industries, including the food, medical supplies, and pharmaceutical sectors, while granting the garment and textile industry an immediate advantage over regional competitors.

The JEA is considering organising a dedicated national trade delegation to an upcoming US medical supplies exhibition, building on more than two decades of promotional participation in major trade expos in New York, San Diego and Las Vegas.

Beyond manufacturing growth, the accord is anticipated to improve Jordan's trade balance, boost foreign currency inflows, and create new employment opportunities.

However, Khudari noted that fully realising these advantages will require addressing ongoing maritime shipping disruptions, specifically scheduled vessel cancellations affecting international trade lanes.

The bilateral agreement, finalised on Tuesday following nearly a year of consultations, builds upon the foundational US Jordan Free Trade Agreement enacted in December 2001.

In addition to expanding market access for Jordanian goods, the agreement facilitates the entry of US imports into the Jordanian market, including agricultural products and motor vehicles, Petra reported.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;} #widget_1623 .opinions-title a{font-size:32px;} .first-author{ background-color:#ecedef; } .first-opinion-author-name{ background-color:white; width:max-content; padding:5px; }
.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .article-widget-sm .article-title{font-size:16px;-webkit-line-clamp:3;} .related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; } .newspaper-footer{ visibility:hidden; } .socialFixOuter { position: fixed; top: 50%; margin-top: 40px; right: 0; transition: .2s; z-index: 20; height: 217px; width: 40px; } .socialFix { height: 30px; width: 30px; display: block; position: relative; cursor: pointer; background-size: 18px 18px; transition: .2s; background-position: center; background-repeat: no-repeat; border-radius: 2px; margin-top: 1px; } .socialFix:hover { width: 40px; margin-left: -10px; } .app-badge-img { height: 36px; width: auto; } @media (max-width: 768px) { .app-badge-img { height: 32px; } .app-badges { justify-content: center !important; } }
document.addEventListener("DOMContentLoaded", function () { const socialFix = document.querySelector(".socialFixOuter"); if (!socialFix) return; let firstInteraction = false; let hideTimeout = null; function checkMobileScreen() { if (window.innerWidth < 768) { socialFix.style.display = "none"; } else { socialFix.style.display = "block"; } } checkMobileScreen(); window.addEventListener("resize", checkMobileScreen); function handleFirstInteraction() { if (firstInteraction) return; if (window.innerWidth < 768) return; firstInteraction = true; socialFix.style.right = "-25px"; } socialFix.addEventListener("mouseenter", function () { if (window.innerWidth < 768) return; if (hideTimeout) clearTimeout(hideTimeout); socialFix.style.right = "0"; }); socialFix.addEventListener("mouseleave", function () { if (window.innerWidth < 768) return; if (hideTimeout) clearTimeout(hideTimeout); hideTimeout = setTimeout(() => { socialFix.style.right = "-25px"; }, 500); }); ["click", "touchstart"].forEach((evt) => { socialFix.addEventListener(evt, handleFirstInteraction); }); }); function validateEmail(email) { if (email.length > 255) return false; const emailRegex = /^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$/; if (!emailRegex.test(email)) return false; if (email.includes('..') || email.startsWith('.') || email.endsWith('.')) return false; return true; } function sanitizeInput(input) { input = input.replace(/<[^>]*>/g, ''); input = input.replace(/javascript:/gi, ''); input = input.replace(/on\w+\s*=/gi, ''); input = input.replace(/[<>"'&(){}[\]]/g, ''); return input.trim(); } document.addEventListener('DOMContentLoaded', function () { function showModal(message, type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; messageContainer.classList.remove("d-none"); setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = sanitizeInput(emailInput.value.trim()); if (!validateEmail(email)) { showModal('Invalid email format', 'danger'); return; } const formData = new FormData(); formData.append('email', email); fetch('/subscribeNewsletter', { method: "POST", body: formData, headers: { "Accept": "application/json", "X-Requested-With": "XMLHttpRequest" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.", 'danger'); } return response.json(); }) .then(data => { showModal(data.message, 'success'); }) .catch(error => { showModal("Error submitting email. Try again.", 'danger'); }); }); });