mfapi
Queries Indian mutual fund NAV data and scheme information using the free MFapi.in REST API for financial analysis.
Install this skill
Security score
The mfapi skill was audited on Mar 3, 2026 and we found 25 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Curl to non-GitHub URL
| 52 | curl -s "https://api.mfapi.in/mf/search?q=HDFC" | jq '.[] | {schemeCode, schemeName}' |
Curl to non-GitHub URL
| 58 | curl -s "https://api.mfapi.in/mf?limit=100&offset=0" | jq '.[] | {schemeCode, schemeName}' |
Curl to non-GitHub URL
| 64 | curl -s "https://api.mfapi.in/mf/125497/latest" | jq '{scheme: .meta.scheme_name, nav: .data[0].nav, date: .data[0].date}' |
Curl to non-GitHub URL
| 70 | curl -s "https://api.mfapi.in/mf/125497" | jq '{scheme: .meta.scheme_name, records: (.data | length)}' |
Curl to non-GitHub URL
| 76 | curl -s "https://api.mfapi.in/mf/125497?startDate=2023-01-01&endDate=2023-12-31" | jq '.data' |
Curl to non-GitHub URL
| 82 | curl -s "https://api.mfapi.in/mf/latest" | jq '.[:5]' |
Curl to non-GitHub URL
| 193 | curl -s "https://api.mfapi.in/mf/search?q=SBI" | jq '.[].schemeName' |
Curl to non-GitHub URL
| 196 | curl -s "https://api.mfapi.in/mf/119551/latest" | jq '.data[0]' |
Curl to non-GitHub URL
| 199 | curl -s "https://api.mfapi.in/mf/125497?startDate=2025-01-01&endDate=2025-12-31" \ |
Curl to non-GitHub URL
| 203 | curl -s "https://api.mfapi.in/mf/125497/latest" | jq '.meta | {fund_house, scheme_category}' |
Curl to non-GitHub URL
| 206 | curl -s "https://api.mfapi.in/mf/search?q=Axis" \ |
External URL reference
| 4 | homepage: https://www.mfapi.in |
External URL reference
| 14 | Query Indian mutual fund data — NAV history, scheme info, search — using the free [MFapi.in](https://www.mfapi.in) API. |
External URL reference
| 42 | https://api.mfapi.in |
External URL reference
| 52 | curl -s "https://api.mfapi.in/mf/search?q=HDFC" | jq '.[] | {schemeCode, schemeName}' |
External URL reference
| 58 | curl -s "https://api.mfapi.in/mf?limit=100&offset=0" | jq '.[] | {schemeCode, schemeName}' |
External URL reference
| 64 | curl -s "https://api.mfapi.in/mf/125497/latest" | jq '{scheme: .meta.scheme_name, nav: .data[0].nav, date: .data[0].date}' |
External URL reference
| 70 | curl -s "https://api.mfapi.in/mf/125497" | jq '{scheme: .meta.scheme_name, records: (.data | length)}' |
External URL reference
| 76 | curl -s "https://api.mfapi.in/mf/125497?startDate=2023-01-01&endDate=2023-12-31" | jq '.data' |
External URL reference
| 82 | curl -s "https://api.mfapi.in/mf/latest" | jq '.[:5]' |
External URL reference
| 193 | curl -s "https://api.mfapi.in/mf/search?q=SBI" | jq '.[].schemeName' |
External URL reference
| 196 | curl -s "https://api.mfapi.in/mf/119551/latest" | jq '.data[0]' |
External URL reference
| 199 | curl -s "https://api.mfapi.in/mf/125497?startDate=2025-01-01&endDate=2025-12-31" \ |
External URL reference
| 203 | curl -s "https://api.mfapi.in/mf/125497/latest" | jq '.meta | {fund_house, scheme_category}' |
External URL reference
| 206 | curl -s "https://api.mfapi.in/mf/search?q=Axis" \ |
Install this skill with one command
/learn @openclaw/mfapi