In Google Sheets, is there a way to pivot the output of googlefinance() horizontally? Currently, it outputs prices/dates vertically.
Use TRANSPOSE(),
=TRANSPOSE(googlefinance())
is that what you where up to?