I am pulling stock market data from Yahoo! Finance. For data that does not change often, I do not want to contact Yahoo! each time, but source data from a db sheet that acts as a cache:
yahoofinance()is called per ticker from 'Dashboard' sheetyahoofinance()callsdb_datato see if data fortickeris available indb

