Parser for mutual fund net asset values.
| Source | Parser |
|---|---|
| https://www.amfiindia.com/spages/NAVAll.txt | com.github.dinsaw.navparser.india.AmfiIndiaNavParser |
| http://portal.amfiindia.com/DownloadNAVHistoryReport_Po.aspx?frmdt=01-Jan-2017&todt=03-Jan-2017 | com.github.dinsaw.navparser.india.AmfiIndiaHistoricNavParser |
repositories {
jcenter()
}
dependencies {
compile 'com.github.dinsaw:navparser:<latest-version>'
}- export BINTRAY_USER=
- export BINTRAY_KEY=
- gradle clean build bintrayUpload