I can retrieve the exchange rate on a given date with the following command:
=GoogleFinance("audusd","price","09/15/2015")
However if the market is closed that day then GoogleFinance
returns "N/A":
=GoogleFinance("audusd","price","11/19/2015")
How do I get GoogleFinance to get me the price even though the market is closed?
I used the following solution based on the UTC time:
This solution is based on the times at which the market is closed:
http://www.wisestockbuyer.com/2012/05/what-time-do-stock-markets-open-and-close/