visit
If you have seen my last article, you will know that spreadsheets and I have a somewhat ambivalent relationship. But I really hope that is not the main thing you got from the article. In it, I described how to get real-time currency data into Google Sheets (if you are interested, you can find it here).
What led me to Google Sheets in the first place was that I am using a Macbook, and I could not find an easy solution to getting real-time data in Excel with it. However, there is one method to get currency data in Excel, no matter what device you are working with, and that is what I will show you today. Let’s get started!
Currency | Currency Code |
---|---|
US Dollar | USD |
Euro | EUR |
British Pound sterling | GBP |
Swiss Franc | CHF |
Japanese Yen | JPY |
Australian Dollar | AUD |
Canadian Dollar | CAD |
Next, we have to define a base currency. I will use USD. This means that I want to know the conversion rate from USD to the other currencies listed. For Excel to convert them, they must have this format: From Currency/To Currency
So, if I want to convert USD to EUR, I enter: USD/EUR
After entering all the currencies we want to convert, we select them and go to Data > Stocks.
Excel will convert them into a data type if you formated them correctly. You will know that they are correct if the stock icon appears in your cells. However, if there is a question mark icon, Excel could not find a match, so you will have to go back and rework them.When you click on the stock icon, the appearing card shows you more information about the currency pair. For getting the currency conversion, the category “price” is the one that interests us for now. Another way to show the cart is by using this shortcut: CTRL (for Mac CMD)+Shift+F5.
Using the formula: Click in the cell next to one of the currency pairs and enter: =[reference-cell].Price
.
And that’s it. You can try out more categories that might be important for you, like the last trade time. To keep your data up to date, you need to refresh it manually. To update, go to Data > Refresh all. So I wouldn’t recommend this method for professional trading purposes.