Main ImageStunning view of Singapore's illuminated skyline and Marina Bay at night with colorful reflections.

Business Activity SSIC Code Search

In Singapore, Standard Industrial Classification (SSIC) codes indicate what your company does and in what field. The Accounting and Corporate Regulatory Authority (ACRA) demands that businesses submit the SSIC code when incorporating. Use our free SSIC Search to find the code corresponding to your business activity.

Top list of SSIC codes

Frequently Asked Questions

How do I find my SSIC code?

To find out the correct SSIC code for your new company, you can use our SSIC Search Tool. Enter keywords that describe your business activities in the search bar. Use the most common keywords for your industry. You can also try variations until the system pulls up a category closest to your work.

What is an SSIC code?

SSIC stands for Singapore Standard Industrial Classification. It is a code system used to classify business activities in Singapore. Every company must declare at least one SSIC code when registering with ACRA, indicating the primary business activity.

Can I have multiple SSIC codes?

Yes, a company can have multiple SSIC codes if it engages in multiple business activities. However, you must declare a primary SSIC code that represents your main business activity, and you can add secondary codes for other activities.

Can I change my SSIC code after incorporation?

Yes, you can change your SSIC code after incorporation if your business activities change. This can be done through ACRA's BizFile+ portal. However, it's important to ensure your SSIC code accurately reflects your current business activities for compliance and regulatory purposes.

How the SSIC code search works

We’ve created a go-to resource for Singapore business owners looking to effortlessly navigate industry classifications. Simply enter keywords related to your business activity or search by code number to find the appropriate SSIC code for your company registration.

Choose an SSIC Business Code

We check your SSIC code with ACRA in seconds and help you to proceed with the incorporation process.

 

Incorporate your company

We do everything remotely: KYC, company incorporation, and can even provide you with a remote address to use.

 

 

Provide us with the documents

We collect and sort all your documents online and send you the application to sign electronically.

 

Open a business bank account

We connect you with one of our partners to find a bank that best suits your needs.


 

 

WhatsApp Us
'); w.document.close(); w.print(); }; $('.dwls-form').on('submit', function(e){ e.preventDefault(); var form=$(this); var box=form.closest('.dwls-container'); var btn=form.find('.dwls-search-btn'); var input=form.find('.dwls-input'); var results=box.find('.dwls-results'); var error=box.find('.dwls-error'); var progress=box.find('.dwls-progress'); var query=input.val().trim(); if(!query){ error.text('Please enter a search query').show(); return false; } if(btn.prop('disabled')) return false; btn.prop('disabled', true).text('Searching...'); results.hide(); error.hide(); progress.show(); $.ajax({ url: 'https://fincognito.sg/wp-admin/admin-ajax.php', type: 'POST', data: { action: 'friendempire_dwls_search', query: query, nonce: '562ec0398a' }, success: function(response){ progress.hide(); if(response.success&&response.data&&response.data.html){ var html='
' + response.data.html + '
'; html +='
'; html +=''; html +=''; html +='
'; html +='
' + (response.data.cached ? 'Cached':'Live result') + '
'; results.html(html).show(); }else{ error.text(response.data||'Error occurred').show(); }}, error: function(xhr, status){ progress.hide(); error.text(status==='timeout' ? 'Search timed out':'Connection failed').show(); }, complete: function(){ btn.prop('disabled', false).text('Search'); }}); }); $('.dwls-input').on('keydown', function(e){ if(e.ctrlKey&&e.which===13){ $(this).closest('.dwls-form').trigger('submit'); }}); }); //# sourceURL=dwls-frontend-js-after