ABOUT US

About our Company

rectangular brown wooden table

Our Story

Since its inception over a decade ago, FINCOGNITO has operated with a simple mission: to make accounting and corporate services in Singapore accessible, transparent, and stress-free for businesses of all sizes.

What started as a small team of two accountants has grown into a full-service corporate solutions provider with over 30 professionals, serving more than 500 companies across Singapore and the region.

Our founders, seasoned professionals from Big Four accounting firms, recognized that startups and SMEs needed the same quality of corporate services that large enterprises enjoyed, but at accessible price points and with personalized attention.

Our Mission

To empower businesses in Singapore by providing exceptional corporate services that simplify compliance, optimize finances, and enable sustainable growth.

Our Vision

To be Singapore's most trusted corporate services partner, known for our expertise, integrity, and unwavering commitment to our clients' success.

Our Core Values

Integrity

We uphold the highest ethical standards in everything we do. Trust is the foundation of our client relationships.

Excellence

We strive for excellence in every service we deliver. Good enough is never enough for our clients.

Client-Centric

Our clients' success is our success. We listen, understand, and tailor our services to meet their unique needs.

Innovation

We embrace technology and continuous improvement to deliver better, faster, and more efficient services.

Clients Served
0 +
Team Members
0 +
Years in Business
0 +
Client Retention
0 %
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