I am trying to create a sheet with stock data from the current day and yesterday.
Neither this:
=GOOGLEFINANCE(B2;"price";TODAY())
Nor this:
=GOOGLEFINANCE(B2;"price";DATE(YEAR(TODAY());MONTH(TODAY());DAY(TODAY())))
works.
But this does:
=GOOGLEFINANCE(B2;"price";DATE(2020;1;17))
Can anyone help?