Subject: Re: Historical stock data
I use Tiingo to get the EOD prices of stocks that googlefinance() does not have, or symbols that go to the wrong stock (BDJ is one such).
GF also does not have the symbols for NAV of CEFs, but Tiingo does.
=index(importdata("https://api.tiingo.com/tiingo/..." & A16 & "/prices?token={}&format=csv"),2,7)