ADVERTISEMENT

Norwegian officials optimistic on economic ties with PH

Published Apr 28, 2024 03:28 pm

Norwegian officials are optimistic on continued economic ties with the Philippines, especially in the renewable energy (RE) and maritime sectors, even as they expressed hope for further ease of doing business in the country. 

This was conveyed by visiting Norway State Secretary Andreas Motzfeldt Kravik and Ambassador of Norway to the Philippines Christian Halas Lyster during an event hosted by the Norwegian ambassador at his residence on April 25,

Lyster told reporters that he predicts a growth in trade and the market in the country, which will "over time attract more Norwegian companies to the Philippines."

According to data provided by the Norwegian Embassy, Philippine imports to Norway showed a steady increase by 23.5 percent to P3.63 billion (kr694,620,005 or $62.94 million) in 2022 from P2.94 billion (kr562,990,343 or $51.01 million) in 2021.

Meanwhile, exports from Norway to the Philippines have surged by 49 percent in 2022, recording P4.81 billion (kr920,647,396 or $83.42 million) compared to P3.23 billion (kr618,482,371 or $56.04 million) in 2021.

He noted the presence of the European Free Trade Agreement (EFTA), which has enabled the wider opportunities for the Philippines to access markets in the region such as Noway, Denmark, Portugal, Sweden, Switzerland, and Austria.

In fact, merchandise trade with the Philippines through the EFTA generated 40 percent more imports in 2022 at P21.6 billion (over 350 million euros) from P15.4 billion (over 250 million euros), while exports climbed by 14.4 percent to P24.7 billion (over 400 million euros) from P21.6 billion (over 350 million euros), according to the Norwegian Embassy.

Most Norwegian firms operating in the country are engaged in the maritime and RE sectors, which the Embassy is eager to continue supporting. There is no set numerical goals for Norway in terms of Norwegian businesses entering the country, said Lyster, emphasizing they would rather push for "quality than quantity." 

"I think the most important thing is to make sure that the companies that actually come here are robust and able to build up a stable business over time. I would rather have the kind of good quality companies coming in that can also contribute to a kind of a good business society here in the Philippines as well," he said.

Notably, Lyster shared that he is hoping to increase Norwegian seafood exports, particularly fresh salmon, to the Philippines given there is a "growing market and a high potential for growth."

"I would say I'm very optimistic about the developments as long as the Philippines is able to have a stable predictable framework for companies, then I think that there will be more companies and more investors coming to the Philippines, but that's the key," he said.

He noted that the big challenge for the Philippines is its  bureaucracy and a "little bit too much red tape." "I know that the government is trying to do something about it but it's still kind of a challenge. It has to be easier," said Lyster.

To resolve this, Lyster emphasized the essence of digitalization in streamlining the permitting and licensing processes, which can enable faster actualization of investments and transparency.

For his part, Kravik, who was the first high-level official from Norway to visit the Philippines post-pandemic from April 25 to 26, said there is a "good springboard now for really advancing our economic collaboration between governments and businesses."

"At least one of the most important things in my visit, [is] to try to, establish the infrastructure that needs to be established in order for us to move forward. Because the Philippines or the Filipino market can be difficult to penetrate from the outside. So it's important for governments such as mine to be effective and to try to help our businesses navigate here in this current context. And I think we've been pretty effective so far, but there's lots of potential," said Kravik.

He cited the vast distance from Norway to the Philippines and differences in culture and ways of doing business that the Embassy and the Norwegian government hope to give ample guidance to their firms before and during their ventures in the country.

Given Norway's strength and significant investments in RE development in the Philippines, Kravik noted that they are trying to facilitate effective talks with Norwegian energy firms to scale their businesses in the Philippines, and helping Filipino agencies pursue the transition to RE.

"The fact that we have this free trade agreement now, the fact that we have a mutual interest in advancing maritime, various maritime industries ... I think the Philippines and Norway are both proponents of the current framework and the current world order. And we want to see that extended. And that requires us to be strategic. And that requires us to meet and talk and try to form and foster even stronger partnerships," Kravik added. 

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.