webERP Forum

Full Version: Exchange Rates
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Could someone point me to where the ExRate comes from ?
where is the file that remotely connects to the European Central Bank / Google to retrieve the currency exchange values?


Thx!

In includes/MiscFunctions.php you can find the functions GetECBCurrencyRates() GetCurrencyRate() quote_oanda_currency() and google_currency_rate()

Trouble is they mess with the APIs frequently so they may not be working now.

Tim
Great thx!