APC, Sinochem sign new three-year agreement

APC and Sinochem Group representatives sign a three-year agreement in Amman on Sunday (Petra photo)

AMMAN —The Arab Potash Company (APC) and Sinochem Group signed an agreement on Sunday to regulate exporting potash to China for three years, from 2017 through 2019.

Prime Minister Hani Mulki who attended the signing ceremony expressed satisfaction with the agreement reached, which comes in follow up of a previous one on potash supply, signed in China in 2013, in the presence of His Majesty King Abdullah and Chinese President Xi Jinping, the Jordan News Agency, Petra, reported.

APC Chairman Jamal Sarayrah said the company has fostered its ties with Chinese partners, noting that APC has clinched several deals to improve the Jordanian potash share in the Chinese market. Since 2013, the company’s annual potash exports to China have doubled from around 300,000 tonnes ten years ago to around 600,000 tonnes, he indicated.

Chinese Ambassador to Jordan Pan Weifang said his country is committed to increasing its cooperation with the Kingdom, mainly in railway and renewable energy projects.

APC produces 2.35 million tonnes of potash annually, which makes it the eighth largest potash producer worldwide in terms of its production volume. More than 90 per cent of its products are exported to more than 30 countries, spanning Africa, Asia, Europe, and the Middle East, according to APC’s website.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.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'); }); }); });