Documentation
Extensions & Plugins
Extend CurrencyApi.net into your favorite platforms. Our official extensions and plugins provide simple configuration, secure authentication, and a consistent experience across ecosystems.
Overview
Our extensions help you integrate CurrencyApi.net without custom code:
- Fast setup: Configure in minutes with guided forms
- Secure by default: Paste your API key; we handle the rest
- Reliable data: Live rates updated as frequently as your plan allows
Looking for SDKs instead? See our SDKs documentation.
Available Extensions
We currently provide the following extension:
- Magento 2: Real Time Currency Api Importer Extension — a drop‑in alternative to Fixer.io. Import live exchange rates for 150+ currencies and enable automatic updates (cron). For product details, see our Magento page.
Magento 2: Real Time Currency Api Importer Extension
Our free Magento 2 extension integrates CurrencyApi.net directly with Magento’s currency importer. It replaces Fixer.io without code changes and supports scheduled (cron) updates.

Our extension is approved and available through the Adobe Commerce Marketplace.
For end‑to‑end installation and configuration steps, follow the Magento extension guide.
Magento 2: Real Time Currency Api Importer Extension Installation
Choose one of the three install options:
- Composer (recommended): Install from Packagist via Composer
- Magento Marketplace: Install from Adobe Commerce Marketplace
- Manual install: Copy to
app/code/HouseOfApis/CurrencyApi/
For step‑by‑step commands (enable module, upgrade, compile, cache), see the Magento extension guide.
To install via Composer, run the following in your terminal:
composer require houseofapis/magento2-currencyapi-importer
Followed by:
php bin/magento module:enable HouseOfApis_CurrencyApi
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:clean
What's Next
Set up your API key and try fetching rates, or explore more docs:
- Create an account and get your API key
- Read the Authentication docs
- Use the Rates endpoint