Indic-ai-skills mutual-fund
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".
install
source · Clone the upstream repo
git clone https://github.com/ankitjh4/indic-ai-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ankitjh4/indic-ai-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/mutual-fund" ~/.claude/skills/ankitjh4-indic-ai-skills-mutual-fund && rm -rf "$T"
manifest:
skills/mutual-fund/SKILL.mdsource content
Indian Mutual Fund API
Access mutual fund data from AMFI India.
Quick Use
# 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.)