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
If I call muFunds("nav","VAUSA0KKID","morningstar-uk") I get a TypeError: No se puede llamar al método "getDescendants" de undefined. (line 33). error. Digging through the code it looks like muFund does not handle queries with that require a investmentType parameter, which is the case here. I also see that this fund is shown as GBX when really it is trading GBP.
Did you come across such strange fund pages? I am happy to add some custom parsing code to my sheet and not go through muFunds, but thought I'd ask if this could be fully supported.
And thanks for building this!
The text was updated successfully, but these errors were encountered:
I have this strange fund pension fund:
https://www.morningstar.co.uk/uk/snapshot/snapshot.aspx?id=VAUSA0KKID&investmentType=SA
If I call
muFunds("nav","VAUSA0KKID","morningstar-uk")
I get aTypeError: No se puede llamar al método "getDescendants" de undefined. (line 33).
error. Digging through the code it looks like muFund does not handle queries with that require ainvestmentType
parameter, which is the case here. I also see that this fund is shown as GBX when really it is trading GBP.Did you come across such strange fund pages? I am happy to add some custom parsing code to my sheet and not go through muFunds, but thought I'd ask if this could be fully supported.
And thanks for building this!
The text was updated successfully, but these errors were encountered: