document.addEventListener('DOMContentLoaded', function() { var downloadButton = document.getElementById('downloadButton'); if (downloadButton) { downloadButton.addEventListener('click', function() { // File URL var fileUrl = 'http://dineshsomani.com/wp-content/uploads/2024/11/Investor-Complaint.xls'; // Check if file URL is accessible var xhr = new XMLHttpRequest(); xhr.open('HEAD', fileUrl, true); xhr.onreadystatechange = function() { if (xhr.readyState == 4 && xhr.status == 200) { // If file exists and is accessible, download the file var a = document.createElement('a'); a.href = fileUrl; a.download = 'Investor-Complaint.xls'; // Set the download file name a.click(); } else { alert('File not found or not accessible.'); } }; xhr.send(); }); } else { console.error('Download button not found'); } });

Complain Data

Data for the month ending –August 2025

Trend of monthly disposal of complaints

Sr. no. Received from Pending at the end of last month Received Total Pending Pending complaints >3months Average Resolution time (in days)
1 Directly from Investors 0 0 0 0 N. A
2 SEBI (SCORES) 0 0 0 0 N. A
3 Other Sources (If any) 0 0 0 0 N. A
Grand Total 0 0 0 0 N. A

Till July -2026

Sr. no. Month Carried forward from previous month Received Resolved Pending
1 August -2025 0 0 0 0
2 September -2025 0 0 0 0
3 October -2025 0 0 0 0
4 November -2025 0 0 0 0
5 December -2025 0 0 0 0
6 January -2026 0 0 0 0
7 February -2026 0 0 0 0
8 March -2026 0 0 0 0
9 April -2026 0 0 0 0
10 May -2026 0 0 0 0
11 June -2026 0 0 0 0
12 July -2026 0 0 0 0
12 August -2026 0 0 0 0

Trend of Yearly Disposal of Complaints

Sr. no. Annual Carried Forward from Previous Year Received Resolved Pending
1 2017-18 0 0 0 0
2 2018-19 0 0 0 0
3 2019-20 0 0 0 0
4 2020-21 0 0 0 0
5 2021-22 0 0 0 0
6 2022-23 0 0 0 0
7 2023-24 0 0 0 0
8 2024-25 0 0 0 0
9 2025-26 0 0 0 0