Getting fund prices into excel
Discussion
Hi All,
Since morningstar decided to revamp their website and completely screw up my unsophisticated method of scraping fund prices and other data, I now need a new solution, ideally free!
Prior to the revamp, I used the "Get data from web" and grabbed the fund price which then was linked to a finance spreadsheet. I've managed to find another site (AJBell & HL) that can give me the data I need but it's going to be pretty brittle.
Does anyone know of a finance website that has a free API I can grab NAV, Charge, Asset Allocation by country from?
Since morningstar decided to revamp their website and completely screw up my unsophisticated method of scraping fund prices and other data, I now need a new solution, ideally free!
Prior to the revamp, I used the "Get data from web" and grabbed the fund price which then was linked to a finance spreadsheet. I've managed to find another site (AJBell & HL) that can give me the data I need but it's going to be pretty brittle.
Does anyone know of a finance website that has a free API I can grab NAV, Charge, Asset Allocation by country from?
Yes I ran into the same issue for tracking funds on Morningstar on my Google Sheets.
I changed my tracking to FT.com and it appears to work better for me (more reliable, updates sooner).
For 'Vanguard FTSE Global All Cap Index Fund GBP Acc' I just use this in Google Sheets.
=index(importxml("https://markets.ft.com/data/funds/tearsheet/summary?s=GB00BD3RZ582:GBP","//span[@class='mod-ui-data-list__value']"),1,1)
(just amend 'GB00BD3RZ582' to the fund you need)
I changed my tracking to FT.com and it appears to work better for me (more reliable, updates sooner).
For 'Vanguard FTSE Global All Cap Index Fund GBP Acc' I just use this in Google Sheets.
=index(importxml("https://markets.ft.com/data/funds/tearsheet/summary?s=GB00BD3RZ582:GBP","//span[@class='mod-ui-data-list__value']"),1,1)
(just amend 'GB00BD3RZ582' to the fund you need)
Have you got O365? If so you can use the Stocks functionality.
This Youtube video will give you information on how to use it
https://www.youtube.com/watch?v=D44EDant0rs
This Youtube video will give you information on how to use it
https://www.youtube.com/watch?v=D44EDant0rs
Gassing Station | Finance | Top of Page | What's New | My Stuff



