You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we need all those files (would help us track the percentage holding of a stock for a longer duration.
basically we need that xlsx file in our cloudinary bucket and their entry in our mongo collection (currently we need a regular data scrapper, we would want that data stored making sure we don't store in same cloudinary bucket again)
the current https://www.stocksight.online/ has an upload button you can try uploading the xlsx here...as of now we won't be needing any data we just need a durable way of extract every month the portfolio. (we can will use this data in later part of project)
in that page we can search for the text of
Monthly portfolio for the month end
and inside the get the href tag and download the xlsx file, once that xlsx is parsed it has name of all mutual funds and the the sheet they;re in https://mf.nipponindiaim.com/InvestorServices/FactsheetsDocuments/Reliance-Monthly-Portfolios-30-04-2019.xlswe can upload each sheet as a new file in cloudinary with its name(not uuid but name of mutual fund) and also store the name in mongo collection.
This can help us in a lot of features to come!!
The text was updated successfully, but these errors were encountered: