Closed aprdc2anil closed 6 years ago
Hey Anil, thanks for writing in. Great to hear you are interested in this analysis and find my repo useful. I didn’t take a data dump of each fund’s stock data. But if I had to do it I would use morningstar. They were most comprehensive and HTML structures enough for crawling. Moneycontrol is comprehensive but difficult to crawl. Value research online is the opposite. Btw, it typically gets updated every month because Sebi mandates that. No Mf discloses it daily.
Hope it helps
On Mon, 1 Jan 2018 at 10:13 PM, aprdc2anil notifications@github.com wrote:
Hi Utkarsh,
Thanks for sharing your knowledge on fintech.
I am Developer with .NET technologies.
I am planning to learn Python + NO SQL + Machine Learning.
And I want to do a project using the technologies, My first thought was MFs and Stock Analysis.
After a little googling I found the right place to start.
I Found the NAV historical data which is a good start for me to do some analytics on them.
However, I am also interested in the fund portfolio{stocks} data as well.
As per the mf-models / funds.py has given a good idea on how the fund data schema should be.
It would be great if you can give me the mysql/funds data back up file {i just need the funds- data only}
Or, even better if you could guide me on how to crawl this data from openly available websites like money control.
Basically,
I want to crawl on a daily basis and see how each Mutual fund has invested in stocks.
And Find a Trend between the MF investment and stock price movement and predict Stock Pricing for future.
Awaiting your valuable response.
Thank you.
Regards Anil. R
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/utkarshohm/mf-models/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AFgl5dR2izqOuO8XNvRcCOMNajSUzDyuks5tGQsZgaJpZM4RQHWw .
-- See us on Product Hunt https://www.producthunt.com/posts/hypertrack-3, Hacker News https://news.ycombinator.com/item?id=14382813 and Github http://github.com/hypertrack
Thanks for the reply Utkarsh.
It would be a great help if you can point me towards right resources {sample code/web links} you have used to for crawling the funds' data and NAV history.
Regards, Anil. R
looks like all the funds monthly portfolio data is available easily . Hopefully downloading all of them should be an easy job
Hi Utkarsh,
Thanks for sharing your knowledge on fintech.
I am Developer with .NET technologies.
I am planning to learn Python + NO SQL + Machine Learning.
And I want to do a project using the technologies, My first thought was MFs and Stock Analysis.
After a little googling I found the right place to start.
I Found the NAV historical data which is a good start for me to do some analytics on them.
However, I am also interested in the fund portfolio{stocks} data as well.
As per the mf-models / funds.py has given a good idea on how the fund data schema should be.
It would be great if you can give me the mysql/funds data back up file {i just need the funds- data only}
Or, even better if you could guide me on how to crawl this data from openly available websites like money control.
Basically,
I want to crawl on a daily basis and see how each Mutual fund has invested in stocks.
And Find a Trend between the MF investment and stock price movement and predict Stock Pricing for future.
Awaiting your valuable response.
Thank you.
Regards Anil. R