Lead #2001
Best Contact
—
Email
info@rkaccountants.com (generic)
Override
Captured Pages
http://rkaccountants.com/staff
Status: 404
Emails:
View text
http://rkaccountants.com/our-team
Status: 404
Emails:
View text
http://rkaccountants.com/meet-the-team
Status: 404
Emails:
View text
http://rkaccountants.com/team
Status: 404
Emails:
View text
http://rkaccountants.com/about
Status: 404
Emails:
View text
http://rkaccountants.com/contact
Status: 404
Emails:
View text
https://rkaccountants.com/contact-us
Status: 200
Emails: info@rkaccountants.com
View text
020 7375 2010 GET A QUOTE (toggle) Home (current) Blog About Us Services Annual Accounts Bookkeeping Business Taxation VAT Service Inheritance Tax Capital Gains Tax Corporate Tax Planning Business Planning Cashflow forecasts Company Secretarial Services Services For Individuals Self Assessment Personal Tax Planning Wealth Management Contact Us Get a quote Call 020 7375 2010 Request a Call Back If you have any questions or queries please do not hesitate to contact us with the form below. Name (required) Phone (required) Email (required) Company Name Comments (required) I agree to my personal data being stored. See our Privacy Policy Get In Touch Address: 85 Myrdle St, Whitechapel, London E1 1HL Phone: 020 7375 2010 Email: info@rkaccountants.com Close .social_icon li a i{ color: #000; } .social_icon li{ transition: 1s; list-style: none; padding: 5px 15px; height: 50px; width: 50px; font-size: 25px; background-color: #DC6226; border-radius: 50%; display: inline-block !important; } .social_icon li:hover{ transition: .5s; background-color: #fff; } .our_pro_list li{ list-style: none; } .our_pro_list li a{ text-decoration: none; color: #fff; transition:1s; } .our_pro_list li a:hover{ text-decoration: none; color: #DC6226; transition: .5s; } About Us We are well established professionally qualified and experienced firm of accountants and tax adviser and having long track record in providing Accounting, Tax and other financial services which include all comprehensive value added services to its esteemed clients ensuring top most quality and standards. Our professional bodies regulate our activities and conduct. The people behind the company pose strong professional back ground on which the successes for the years are written.Read more Our Services Annual Accounts Bookkeeping VAT Service Inheritance TAX Capital Gains TAX Corporate TAX Planning Business Planning Company Secretarial Services Self Assessment Personal Tax Planning Our Blog Social Networks Registered with Companies House for England and Wales under company registration number 07272939 Copyright © 2025 RK Accountants. All Rights Reserved Privacy Policy || Terms & Condition $(document).ready(function() { grecaptcha.ready(function() { grecaptcha.execute('6LeufcoaAAAAANherUy_qy8W4JAYeLmhCD3wSeJd', {action: 'contact'}).then(function(token) { $("#g-token").val(token); }); }); }); $(document).ready(function() { $(document).on('keyup keypress', 'input, textarea', function(e) { const text = $(this).val(); var remove_string = '<, <>, >, <script>, ?>, />, 1=1, 1==1, 1==0, 0=1, 0==1, DELETE FROM, SELECT admin from, SELECT user from, delete from, SELECT * FROM, select * from, DROP DATABASE, drop database, DROP TABLE, drop table '; var remove_array = remove_string.split(','); let isFounded = remove_array.some(ai => text.includes(ai)); if (isFounded == true) { $(this).addClass("try_to_hacked"); $(".try_to_hacked").css({"background-color": "#f6e6e4"}); $(this).val(""); } }); }); $(document).ready(function() { $('input[type="text"]').on('keypress', function (e) { // KeyCode 48-57 = 0-9 numbers if (e.which >= 48 && e.which <= 57) { e.preventDefault(); // prevent typing numbers } }); function errorMsg(msg) { Swal.fire({ title: msg, icon: "error", confirmButtonColor: '#a95126', }); } function successMsg(msg) { Swal.fire({ title: msg, icon: "success", confirmButtonColor: '#a95126', }).then(function() { window.location.href = "contact-us"; }); } $("#phone").keyup(function() { var inputnumber = $("#phone").val(); var firstNum = inputnumber.charAt(0); var secondNum = inputnumber.charAt(1); if (firstNum != 0) { $("#err_text_contact").html("Invalid mobile number."); errorMsg("Invalid mobile number."); $("#phone").val(''); } if (inputnumber.length == 2) { if (secondNum != 7) { $("#err_text_contact").html("Invalid mobile number."); errorMsg("Invalid mobile number."); $("#phone").val(''); } } if (inputnumber.length > 11) { $("#err_text_contact").html("Invalid mobile number."); errorMsg("Invalid mobile number."); } }); $("#send_message").click(function() { var type = "add"; var name = $("#name").val(); var phone = $("#phone").val(); var email = $("#email").val(); var company_name = $("#company_name").val(); var message = $("#message").val(); var is_checked = $('#is_checked').is(':checked'); function validateEmail(email) { var eValidate = /^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/; return eValidate.test(email); } function nameValidate(name) { var nValidate = /^[A-Za-z ]+$/; return nValidate.test(name); } if (name == '') { errorMsg('Please write your name.'); } else if (nameValidate(name) == false) { errorMsg('Please write a valid name.'); } else if (phone == '') { errorMsg('Please write a phone number.'); } else if (email == '') { errorMsg('Please write your email address.'); } else if (validateEmail(email) == false) { errorMsg('Please write a valid email address.'); } else if (message == '') { errorMsg('Please write your message.'); } else if (is_checked == false) { errorMsg('Please select checkbox to agree.'); } else { grecaptcha.ready(function() { grecaptcha.execute('6LeufcoaAAAAANherUy_qy8W4JAYeLmhCD3wSeJd', {action: 'contact'}).then(function(token) { var data = 'type=' + type + '&name=' + name + '&email=' + email + '&phone=' + phone + '&company_name=' + company_name + '&message=' + message + '&g-token=' + token + '&action=contact'; $.ajax({ data: data, type: "POST", url: "functions/contact_data.php", success: function(dataResult) { successMsg('Your message has been sent successfully.'); $("#name").val(""); $("#phone").val(""); $("#email").val(""); $("#company_name").val(""); $("#message").val(""); } }); }); }); } }); }); $(document).ready(function() { var owl = $('.owl-carousel'); if ($(window).width() > 768) { owl.owlCarousel({ items: 6, loop: true, margin: 10, autoplay: true, autoplayTimeout: 1500, autoplayHoverPause: true }); } else { owl.owlCarousel({ items: 3, loop: true, margin: 10, autoplay: true, autoplayTimeout: 1500, autoplayHoverPause: true }); } }); $(document).ready(function() { var contain = document.createElement("section"); contain.innerHTML = "<div class='cookie_bar' style='z-index:999999; position:fixed; bottom:0px; background-color:black; color:#fff; text-align:center; padding:5px 20px; width:100%; font-size:14px;'>RK Accountant uses cookies to optimize the design of its websites. By continuing your visit on the website, you consent to the use of cookies. <a style='color:#fff; text-decoration:none' href='privacy.php' class='border-bottom' style='border:bottom:1px solid #fff;'>Read more</a> about our cookies and how we use them. <span id='ok_cookie' class='btn-sm btn-primary' style='cursor:pointer'>OK</span></div>"; document.body.appendChild(contain); if (localStorage.getItem("rkaccountants")) { $(".cookie_bar").hide(); } $("#ok_cookie").click(function() { localStorage.setItem("rkaccountants", "https://www.rkaccountants.com"); $.ajax({ data: 'setCookie=1', type: "POST", url: "https://www.rkaccountants.com/functions/setCookie.php", dataType: "json", success: function(dataResult) { alert('Thanks'); $(".cookie_bar").hide("slow"); } }); }); }); function navBarTogglerAction(button) { if (button.classList.contains('collapsed')) { document.body.style.overflow = 'hidden'; } else { document.body.style.overflow = 'scroll'; } } $(window).scroll(function() { if ($(window).scrollTop() > 50) { $("#main-header").css({ 'position': 'fixed', 'top': '0', 'background-color': '#fff' }); } else { $("#main-header").css({ 'position': 'relative', 'top': '0', 'background-color': '#fff' }); } }); $(document).ready(function() { var x = window.location.pathname; var c = x.split('/'); var service = (c[2]); var service_1_deep = (c[3]); var home = (c[1]); var links = c.pop(); var blog = (c[1]); if (home == '') { $(".navbar-nav>.nav-item .home").addClass("active"); } if (links == 'index.php') { $(".navbar-nav>.nav-item .home").addClass("active"); } if (blog == 'blog') { $(".navbar-nav>.nav-item .blog").addClass("active"); } // service if (service == 'annual-accounts') { $(".navbar-nav>.nav-item .service").addClass("active"); $(".navbar-nav>.nav-item .service-1").addClass("active"); } if (service == 'bookkeeping') { $(".navbar-nav>.nav-item .service").addClass("active"); $(".navbar-nav>.nav-item .service-2").addClass("active"); } if (service == 'business-planning') { $(".navbar-nav>.nav-item .service").addClass("active"); $(".navbar-nav>.nav-item .service-3").addClass("active"); } if (service == 'cashflow-forecasts/') { $(".navbar-nav>.nav-item .service").addClass("active"); $(".navbar-nav>.nav-item .service-4").addClass("active"); } if (service == 'company-secretarial-services') { $(".navbar-nav>.nav-item .service").addClass("active"); $(".navbar-nav>.nav-item .service-5").addClass("active"); } if (service == 'business-taxation') { $(".navbar-nav>.nav-item .business_taxation").addClass("active"); } if (service_1_deep == 'vat-service') { $(".navbar-nav>.nav-item .service").addClass("active"); $(".navbar-nav>.nav-item .business_taxation").addClass("active"); $(".navbar-nav>.nav-item>.dropdown-menu li a.business_taxation-1").addClass("active"); } if (service_1_deep == 'inheritance-tax') { $(".navbar-nav>.nav-item .service").addClass("active"); $(".navbar-nav>.nav-item .business_taxation").addClass("active"); $(".navbar-nav>.nav-item>.dropdown-menu li a.business_taxation-2").addClass("active"); } if (service_1_deep == 'capital-gains-tax') { $(".navbar-nav>.nav-item .service").addClass("active"); $(".navbar-nav>.nav-item .business_taxation").addClass("active"); $(".navbar-nav>.nav-item>.dropdown-menu li a.business_taxation-3").addClass("active"); } if (service_1_deep == 'corporate-tax-planning') { $(".navbar-nav>.nav-item .service").addClass("active"); $(".navbar-nav>.nav-item .business_taxation").addClass("active"); $(".navbar-nav>.nav-item>.dropdown-menu li a.business_taxation-4").addClass("active"); } // service-for if (service == 'self-assessment') { $(".navbar-nav>.nav-item .service_for").addClass("active"); $(".navbar-nav>.nav-item .service-for-1").addClass("active"); } if (service == 'personal-tax-planning') { $(".navbar-nav>.nav-item .service_for").addClass("active"); $(".navbar-nav>.nav-item .service-for-2").addClass("active"); } if (service == 'wealth-management') { $(".navbar-nav>.nav-item .service_for").addClass("active"); $(".navbar-nav>.nav-item .service-for-3").addClass("active"); } // about us if (links == 'about-us') { $(".navbar-nav>.nav-item .about-us").addClass("active"); } if (links == 'contact-us') { $(".navbar-nav>.nav-item .contact-us").addClass("active"); } });
https://rkaccountants.com/about-us
Status: 200
Emails:
View text
020 7375 2010 GET A QUOTE (toggle) Home (current) Blog About Us Services Annual Accounts Bookkeeping Business Taxation VAT Service Inheritance Tax Capital Gains Tax Corporate Tax Planning Business Planning Cashflow forecasts Company Secretarial Services Services For Individuals Self Assessment Personal Tax Planning Wealth Management Contact Us Get a quote Call 020 7375 2010 ABOUT US We specialise in catering for small and medium-sized businesses, providing simple practical solutions for all type of business structures. We are well established professionally qualified and experienced firm of accountants and tax adviser and having long track record in providing Accounting, Tax and other financial services which include all comprehensive value added services to its esteemed clients ensuring top most quality and standards.Our professional bodies regulate our activities and conduct. The people behind the company pose strong professional back ground on which the successes for the years are written. We have to compulsorily undertake Continuing Professional Education / development to keep abreast of legislative and regulatory changes affecting our work.We believe and trust that this should give you the assurance of quality and standard of competence to deal with your financial and taxation affairs professionally and to a very high standard for an affordable fee.Please contact us for further information and advice. .social_icon li a i{ color: #000; } .social_icon li{ transition: 1s; list-style: none; padding: 5px 15px; height: 50px; width: 50px; font-size: 25px; background-color: #DC6226; border-radius: 50%; display: inline-block !important; } .social_icon li:hover{ transition: .5s; background-color: #fff; } .our_pro_list li{ list-style: none; } .our_pro_list li a{ text-decoration: none; color: #fff; transition:1s; } .our_pro_list li a:hover{ text-decoration: none; color: #DC6226; transition: .5s; } About Us We are well established professionally qualified and experienced firm of accountants and tax adviser and having long track record in providing Accounting, Tax and other financial services which include all comprehensive value added services to its esteemed clients ensuring top most quality and standards. Our professional bodies regulate our activities and conduct. The people behind the company pose strong professional back ground on which the successes for the years are written.Read more Our Services Annual Accounts Bookkeeping VAT Service Inheritance TAX Capital Gains TAX Corporate TAX Planning Business Planning Company Secretarial Services Self Assessment Personal Tax Planning Our Blog Social Networks Registered with Companies House for England and Wales under company registration number 07272939 Copyright © 2025 RK Accountants. All Rights Reserved Privacy Policy || Terms & Condition $(document).ready(function() { grecaptcha.ready(function() { grecaptcha.execute('6LeufcoaAAAAANherUy_qy8W4JAYeLmhCD3wSeJd', {action: 'contact'}).then(function(token) { $("#g-token").val(token); }); }); }); $(document).ready(function() { $(document).on('keyup keypress', 'input, textarea', function(e) { const text = $(this).val(); var remove_string = '<, <>, >, <script>, ?>, />, 1=1, 1==1, 1==0, 0=1, 0==1, DELETE FROM, SELECT admin from, SELECT user from, delete from, SELECT * FROM, select * from, DROP DATABASE, drop database, DROP TABLE, drop table '; var remove_array = remove_string.split(','); let isFounded = remove_array.some(ai => text.includes(ai)); if (isFounded == true) { $(this).addClass("try_to_hacked"); $(".try_to_hacked").css({"background-color": "#f6e6e4"}); $(this).val(""); } }); }); $(document).ready(function() { $('input[type="text"]').on('keypress', function (e) { // KeyCode 48-57 = 0-9 numbers if (e.which >= 48 && e.which <= 57) { e.preventDefault(); // prevent typing numbers } }); function errorMsg(msg) { Swal.fire({ title: msg, icon: "error", confirmButtonColor: '#a95126', }); } function successMsg(msg) { Swal.fire({ title: msg, icon: "success", confirmButtonColor: '#a95126', }).then(function() { window.location.href = "contact-us"; }); } $("#phone").keyup(function() { var inputnumber = $("#phone").val(); var firstNum = inputnumber.charAt(0); var secondNum = inputnumber.charAt(1); if (firstNum != 0) { $("#err_text_contact").html("Invalid mobile number."); errorMsg("Invalid mobile number."); $("#phone").val(''); } if (inputnumber.length == 2) { if (secondNum != 7) { $("#err_text_contact").html("Invalid mobile number."); errorMsg("Invalid mobile number."); $("#phone").val(''); } } if (inputnumber.length > 11) { $("#err_text_contact").html("Invalid mobile number."); errorMsg("Invalid mobile number."); } }); $("#send_message").click(function() { var type = "add"; var name = $("#name").val(); var phone = $("#phone").val(); var email = $("#email").val(); var company_name = $("#company_name").val(); var message = $("#message").val(); var is_checked = $('#is_checked').is(':checked'); function validateEmail(email) { var eValidate = /^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/; return eValidate.test(email); } function nameValidate(name) { var nValidate = /^[A-Za-z ]+$/; return nValidate.test(name); } if (name == '') { errorMsg('Please write your name.'); } else if (nameValidate(name) == false) { errorMsg('Please write a valid name.'); } else if (phone == '') { errorMsg('Please write a phone number.'); } else if (email == '') { errorMsg('Please write your email address.'); } else if (validateEmail(email) == false) { errorMsg('Please write a valid email address.'); } else if (message == '') { errorMsg('Please write your message.'); } else if (is_checked == false) { errorMsg('Please select checkbox to agree.'); } else { grecaptcha.ready(function() { grecaptcha.execute('6LeufcoaAAAAANherUy_qy8W4JAYeLmhCD3wSeJd', {action: 'contact'}).then(function(token) { var data = 'type=' + type + '&name=' + name + '&email=' + email + '&phone=' + phone + '&company_name=' + company_name + '&message=' + message + '&g-token=' + token + '&action=contact'; $.ajax({ data: data, type: "POST", url: "functions/contact_data.php", success: function(dataResult) { successMsg('Your message has been sent successfully.'); $("#name").val(""); $("#phone").val(""); $("#email").val(""); $("#company_name").val(""); $("#message").val(""); } }); }); }); } }); }); $(document).ready(function() { var owl = $('.owl-carousel'); if ($(window).width() > 768) { owl.owlCarousel({ items: 6, loop: true, margin: 10, autoplay: true, autoplayTimeout: 1500, autoplayHoverPause: true }); } else { owl.owlCarousel({ items: 3, loop: true, margin: 10, autoplay: true, autoplayTimeout: 1500, autoplayHoverPause: true }); } }); $(document).ready(function() { var contain = document.createElement("section"); contain.innerHTML = "<div class='cookie_bar' style='z-index:999999; position:fixed; bottom:0px; background-color:black; color:#fff; text-align:center; padding:5px 20px; width:100%; font-size:14px;'>RK Accountant uses cookies to optimize the design of its websites. By continuing your visit on the website, you consent to the use of cookies. <a style='color:#fff; text-decoration:none' href='privacy.php' class='border-bottom' style='border:bottom:1px solid #fff;'>Read more</a> about our cookies and how we use them. <span id='ok_cookie' class='btn-sm btn-primary' style='cursor:pointer'>OK</span></div>"; document.body.appendChild(contain); if (localStorage.getItem("rkaccountants")) { $(".cookie_bar").hide(); } $("#ok_cookie").click(function() { localStorage.setItem("rkaccountants", "https://www.rkaccountants.com"); $.ajax({ data: 'setCookie=1', type: "POST", url: "https://www.rkaccountants.com/functions/setCookie.php", dataType: "json", success: function(dataResult) { alert('Thanks'); $(".cookie_bar").hide("slow"); } }); }); }); function navBarTogglerAction(button) { if (button.classList.contains('collapsed')) { document.body.style.overflow = 'hidden'; } else { document.body.style.overflow = 'scroll'; } } $(window).scroll(function() { if ($(window).scrollTop() > 50) { $("#main-header").css({ 'position': 'fixed', 'top': '0', 'background-color': '#fff' }); } else { $("#main-header").css({ 'position': 'relative', 'top': '0', 'background-color': '#fff' }); } }); $(document).ready(function() { var x = window.location.pathname; var c = x.split('/'); var service = (c[2]); var service_1_deep = (c[3]); var home = (c[1]); var links = c.pop(); var blog = (c[1]); if (home == '') { $(".navbar-nav>.nav-item .home").addClass("active"); } if (links == 'index.php') { $(".navbar-nav>.nav-item .home").addClass("active"); } if (blog == 'blog') { $(".navbar-nav>.nav-item .blog").addClass("active"); } // service if (service == 'annual-accounts') { $(".navbar-nav>.nav-item .service").addClass("active"); $(".navbar-nav>.nav-item .service-1").addClass("active"); } if (service == 'bookkeeping') { $(".navbar-nav>.nav-item .service").addClass("active"); $(".navbar-nav>.nav-item .service-2").addClass("active"); } if (service == 'business-planning') { $(".navbar-nav>.nav-item .service").addClass("active"); $(".navbar-nav>.nav-item .service-3").addClass("active"); } if (service == 'cashflow-forecasts/') { $(".navbar-nav>.nav-item .service").addClass("active"); $(".navbar-nav>.nav-item .service-4").addClass("active"); } if (service == 'company-secretarial-services') { $(".navbar-nav>.nav-item .service").addClass("active"); $(".navbar-nav>.nav-item .service-5").addClass("active"); } if (service == 'business-taxation') { $(".navbar-nav>.nav-item .business_taxation").addClass("active"); } if (service_1_deep == 'vat-service') { $(".navbar-nav>.nav-item .service").addClass("active"); $(".navbar-nav>.nav-item .business_taxation").addClass("active"); $(".navbar-nav>.nav-item>.dropdown-menu li a.business_taxation-1").addClass("active"); } if (service_1_deep == 'inheritance-tax') { $(".navbar-nav>.nav-item .service").addClass("active"); $(".navbar-nav>.nav-item .business_taxation").addClass("active"); $(".navbar-nav>.nav-item>.dropdown-menu li a.business_taxation-2").addClass("active"); } if (service_1_deep == 'capital-gains-tax') { $(".navbar-nav>.nav-item .service").addClass("active"); $(".navbar-nav>.nav-item .business_taxation").addClass("active"); $(".navbar-nav>.nav-item>.dropdown-menu li a.business_taxation-3").addClass("active"); } if (service_1_deep == 'corporate-tax-planning') { $(".navbar-nav>.nav-item .service").addClass("active"); $(".navbar-nav>.nav-item .business_taxation").addClass("active"); $(".navbar-nav>.nav-item>.dropdown-menu li a.business_taxation-4").addClass("active"); } // service-for if (service == 'self-assessment') { $(".navbar-nav>.nav-item .service_for").addClass("active"); $(".navbar-nav>.nav-item .service-for-1").addClass("active"); } if (service == 'personal-tax-planning') { $(".navbar-nav>.nav-item .service_for").addClass("active"); $(".navbar-nav>.nav-item .service-for-2").addClass("active"); } if (service == 'wealth-management') { $(".navbar-nav>.nav-item .service_for").addClass("active"); $(".navbar-nav>.nav-item .service-for-3").addClass("active"); } // about us if (links == 'about-us') { $(".navbar-nav>.nav-item .about-us").addClass("active"); } if (links == 'contact-us') { $(".navbar-nav>.nav-item .contact-us").addClass("active"); } });
http://rkaccountants.com/
Status: 200
Emails:
View text
020 7375 2010 GET A QUOTE (toggle) Home (current) Blog About Us Services Annual Accounts Bookkeeping Business Taxation VAT Service Inheritance Tax Capital Gains Tax Corporate Tax Planning Business Planning Cashflow forecasts Company Secretarial Services Services For Individuals Self Assessment Personal Tax Planning Wealth Management Contact Us Get a quote Call 020 7375 2010 .carousel-item { animation: slideShow 50s infinite 0s; -o-animation: slideShow 50s infinite 0s; -moz-animation: slideShow 50s infinite 0s; -webkit-animation: slideShow 50s infinite 0s; background-size: cover; background-position: center; } @keyframes slideShow { 0% { transform:scale(1); -ms-transform:scale(1); } 5% { } 25% { } 30% { transform:scale(1.1); -ms-transform:scale(1.1); } 100% { transform:scale(1); -ms-transformm:scale(1); } } @-o-keyframes slideShow { 0% { -o-transform:scale(1); } 5% { } 25% { } 30% { -o-transform:scale(1.1); } 100% { -o-transformm:scale(1); } } @-moz-keyframes slideShow { 0% { -moz-transform:scale(1); } 5% { } 25% { } 30% { -moz-transform:scale(1.1); } 100% { -moz-transformm:scale(1); } } .carousel-caption{ top: 41%; bottom: 45%; color: #fff; right: 15px !important; left: 15px !important } .carousel-caption h3 a{ text-decoration: none; color: #fff; padding:5px 10px; border-radius:15px; background-color:#000; } .carousel-caption h3 a:hover{ background-color:#DC6226; } ANNUAL ACCOUNTS BUSINESS PLANNING BOOKKEEPING CASHFLOW FORECASTS COMPANY SECRETARIAL SERVICES Previous Next ABOUT RK ACCOUNTANTS RK ACCOUNTANTS in london We are well established professionally qualified and experienced firm of accountants and tax adviser and having long track record in providing Accounting, Tax and other financial services which include all comprehensive value added services to its esteemed clients ensuring top most quality and standards. Our professional bodies regulate our activities and conduct. The people behind the company pose strong professional back ground on which the successes for the years are written. We have to compulsorily undertake Continuing Professional Education / development to keep abreast of legislative and regulatory changes affecting our work. We believe and trust that this should give you the assurance of quality and standard of competence to deal with your financial and taxation affairs professionally and to a very high standard for an affordable fee. WHY CHOOSE US? We specialise in catering for small and medium-sized businesses, providing simple practical solutions for all type of business structures. TAILORED SOLUTIONS BUSINESS ORIENTED SOLUTIONS FIXED PRICE GUARANTEE 100% CUSTOMER SATISFACTION BUSINESS ACCOUNTANTS Small Business Accountants based in London If you are looking for Small Business Accountants based in London, RK Accountants is your one-stop solution for bookkeeping, accounts, tax, business planning and advice. ANNUAL ACCOUNTS All businesses are required to prepare annual accounts whether you are a sole trader, partnership or a limited company. We can help you prepare your year end statutory accounts, so you can focus on building and growing your business. Many organisations can use your produced accounts such as HMRC, Companies House, lenders and potential purchasers. They can also request for interim management accounts which we can prepare at regular... Read More BOOKKEEPING Our business support network is available to our clients from the first day of your business start-up, through every stage of your business development. Our team has extensive experience in assisting an guiding businesses to be well Bring us your business ideas and we will help you to evaluate them in a constructive and optimistic manner. We can also help you with.. Read More BUSINESS PLANNING Our business support network is available to our clients from the first day of your business start-up, through every stage of your business development. Our team has extensive experience in assisting an guiding businesses to be well equipped with the correct business knowledge and tools to be able to succeed at every stage. We act as a silent partner in your business, providing direction and insight from an outward perspective... Read More CASHFLOW FORECASTS If you are a new or established business, raising finance can be a difficult and time consuming exercise. We can help you prepare and monitor your cashflow statements, making comparisons and budgeting where necessary. Our detailed projections will give you a better understanding of all the related costs, and how much money you would need to raise. We also use these results to make recommendations to... Read More SMALL BUSINESS ACCOUNTANTS | LONDON | RK ACCOUNTANTS LONDON Having been established for years, RK Accountants stands high among the renowned accountancy firms in London for offering excellent accounting and taxation advice to corporates, as well as individuals. Our clients base range from individuals who are seeking general financial advice to sole traders, limited companies or partnerships. Whatever your goals are, this leading firm is always eager to offer advice and support through its specialized Small Business Accountants team based in London. SELF ASSESSMENT We can relieve you of the self assessment burden and save you time, worry and money by handling this process for you. We will do all the necessary computations, complete your return and even offer advice on how you can minimise your tax liability. Read More PERSONAL TAX PLANNING Our services are not restricted to businesses and we have a large core of personal tax clients. Whether you need assistance with your self assessment tax returns or advice on inheritance tax planning, we can help you. Read More Wealth Management We can help ensure that your personal wealth is managed as tax-efficiently as possible. Personal tax planning. Extracting profit from your business. Remuneration strategies. Tax-efficient savings and investments. Read More Our aim as Accountants London has been a leading international financial centre and continues to maintain a leading position as one in the 21st century. To develop your business in this environment, safe accounting practices are essential and we as Accountants in London, are the pioneers of the same. Good financial and accounting practices are not only desirable, but highly important for every business's profit and escalation. Little thought over bookkeeping and preparing taxes can boost the inherent risk of your business. Let us focus on your accounting needs and we ensure you sound services, meeting all your regulatory requirements in time and accurately. Our presence is much more than a distant email or voicemail, by working hand in hand to achieve your goals we can assist you to save taxes and keep your books and tax returns according to the Regulatory Authority rk accountants provides vat service, bookkeeping etc. rk accountants provides annual account, inheritance tax etc. Our services include Annual Accounts Bookkeeping vat-service Inheritance TAX capital-gains-tax Corporate tax planning Business Planning We will take the time to develop a thorough understanding of your business, and will manage to achieve your goals through our specialized team of Accountants in London and our wide range of comprehensive consultancy and accounting services. 10 Years in Business 300 Clients Served 1000 Overall Services .social_icon li a i{ color: #000; } .social_icon li{ transition: 1s; list-style: none; padding: 5px 15px; height: 50px; width: 50px; font-size: 25px; background-color: #DC6226; border-radius: 50%; display: inline-block !important; } .social_icon li:hover{ transition: .5s; background-color: #fff; } .our_pro_list li{ list-style: none; } .our_pro_list li a{ text-decoration: none; color: #fff; transition:1s; } .our_pro_list li a:hover{ text-decoration: none; color: #DC6226; transition: .5s; } About Us We are well established professionally qualified and experienced firm of accountants and tax adviser and having long track record in providing Accounting, Tax and other financial services which include all comprehensive value added services to its esteemed clients ensuring top most quality and standards. Our professional bodies regulate our activities and conduct. The people behind the company pose strong professional back ground on which the successes for the years are written.Read more Our Services Annual Accounts Bookkeeping VAT Service Inheritance TAX Capital Gains TAX Corporate TAX Planning Business Planning Company Secretarial Services Self Assessment Personal Tax Planning Our Blog Social Networks Registered with Companies House for England and Wales under company registration number 07272939 Copyright © 2025 RK Accountants. All Rights Reserved Privacy Policy || Terms & Condition $(document).ready(function() { grecaptcha.ready(function() { grecaptcha.execute('6LeufcoaAAAAANherUy_qy8W4JAYeLmhCD3wSeJd', {action: 'contact'}).then(function(token) { $("#g-token").val(token); }); }); }); $(document).ready(function() { $(document).on('keyup keypress', 'input, textarea', function(e) { const text = $(this).val(); var remove_string = '<, <>, >, <script>, ?>, />, 1=1, 1==1, 1==0, 0=1, 0==1, DELETE FROM, SELECT admin from, SELECT user from, delete from, SELECT * FROM, select * from, DROP DATABASE, drop database, DROP TABLE, drop table '; var remove_array = remove_string.split(','); let isFounded = remove_array.some(ai => text.includes(ai)); if (isFounded == true) { $(this).addClass("try_to_hacked"); $(".try_to_hacked").css({"background-color": "#f6e6e4"}); $(this).val(""); } }); }); $(document).ready(function() { $('input[type="text"]').on('keypress', function (e) { // KeyCode 48-57 = 0-9 numbers if (e.which >= 48 && e.which <= 57) { e.preventDefault(); // prevent typing numbers } }); function errorMsg(msg) { Swal.fire({ title: msg, icon: "error", confirmButtonColor: '#a95126', }); } function successMsg(msg) { Swal.fire({ title: msg, icon: "success", confirmButtonColor: '#a95126', }).then(function() { window.location.href = "contact-us"; }); } $("#phone").keyup(function() { var inputnumber = $("#phone").val(); var firstNum = inputnumber.charAt(0); var secondNum = inputnumber.charAt(1); if (firstNum != 0) { $("#err_text_contact").html("Invalid mobile number."); errorMsg("Invalid mobile number."); $("#phone").val(''); } if (inputnumber.length == 2) { if (secondNum != 7) { $("#err_text_contact").html("Invalid mobile number."); errorMsg("Invalid mobile number."); $("#phone").val(''); } } if (inputnumber.length > 11) { $("#err_text_contact").html("Invalid mobile number."); errorMsg("Invalid mobile number."); } }); $("#send_message").click(function() { var type = "add"; var name = $("#name").val(); var phone = $("#phone").val(); var email = $("#email").val(); var company_name = $("#company_name").val(); var message = $("#message").val(); var is_checked = $('#is_checked').is(':checked'); function validateEmail(email) { var eValidate = /^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/; return eValidate.test(email); } function nameValidate(name) { var nValidate = /^[A-Za-z ]+$/; return nValidate.test(name); } if (name == '') { errorMsg('Please write your name.'); } else if (nameValidate(name) == false) { errorMsg('Please write a valid name.'); } else if (phone == '') { errorMsg('Please write a phone number.'); } else if (email == '') { errorMsg('Please write your email address.'); } else if (validateEmail(email) == false) { errorMsg('Please write a valid email address.'); } else if (message == '') { errorMsg('Please write your message.'); } else if (is_checked == false) { errorMsg('Please select checkbox to agree.'); } else { grecaptcha.ready(function() { grecaptcha.execute('6LeufcoaAAAAANherUy_qy8W4JAYeLmhCD3wSeJd', {action: 'contact'}).then(function(token) { var data = 'type=' + type + '&name=' + name + '&email=' + email + '&phone=' + phone + '&company_name=' + company_name + '&message=' + message + '&g-token=' + token + '&action=contact'; $.ajax({ data: data, type: "POST", url: "functions/contact_data.php", success: function(dataResult) { successMsg('Your message has been sent successfully.'); $("#name").val(""); $("#phone").val(""); $("#email").val(""); $("#company_name").val(""); $("#message").val(""); } }); }); }); } }); }); $(document).ready(function() { var owl = $('.owl-carousel'); if ($(window).width() > 768) { owl.owlCarousel({ items: 6, loop: true, margin: 10, autoplay: true, autoplayTimeout: 1500, autoplayHoverPause: true }); } else { owl.owlCarousel({ items: 3, loop: true, margin: 10, autoplay: true, autoplayTimeout: 1500, autoplayHoverPause: true }); } }); $(document).ready(function() { var contain = document.createElement("section"); contain.innerHTML = "<div class='cookie_bar' style='z-index:999999; position:fixed; bottom:0px; background-color:black; color:#fff; text-align:center; padding:5px 20px; width:100%; font-size:14px;'>RK Accountant uses cookies to optimize the design of its websites. By continuing your visit on the website, you consent to the use of cookies. <a style='color:#fff; text-decoration:none' href='privacy.php' class='border-bottom' style='border:bottom:1px solid #fff;'>Read more</a> about our cookies and how we use them. <span id='ok_cookie' class='btn-sm btn-primary' style='cursor:pointer'>OK</span></div>"; document.body.appendChild(contain); if (localStorage.getItem("rkaccountants")) { $(".cookie_bar").hide(); } $("#ok_cookie").click(function() { localStorage.setItem("rkaccountants", "https://www.rkaccountants.com"); $.ajax({ data: 'setCookie=1', type: "POST", url: "https://www.rkaccountants.com/functions/setCookie.php", dataType: "json", success: function(dataResult) { alert('Thanks'); $(".cookie_bar").hide("slow"); } }); }); }); function navBarTogglerAction(button) { if (button.classList.contains('collapsed')) { document.body.style.overflow = 'hidden'; } else { document.body.style.overflow = 'scroll'; } } $(window).scroll(function() { if ($(window).scrollTop() > 50) { $("#main-header").css({ 'position': 'fixed', 'top': '0', 'background-color': '#fff' }); } else { $("#main-header").css({ 'position': 'relative', 'top': '0', 'background-color': '#fff' }); } }); $(document).ready(function() { var x = window.location.pathname; var c = x.split('/'); var service = (c[2]); var service_1_deep = (c[3]); var home = (c[1]); var links = c.pop(); var blog = (c[1]); if (home == '') { $(".navbar-nav>.nav-item .home").addClass("active"); } if (links == 'index.php') { $(".navbar-nav>.nav-item .home").addClass("active"); } if (blog == 'blog') { $(".navbar-nav>.nav-item .blog").addClass("active"); } // service if (service == 'annual-accounts') { $(".navbar-nav>.nav-item .service").addClass("active"); $(".navbar-nav>.nav-item .service-1").addClass("active"); } if (service == 'bookkeeping') { $(".navbar-nav>.nav-item .service").addClass("active"); $(".navbar-nav>.nav-item .service-2").addClass("active"); } if (service == 'business-planning') { $(".navbar-nav>.nav-item .service").addClass("active"); $(".navbar-nav>.nav-item .service-3").addClass("active"); } if (service == 'cashflow-forecasts/') { $(".navbar-nav>.nav-item .service").addClass("active"); $(".navbar-nav>.nav-item .service-4").addClass("active"); } if (service == 'company-secretarial-services') { $(".navbar-nav>.nav-item .service").addClass("active"); $(".navbar-nav>.nav-item .service-5").addClass("active"); } if (service == 'business-taxation') { $(".navbar-nav>.nav-item .business_taxation").addClass("active"); } if (service_1_deep == 'vat-service') { $(".navbar-nav>.nav-item .service").addClass("active"); $(".navbar-nav>.nav-item .business_taxation").addClass("active"); $(".navbar-nav>.nav-item>.dropdown-menu li a.business_taxation-1").addClass("active"); } if (service_1_deep == 'inheritance-tax') { $(".navbar-nav>.nav-item .service").addClass("active"); $(".navbar-nav>.nav-item .business_taxation").addClass("active"); $(".navbar-nav>.nav-item>.dropdown-menu li a.business_taxation-2").addClass("active"); } if (service_1_deep == 'capital-gains-tax') { $(".navbar-nav>.nav-item .service").addClass("active"); $(".navbar-nav>.nav-item .business_taxation").addClass("active"); $(".navbar-nav>.nav-item>.dropdown-menu li a.business_taxation-3").addClass("active"); } if (service_1_deep == 'corporate-tax-planning') { $(".navbar-nav>.nav-item .service").addClass("active"); $(".navbar-nav>.nav-item .business_taxation").addClass("active"); $(".navbar-nav>.nav-item>.dropdown-menu li a.business_taxation-4").addClass("active"); } // service-for if (service == 'self-assessment') { $(".navbar-nav>.nav-item .service_for").addClass("active"); $(".navbar-nav>.nav-item .service-for-1").addClass("active"); } if (service == 'personal-tax-planning') { $(".navbar-nav>.nav-item .service_for").addClass("active"); $(".navbar-nav>.nav-item .service-for-2").addClass("active"); } if (service == 'wealth-management') { $(".navbar-nav>.nav-item .service_for").addClass("active"); $(".navbar-nav>.nav-item .service-for-3").addClass("active"); } // about us if (links == 'about-us') { $(".navbar-nav>.nav-item .about-us").addClass("active"); } if (links == 'contact-us') { $(".navbar-nav>.nav-item .contact-us").addClass("active"); } }); new WOW().init(); jQuery(document).ready(function( $ ) { $('.counter').counterUp({ delay: 10, time: 4000 }); $('.carousel').carousel({ interval: 4000 }) });