Skip to content

Creates/Updates a MongoDB database with up-to date Mutual Fund data retrieved from AMFI portal.

License

Notifications You must be signed in to change notification settings

hrsimsin/amfi-database-creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

amfi-database-creator

This package can be used for creating / updating a MongoDB database with up-to-date information about Indian Mutual Funds fetched from the AMFI portal.

Usage

(async () => {

  const navDB = await (require("amfi-database-creator")).getInstance(Config.databaseUrl);
  const MutualFund = navDB.MutualFund;

  await navDB.updateDB();

  const fund = await MutualFund.findOne();

})();

About

Creates/Updates a MongoDB database with up-to date Mutual Fund data retrieved from AMFI portal.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published