Access Indian mutual fund data including NAV, schemes, and performance. Use when user asks for "mutual fund India", "NAV", "MF performance", or "investment schemes India".
Scanned 9/10/2026
Install to Claude Code
npx -y skills add ankitjh4/indic-ai-skills --skill mutual-fund --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Mutual Fund?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/ankitjh4-mutual-fund)More formats (shields.io, HTML) on the badges page.
---
name: mutual-fund
description: Access Indian mutual fund data including NAV, schemes, and performance. Use when user asks for "mutual fund India", "NAV", "MF performance", or "investment schemes India".
---
# Indian Mutual Fund API
Access mutual fund data from AMFI India.
## Quick Use
```bash
# Get NAV for a scheme
python3 scripts/mf.py nav "HDFC Top 100"
# Search schemes
python3 scripts/mf.py search "bluechip"
# Get scheme details
python3 scripts/scripts/mf.py details "Scheme_Code"
```
## API Used
https://mfapi.in (free, no key)
## Data Available
- Daily NAV for all schemes
- Scheme master list
- Fund performance
- Historical NAV
- Scheme categories (equity, debt, hybrid, etc.)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!