I am trying to use the google finance function within Google Sheets to return the share price for Vital Healthcare Property Trust which is listed on the New Zealand stock exchange.
Here is the instrument in question:
For all other instruments on the NZ stock exchange, it just works. For example:
=googlefinance("NZE:MEL")
=googlefinance("NZE:GNE")
=googlefinance("NZE:RYM")
These all return as expected, but
=googlefinance("NZE:VHP")
returns #N/A
.
Out of desperation, I've tried all of the following ticker combinations:
VHP
VHP.NZ
VHP.NZE
VHP.NZSE
VHP:NZ
VHP:NZE
VHP:NZSE
NZ.VHP
NZE.VHP
NZSE.VHP
NZ:VHP
NZE:VHP
NZSE:VHP
Why does this specific instrument not return a value correctly?
And how do I fix it/work around it?