XE.COM claims to be the world’s favorite currency site. They have XML data feed options that can be used to download the latest currency exchange rates into Dynamics NAV.
I wrote a batch to import the current currency exchange rate from their data feed. It is attached.
Hi, could you provide the NAV 2013 R2 object to import for currency update from xe.com please? If you can send it to me through my email, that’ll be appreciated. Thanks!
Hi Jessie
I have not done that upgrade. I looked at the 2009 code and see that I am using Automation. An upgrade to dotnet should be in order. Will put this on my “nice” to-do list.
Hi
were you able to connect xe to business central?
Hi Ola
I have not done that but I believe we would need a little trick to do that. Data Exchange converts JSON to XML during import. You would need to do that conversion once manually and build the Currency Exchange Service on that. Then you should be able to change the Data Exchange Definition format from XML to JSON and update the path. This is just from the top op my mind, I have not verified this method.