I\'d like to know if it is possible to query a past exchange rate on Google Spreadsheet.
For example; using formula =GoogleFinance(\"CURRENCY:USDEUR\")
=GoogleFinance(\"CURRENCY:USDEUR\")
Other option is using the CurrencyConverter function from this Google Sheets add-on. It is fast and and has simple syntax. For example,
CurrencyConverter
=CurrencyConverter(100, "USD", "EUR", "2/28/2020")
returns 91.09957183
91.09957183