I have used this formula to access current stock prices
=min(GoogleFinance(A1, "PRICE"))
My plan is to use a form to insert a stock ticker and record the stock price at the time of entry onto the Google-sheet. The formula I am currently using updates and therefore the price at entry gets lost. Is there a formula that will not update upon entry that will work during times when the stock market is open?