I want a list of stock and fund prices on a specific date as follows:
BRK.B411.6
FXAIX182.22
FBALX28.77
FPURX25.45
FSKAX144.13
VFIAX482.9
The function =GOOGLEFINANCE(B3,"price","12/13/2023") will output two rows of data where B3 contains brk.b
DateClose
12/13/2023 16:00:00362.03
Of course I can create copies of =GOOGLEFINANCE and then extract the price to create my list. Other then bruteforce, is there an elegant way to create the list of prices by date? What I really want is for =GOOGLEFINANCE(B3,"price","12/13/2023") to output just the price rather than two rows of data.
BRK.B411.6
FXAIX182.22
FBALX28.77
FPURX25.45
FSKAX144.13
VFIAX482.9
The function =GOOGLEFINANCE(B3,"price","12/13/2023") will output two rows of data where B3 contains brk.b
DateClose
12/13/2023 16:00:00362.03
Of course I can create copies of =GOOGLEFINANCE and then extract the price to create my list. Other then bruteforce, is there an elegant way to create the list of prices by date? What I really want is for =GOOGLEFINANCE(B3,"price","12/13/2023") to output just the price rather than two rows of data.
Statistics: Posted by ee_guy — Sat Mar 23, 2024 10:03 am — Replies 1 — Views 57