On using GoogleFinance macros in Google Spreadsheet , "return" attributes for 1,4,13,52 week return provides the following error:
Code :
=GOOGLEFINANCE("AAPL","return52")
ERROR:
Function GOOGLEFINANCE parameter 2 value is invalid for the symbol specified.
However other attributes like "price" work fine:
Code :
=GOOGLEFINANCE("AAPL","price")
Response: 146.83
Is there any alternate way to access these attributes?