I have the formula to retrieve the data from google finance.
=googlefinance(D4; "price")
I am tracking some penny stocks and some of the prices have a price in 4 decimal places. When I import the price and it only imports the information with only 2 decimal places. How can I import the price with 4 decimal places?