How to create a Currency Conversion dashboard in Google Data Studio

To illustrate how the currency feature works, I will show how to use Google Sheets and Google Data Studio to create a currency dashboard.

Google Sheets has many useful functions. One of these is it’s currency conversion formula that allows users to get a live conversion rate between different currencies.

Currency conversion dashboard in Google Data Studio

The first step is to create a Google Sheet that you will use as a basis for the dashboard.

In this example above, I want to know the Rand Value of the various currencies I’ve chosen. That is to say I want to know how many South African Rand each unit of currency is worth.

The first step is to find out the currency code for each of them.

US dollarUSD
Canadian dollarCAD
British PoundGBP
EuroEUR
Australian dollarAUD

Once we know the currency codes, we can create a formula to give us the live currency value.

We use the formula =[amount we want to convert]*GoogleFinance(“CURRENCY:[first currency][second currency]“)

So, for converting 1 US dollar to South African Rand we will use the formula below.

=1*GoogleFinance(“CURRENCY:USDZAR”)

Therefore, adding the correct formulas for each of the currencies will give us a table that looks like this.

Table showing currency conversion rates

If we are concerned about the accuracy of the values, we can check against Google’s exchange rate. For example, the screenshot above was taken on 24 January 2019. It shows one British Pound as being worth R18.06 Rand. If we do a search on the same day we get the following data.

A chart showing the South African Rand exchange rate compared to the British Pound sterling

This shows that the formula is displaying the correct exchange rate.

Displaying the exchange rates in Google Data Studio

Now that we have our spreadsheet with live currency data, we can create a Google Data Studio report to display the information.

We select the correct sheet and worksheet as our data source.

Currency data in google data studio

For the exchange rate value we can select ZAR – South African Rand (R) as the currency.

We can then create a chart in Data Studio and display the data however we wish. Take a look at the version below.

Other Blog Posts

If you’d like to see how to make a long term currency dashboard you can read this blog post about How to create a five year Currency Exchange Rate report in Google Data Studio.

If you'd like to see how to make a long term currency dashboard you can read this blog post about How to create a five year Currency Exchange Rate report in Google Data Studio.

You could also read this blog post about How to make a Currency Exchange Rate World Map in Google Data Studio.

Currency Exchange Rate World Map in Google Data Studio

I hope you enjoyed this blog post!

Michael Howe-Ely