ADVERTISEMENT

SEC bolsters support for MSMEs by cutting red tape for registration, fund raising

Published Jul 14, 2025 12:00 am  |  Updated Jul 12, 2025 01:45 pm
The Securities and Exchange Commission (SEC) has bolstered support for micro, small, and medium enterprises (MSMEs) with fresh initiatives to bring its services closer to businesses, including tips on how to raise funds from the capital market and crowdfunding.
During the celebration of the MSME Development Week on July 9 to 11, the SEC held the “Juan with SEC CARAVAN: Service, Education, and Capital Raising for every Juan,” aimed at empowering MSMEs to develop their businesses, in line with the commitment of the Marcos administration to promote the welfare of MSMEs.
Gathering over 600 attendees, the three-day caravan provided MSME participants with learning sessions on business growth strategies, direct assistance on concerns, and an avenue to showcase their products and services.
“You, the MSMEs, represent over 99 percent of businesses in the country, and provide more than 60 percent of jobs nationwide. You are not just participants in our economy. You are its lifeblood—community builders, job creators, innovators,” SEC Chairperson Francis Lim said in his keynote message.
He added that, “We in the SEC know that access to finance remains a major hurdle. A 2023 ADB study found that most microenterprises, and even over half of SMEs, have no access to formal credit. This is where the capital market becomes your ally. It opens doors beyond traditional bank loans. It can help you raise the funds you need to expand, innovate, and compete globally.”
Led by the SEC Office for the Advancement of Strategic Investments in SMEs, the caravan featured the Juan Knowledge Series, which involved presentations and panel discussions on the policies and programs of the SEC, including business registration, sustainability reporting for SMEs, and spotting investment scams to protect their financial security.
The Commission also partnered with other government agencies and private institutions to discuss how MSMEs can raise funds through the capital market and alternative financing options, such as crowdfunding.
These partners included the Department of Trade and Industry (DTI), Small Business Corp. (SBCorp), National Development Co. (NDC), Manila Angel Investors Network, Eastern Securities-RoundOne, and DragonFi Securities Inc., the first accredited personal equity and retirement account (PERA) administrator under the SEC.
During the caravan, the Commission also set up the Juan-on-One Helpdesk, or public information and assistance booths, to expand and strengthen its face-to-face frontline services. The helpdesk directly addressed the inquiries and concerns of the MSME participants regarding SEC processes, digital services, and capital-raising options.
MSMEs were also provided booths at the venue to promote their products and services to customers and potential investors through the Juan Negosyo Lane.
Under Lim’s leadership, the SEC has strengthened its commitment to implementing reforms that will improve the ease of doing business and encourage wider participation of MSMEs in the capital market.
Starting in July, the Commission has reduced the fees charged for copies of corporate documents by 50 percent through SEC Memorandum Circular No. 6, Series of 2025, providing greater access to corporate data.
A policy that will lower more fees for SEC-related transactions, such as the filing fees for capital raising, is also being finalized to support small businesses that plan to raise capital from the markets, according to Lim.
To reduce red tape and accelerate the application process, the SEC will increase the number of industries qualified to use the One-Day Submission and Electronic Registration of Companies (OneSEC) facility, from the current 33 sectors, allowing more companies to register with the SEC in under a day.
The Commission has also approved a resolution to deem all pending applications approved, subject to certain conditions, to clear its backlogs on company registrations, increases in capital stock, and entry of new investors. This will address the over 26,000 pending applications with the SEC, most of which are from MSMEs.
In addition, Lim said the SEC will actively promote the Personal Property Security Act, which allows the use of receivables as collaterals, enabling businesses to get cash to fund their operations by discounting such receivables with a bank or financing company.
“We look forward to seeing more MSMEs not just surviving, but thriving—and, one day, taking the next big leap by listing on our SME Board,” Lim said.

Related Tags

Securities and Exchange Commission Francis Ed. Lim
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.