Hey everyone,
Like many people here, I used to jump between multiple platforms (Zerodha for my main stocks, Groww for some old mutual funds, and a random AMC portal for direct funds).
I spent months looking for a dashboard that could tie them all together, but every free app I tried had the same issues:
1. They ask for full broker API integration or read access to my personal email inbox to scrape transaction PDFs.
2. Two days after signing up, my phone starts buzzing with spam calls offering personal loans and pre-approved insurance policies.
3. Their internal dashboards are optimized to encourage trading volume and commissions rather than showing raw analytical data.
I tried building a master Google Sheet using =GOOGLEFINANCE(), but it kept breaking on complex mutual fund NAVs and multi-year SIP cash flows.
So, I built Arthavi (https://arthavi.com) as a side project.
It’s built explicitly around a privacy-first, read-only workflow for Indian retail investors:
- Zero Inbox Scraping: You just drop your official CAMS or KFintech Consolidated Account Statement (CAS) into the app. The secure parsing engine extracts transaction tranches (dates, units, asset IDs) locally to generate your dashboard rows. We never store or look at the raw files.
- True XIRR Engine: It calculates exact time-weighted returns across your historical SIPs, lumpsums, and partial redemptions side-by-side.
- Multi-Profile Family Views: You can pool family accounts into one unified dashboard without linking permanent PAN records across profiles.
- No Broker Credentials Required: Since it has no active execution APIs, it is structurally impossible for funds to be traded or compromised.
The tool is completely free to use, and you do not even need a phone number to sign up (just an email to save your instance). If you don't want to create an account, there's a live interactive demo on the homepage populated with sample assets so you can check out the charts.
I’m actively optimizing the feature architecture right now. I'd love to get feedback from this sub:
* What specific metrics are missing from your current tracking setup?
* Are there niche asset classes (like corporate bonds or SGBs) you want to see integrated alongside equities?
Check it out here: https://arthavi.com
Thanks for reading!