get_mf_overlap
Identify overlapping stocks between two mutual funds from AMFI data. Provides overlap percentage, common holdings, unique stocks, and risk verdict to reduce duplicate exposure.
Instructions
Mutual fund overlap analyzer using public AMFI portfolio disclosures.
"Your HDFC Flexi Cap + Mirae Asset Large Cap have 68% overlap — you're not diversified, you're holding the same stocks twice."
Supported funds include: HDFC Flexi Cap, Mirae Asset Large Cap, Parag Parikh Flexi Cap, Axis Bluechip, SBI Bluechip, Nippon Large Cap, Kotak Emerging Equity, Quant Small Cap, DSP Small Cap, Nifty 50 Index.
Returns:
overlap_pct: % of stocks common between both funds
common_stocks: list of shared holdings
unique_to_fund1, unique_to_fund2
verdict + risk level (low / medium / high)
Args: fund1: Fund name (e.g. "HDFC Flexi Cap") fund2: Fund name (e.g. "Mirae Asset Large Cap")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fund1 | Yes | ||
| fund2 | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |