Google sheets: get currency rate exchange for a specific date
Vincent Voyer
Posted on April 28, 2020
Hi there, here's a quick post on how to get and display a currency rate exchange for a specific date in Google Spreadsheets. This is useful in some situations.
The formula to use is GOOGLEFINANCE and combine it with the INDEX formula to get only the relevant data.
Here's an example: =index(GoogleFinance("CURRENCY:USDEUR", "price", DATE(2020, 04, 10)), 2, 2)
would get the USD to EUR rate as for 2020/04/10.
Enjoy!
💖 💪 🙅 🚩
Vincent Voyer
Posted on April 28, 2020
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.