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?