Wealthcrop: Revolutionizing Financial Growth

Wealthcrop is a research-backed, new-age brokerage and financial distribution platform redefining how individuals and businesses achieve financial inclusion and growth. By blending advanced technology, data-driven insights, and an unwavering commitment to accessibility, Wealthcrop empowers investors from all walks of life to cultivate their financial goals with precision and confidence.

Seamless Integration for Holistic Financial Management

Our platform unites brokerage services and financial product distribution into one seamless ecosystem, offering a comprehensive suite of AI-driven personalization tools and in-depth market insights. Wealthcrop bridges the gap between complex financial systems and the diverse needs of modern investors, making wealth-building solutions both intuitive and inclusive.

Secure, Transparent, and Accessible

Operating within a robust regulatory framework, Wealthcrop prioritizes security, compliance, and transparency at every step. Our mission is to democratize wealth creation by equipping individuals and small-scale distributors with cutting-edge tools and opportunities, previously accessible only to larger financial players.

Driving Financial Inclusion for a Prosperous Future

Wealthcrop isn’t just about investments; it’s about shaping a future where financial inclusion serves as a cornerstone of prosperity. With innovation at its core and inclusivity as its guiding principle, Wealthcrop aims to transform the financial landscape, ensuring that growth and opportunity are available to all.

document.addEventListener("DOMContentLoaded", function () { const searchInput = document.getElementById("search-scheme"); const resultsDropdown = document.getElementById("results-dropdown"); const displayResult = document.getElementById("display-result"); const proxyUrl = "https://corsproxy.io/?"; // Free CORS Proxy const apiUrl = "https://www.amfiindia.com/spages/NAVAll.txt"; async function fetchNAVData() { try { const response = await fetch(proxyUrl + apiUrl); const text = await response.text(); const lines = text.split("\n").slice(1); // Skip headers let schemeData = []; lines.forEach(line => { const columns = line.split(";"); if (columns.length >= 6) { schemeData.push({ schemeCode: columns[0].trim(), schemeName: columns[1].trim(), ISINCode: columns[2].trim(), NAV: columns[4].trim(), Date: columns[5].trim() }); } }); return schemeData; } catch (error) { console.error("Error fetching NAV data:", error); return []; } } async function init() { const navData = await fetchNAVData(); searchInput.addEventListener("input", function () { let query = searchInput.value.toLowerCase(); resultsDropdown.innerHTML = ""; if (query.length > 1) { let filteredData = navData.filter(item => item.schemeName.toLowerCase().includes(query)); filteredData.forEach(item => { let option = document.createElement("div"); option.classList.add("dropdown-item"); option.textContent = item.schemeName; option.onclick = function () { searchInput.value = item.schemeName; displayResult.innerHTML = `

Scheme Name: ${item.schemeName}

NAV: ${item.NAV}

Updated On: ${item.Date}

`; resultsDropdown.innerHTML = ""; }; resultsDropdown.appendChild(option); }); } }); } init(); });
Scroll to Top