Add real-time Ethiopian bank exchange rates to your website with a simple embed code.
Loading rates…
Defaults to USD/ETB. Select additional pairs to include them.
Loading rates…
Leave empty to show all banks
<iframe src="https://exchange.et/embed" width="400" height="400" loading="lazy" referrerpolicy="strict-origin-when-cross-origin" frameborder="0" style="border-radius: 12px; overflow: hidden;" title="Ethiopian Exchange Rates" ></iframe>
banks - Comma-separated list of banks (e.g., CBE,Awash,Dashen)currencies - Comma-separated currency pairs (e.g., USD/ETB,EUR/ETB)type - Rate type: TRANSACTIONAL, CASH, or INDICATIVEtheme - Theme: dark or lightcompact - Enable compact mode: true or falsetitle - Show title: true or falseloading="lazy" so it only loads as it scrolls near the viewport.referrerpolicy="strict-origin-when-cross-origin", which sends only the page origin (never the full URL) on cross-origin requests.