Forum Discussion
Realtime Currency conversion
If Stock data type is available for your version of Excel you may pickup current GBP/USD exchange rate by it.
SergeiBaklanI was informed the data is available here, by copy a URL, however I am unsure which to copy. Also, once copied URL, then back in XL click DATA and click "From Web" and paste the address, however I can find no "From Web" button, perhaps it doesn't exist in free version?
Currency data is available Here: https://www.x-rates.com/table/?from=GBP&amount=1
It's is quite simple what I am trying to acheive I would have thought.
Here a test sheet I made:
Obviously, I want to convert the GBP to USD using real time data
- SergeiBaklanJan 19, 2021Diamond Contributor
The connector is here
First time it will ask authorization, select Anonymous. After that click Transform, Power Query editor will be opened. Rename the query and in UI editor transform the table to keep only US dollar exchange rate. Load resulting table into any suitable place of your workbook. Open query properties and select update with workbook opening
With that formula for the conversion will be like
=F3*GBP2USD[Rate]
If use Stock or Currency data type you'll have same result much easier, just type in any call USD/GBP, click on icon and extract rate field.
It will be updated automatically every 15 minutes as I remember, but not sure.
Both variant are in attached file.
- JollyRogerJan 21, 2021Copper Contributor
SergeiBaklanWoW! Thats great Sercei, I'll give it a try later
- SergeiBaklanJan 21, 2021Diamond Contributor
JollyRoger , glad to help