CHF to ETB exchange rate API
Swiss Franc to Ethiopian Birr · quoted 2026-09-25
196.6184
▲ +7.72% over 1Y
1 CHF = 196.6184 ETB · 1 ETB = 0.005086 CHF · Get this rate via the API
1 CHF buys 196.6184 ETB as of 2026-09-25, so 1 ETB buys 0.005086 CHF. Over the last year, CHF/ETB traded between 181.4886 and 203.9160, averaged 196.1043 and rose 7.72%. The API holds daily CHF/ETB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
CHF/ETB over 1Y: show the values
| Point | CHF/ETB |
|---|---|
| 2025-09-25 | 182.5257 |
| 2025-10-02 | 182.5900 |
| 2025-10-09 | 181.4886 |
| 2025-10-16 | 184.4511 |
| 2025-10-23 | 188.1821 |
| 2025-10-30 | 189.0899 |
| 2025-11-06 | 189.5002 |
| 2025-11-13 | 193.0584 |
| 2025-11-20 | 191.0306 |
| 2025-11-27 | 190.8447 |
| 2025-12-04 | 193.9015 |
| 2025-12-12 | 195.4728 |
| 2025-12-19 | 195.3649 |
| 2025-12-26 | 197.2553 |
| 2026-01-02 | 195.8042 |
| 2026-01-09 | 194.8761 |
| 2026-01-16 | 194.2569 |
| 2026-01-23 | 196.8152 |
| 2026-01-30 | 202.5784 |
| 2026-02-06 | 200.3893 |
| 2026-02-13 | 202.7722 |
| 2026-02-20 | 198.8159 |
| 2026-02-27 | 182.3255 |
| 2026-03-06 | 198.3144 |
| 2026-03-13 | 198.9443 |
| 2026-03-20 | 199.6969 |
| 2026-03-27 | 197.1356 |
| 2026-04-03 | 194.7501 |
| 2026-04-10 | 198.3942 |
| 2026-04-17 | 199.5521 |
| 2026-04-24 | 199.3799 |
| 2026-05-01 | 200.9804 |
| 2026-05-08 | 201.2106 |
| 2026-05-16 | 200.1854 |
| 2026-05-24 | 203.9160 |
| 2026-05-31 | 202.5496 |
| 2026-06-09 | 199.5338 |
| 2026-06-16 | 200.5847 |
| 2026-06-23 | 196.7142 |
| 2026-06-30 | 197.9208 |
| 2026-07-07 | 199.1589 |
| 2026-07-14 | 198.2032 |
| 2026-07-21 | 198.8803 |
| 2026-07-28 | 195.4776 |
| 2026-08-04 | 199.0752 |
| 2026-08-11 | 199.4159 |
| 2026-08-18 | 198.9745 |
| 2026-08-26 | 200.6449 |
| 2026-09-02 | 199.2316 |
| 2026-09-09 | 200.2410 |
| 2026-09-16 | 197.8978 |
| 2026-09-23 | 196.5567 |
High
203.9160
Low
181.4886
Average
196.1043
Get this rate via the API
One GET request returns the CHF/ETB rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=ETB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=ETB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=ETB").json()Replace YOUR_API_KEY with the key from your dashboard.
CHF/ETB API questions
How do I get the CHF/ETB exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=ETB, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/ETB rate in rates.ETB.
How far back does CHF/ETB historical data go?
Daily CHF/ETB rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free CHF/ETB exchange rate API?
Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.