I'm using Google Sheets for tracking my mutual funds portfolio, and I'm supposed to call the function below to get the timestamp of the most recent change of the VASIX fund share price:
=GOOGLEFINANCE("VASIX", "date")
The problem is that the date, returned by this function, is typically two-three days late.
What might be wrong here?