ADVERTISEMENT

Nickel Asia weighs opportunities in EV industry

Published Jan 23, 2023 12:50 am

Nickel Asia Corp. (NAC), the Philippines’ lone nickel mining company with processing plants in partnership with Sumitomo Metal Mining Co., Ltd., is weighing further opportunities in the electric vehicle industry as government is strongly pushing for the country’s participation in the industry’s value chain, particularly in the manufacture of EV batteries.

Martin Antonio G. Zamora, president and CEO of Nickel Asia Corp., said during a media roundtable discussion that its existing nickel processing operation that employs the High-Pressure Acid Leach (HPAL) technology presents bright opportunities for the company to participate in the booming EV industry.

“We are already partners with Sumitomo so it makes sense for us to cooperate to build another plant in the Philippines to go into processing,” said Zamora.

At present, the company has two HPAL plants in partnership with Sumitomo: one in Rio Tuba where it owns minority shares of 10 percent and one in Taganito where it also owns 15.6 percent of the Coral Bay Nickel Corp. in Palawan.

He explained that their current HPAL plants in the country produce mixed sulfide where nickel is already at 55 percent from only one percent. The mixed sulfide is exported to Japan where it goes further processing to make it almost pure nickel to be used in the production of EV batteries.

“Moving forward that is an interesting area for us to pursue,” said Zamora, who said that it costs them $1.6 billion to build the 30,000-ton HPAL plant in 2012.

To build a third new HPAL plant would require a mining site with at least 100 million ton of nickel reserves to be able to feed the HPAL processing plant. “So, it cannot be a small mine, but large,” he pointed out. The plant should also be adjacent to the mineral deposits.

“We’re looking at opportunities whether it us or in our own areas or other areas that are not yet ours,” he added.

Whether the idea for a third plant would come from NAC or Sumitomo, Zamora said they are always cooperating. “So, it is interesting for us to cooperate on a third project in the Philippines,” he said.

He, however, cautioned that finding a new nickel mine site with that huge mineral deposit is not that easy.

Time is also of the essence because nickel analysts are forecasting of nickel shortage by 2005 or 2027, at the latest. Since it will take three years to build a plant, Zamora said, investors in nickel processing should be starting this year or next year.

To push for the production of EV batteries in the country, Zamora said the government has to first encourage the production of mixed sulfide and further nickel refining operation to attract EV battery manufacturers into the country.

The limitation though is that there are not many mining sites of that scale of 100 million MT nickel mineral reserves in the country. The cost of investing in the country is also high with expensive power, infrastructure, tax, and unstable policies compared to other countries, like Indonesia.

Related Tags

Electric vehicles Nickel Asia Corporation EV BATTERIES Ltd Sumitomo Metal Mining Co.
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.