Skip to content

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

CHF/ETB over 1Y: show the values
PointCHF/ETB
2025-09-25182.5257
2025-10-02182.5900
2025-10-09181.4886
2025-10-16184.4511
2025-10-23188.1821
2025-10-30189.0899
2025-11-06189.5002
2025-11-13193.0584
2025-11-20191.0306
2025-11-27190.8447
2025-12-04193.9015
2025-12-12195.4728
2025-12-19195.3649
2025-12-26197.2553
2026-01-02195.8042
2026-01-09194.8761
2026-01-16194.2569
2026-01-23196.8152
2026-01-30202.5784
2026-02-06200.3893
2026-02-13202.7722
2026-02-20198.8159
2026-02-27182.3255
2026-03-06198.3144
2026-03-13198.9443
2026-03-20199.6969
2026-03-27197.1356
2026-04-03194.7501
2026-04-10198.3942
2026-04-17199.5521
2026-04-24199.3799
2026-05-01200.9804
2026-05-08201.2106
2026-05-16200.1854
2026-05-24203.9160
2026-05-31202.5496
2026-06-09199.5338
2026-06-16200.5847
2026-06-23196.7142
2026-06-30197.9208
2026-07-07199.1589
2026-07-14198.2032
2026-07-21198.8803
2026-07-28195.4776
2026-08-04199.0752
2026-08-11199.4159
2026-08-18198.9745
2026-08-26200.6449
2026-09-02199.2316
2026-09-09200.2410
2026-09-16197.8978
2026-09-23196.5567

High

203.9160

Low

181.4886

Average

196.1043

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=ETB"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=ETB");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=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&currencies=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.