Magento – Magento 2: Currency rates import not wokring

currency-ratesmagento2multicurrency

I have setup muticurrency store, with a base currency USD. When i try to import currency through Yahoo Finance Exchange, Fixer.io or Webservicex then it does not import all currency rates. They miss most of the currencies.

Now I need to change the base currency. After changing base currency other USD then Yahoo Finance Exchange, Fixer.io and Webservicex do not import ANY rate.

Whats wrong with it? I want to import rates with base currency other than USD.

Best Answer

small change: 'http://api.fixer.io/latest?base={{CURRENCY_FROM}}&symbols={{CURRENCY_TO}}'; with 'http://data.fixer.io/api/latest?access_key=YOUR API KEY&base={{CURRENCY_FROM}}&symbols={{CURRENCY_TO}}'