To find the maximum price of a stock within a date range using Google finance
on Google sheets I use:
=MAX(INDEX(GOOGLEFINANCE("TICKER","high",”start date”,”end date”), ,2))
The formula works for stocks and ETFs. That formula however does not work for bitcoin or currencies. It gives an error message.
However using parts of the formula to get current price works: =GOOGLEFINANCE(“BTCUSD”)
How can I solve that problem?
on Google sheets I use:
=MAX(INDEX(GOOGLEFINANCE("TICKER","high",”start date”,”end date”), ,2))
The formula works for stocks and ETFs. That formula however does not work for bitcoin or currencies. It gives an error message.
However using parts of the formula to get current price works: =GOOGLEFINANCE(“BTCUSD”)
How can I solve that problem?