{% extends "base.html" %}
{% block title %}Import mutual funds · Networthy HQ{% endblock %}
{% block content %}
A consolidated statement lists every mutual-fund folio across all AMCs. Request one,
it arrives by email as a password-protected PDF, and you upload it here. That fills
your Mutual Funds page — with gold and silver funds routed to
Gold & Silver — with scheme, units, NAV and current value.
Either site works — both mail the same consolidated statement covering CAMS and
KFintech-serviced funds. Use whichever you can sign in to.
{% if settings.pan %}Pre-filled with your saved PAN.{% endif %}
The password decrypts the PDF in memory — the file itself is never stored, and a new
import replaces the previous one.
Only so the password above is filled in next time. Stored on this server, used for
nothing else, and never sent anywhere.
Import mutual funds
Imported
View Mutual Funds →
{% if result.precious %}
View Gold & Silver →
{% endif %}
1 · Request your statement
2 · Upload the PDF
{% if error %}
Save your PAN (optional)
A consolidated MF statement covers mutual funds only. Direct stocks, bonds and SGBs come from your NSDL CAS (via Upload CAS).
{% endblock %}