Simple script to get NAV of a mutual fund

This commit is contained in:
Nemo 2021-05-21 11:03:15 +05:30
parent bb0fb2a185
commit d33248142f
1 changed files with 3 additions and 0 deletions

3
get-nav Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
curl -s "https://api.kuvera.in/mf/api/v4/fund_schemes/$1.json" | jq '.[]|.nav.nav'