Jordan-US economic relations reach new heights – US commerce official

Assistant Secretary of Commerce for Global Markets Arun Venkataraman underscores the robust trade relations and economic collaboration between Jordan and the USA (JT file photo)
Assistant Secretary of Commerce for Global Markets Arun Venkataraman underscores the robust trade relations and economic collaboration between Jordan and the USA (JT file photo)

AMMAN — Assistant Secretary of Commerce for Global Markets Arun Venkataraman underscored the robust trade relations and economic cooperation between Jordan and the United States.

Venkataraman commended the depth of the economic and trade partnership, emphasising the kingdom's status as one of the earliest signatories of the United States free trade agreement, dating back to 2001, according to the Jordan News Agency, Petra.

He pointed out that the United States has risen to become Jordan’s third-largest trading partner, with Jordanian exports to the US accounting for a substantial 20 per cent of the country’s total exports.

He expressed pride in the popularity of American brands in Jordan, attributing this to the strong bonds and mutual respect between Jordanians and Americans, which he believes are the driving forces behind these thriving economic ties.

Venkataraman also identified potential areas for further cooperation, stressing the importance of enhancing the business environment, promoting transparency, and addressing any obstacles that could hinder the deepening of trade partnerships.

Jordan's exports to the United States rose to JD320 million in the first two months of 2024, underscoring the growing momentum in bilateral trade.

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .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'); }); }); });