# Monitor Mutual Fund (mf) Investment  
A mobile app on __Monitoring Mutual Fund__, using _React Native_ Javascript library.

Features: (for android only),  
1. persists data in a file (hence, no database/server needed),  
2. retrieves latest NAV from amfi website,  
3. imports / exports data from / to external file,  
4. requires few inputs:  
  a. Date  
  b. ISIN or Scheme Code  
  c. NAV  
  d. Units  
5. derives several outputs:  
  a. Scheme Code or ISIN  
  b. Scheme Name   
  c. Current NAV  
  d. Current date   
  e. Cost  
  f. Current Value  
  g. No. of Days  
  h. Absolute Gain   
  i. Absolute %  
  j. CAGR %  
  k. Annualized %  

#### Installation  
 Copy and install  [this](https://github.com/mohankumaranna/monitor-mf/blob/master/android/app/build/outputs/apk/app-armeabi-v7a-release.apk) APK file into Android mobile phone.  

#### [User Guide](https://github.com/mohankumaranna/monitor-mf/wiki/User-Guide)  

#### License  
MIT  
