Magento 2: Get Currency Code, Currency Symbol & Currency Rate
This article shows how we can get our store’s currency code, currency symbol, and currency rate in Magento 2. We will be fetching all base, default and current currency code. We will also be fetching available currency codes and allowed currency codes. Using Dependency Injection (DI) Below is a block class of my custom module … Read more