ADVERTISEMENT

Petron income climbs to P3.6 B in Q1

Published May 4, 2022 01:53 pm

The consolidated net income of leading oil firm Petron Corporation jumped significantly in the first quarter to P3.6 billion, more than double the P1.7 billion earnings logged in the same period last year, on brisk sales due to the relaxation of Covid-related mobility restrictions,.

The oil firm said it “continued to regain significant volumes, taking advantage of the strong refining cracks in the region.”

Petron President and CEO Ramon S. Ang highlighted that “our efforts to increase our financial resilience, improve our efficiencies, and strengthen our brand equity have all yielded positive results.”

After more than two years wading through the pandemic, he stated that “we now find ourselves in a position of renewed strength and confidence as we continue to navigate the industry with the same caution and prudence that helped us turn our financial performance around.”

The surge in world oil prices ignited by the Russia-Ukraine war primarily shored up Petron’s top line, with it reporting drastic spike in consolidated revenues to P172.33 billion within January-March stretch this year vis-à-vis the relatively lean P83.31 billion on the comparative first quarter in 2021.

As emphasized by the oil firm, “Dubai crude reached an average of $95.6 per barrel due to geopolitical tension and supply concerns triggered by the Russia-Ukraine conflict.”

In terms of sales, the Philippine market exhibited robust recovery with 43-percent uptrend in volume and that was generally traced to “overall improvement in local demand.”

Petron added that on a consolidated basis, the sales volume in the Philippine and Malaysian markets as well as its trading unit in Singapore had been higher by 34-percent within the quarter to 26.57 million barrels; while commercial sales that covered jet fuels and lubricant products, had an uptick of roughly 50-percent.

For the retail segment in the domestic market, in particular, the oil company indicated that this increased by 7.0-percent; attributed mainly to “increased economic activity and gradual resumption of local and international travels.”

Even the firm’s petrochemical sales had likewise been on rebound, posting 30-percent rise as propelled by higher demand of resin being used for personal protective equipment (PPEs) and online deliveries.

The company thus narrated that with demand growth and higher prices of petrochemicals, it resumed operations of its polypropylene plant in January 2022 after a two-year shutdown.

Moving forward, Petron specified that its focus will be on “strengthening its already expansive reach and broadening its offerings ahead of future demand” – and that shall also be integrated with the firm’s strategy on helping preserve the environment.

“For us, the challenge ahead is not just to keep growing in terms of size but also to make a more significant impact in addressing environmental issues and building a better world for the next generations. We know there is more to do, and we are fully committed to seeing this vision through,” Ang stressed.

Related Tags

#PETRON #INCOME #1Q2022 #PHMARKET #MALAYSIA #DUBAICRUDE #PETROCHEMICALS
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.