Skip to content

ETB to CHF exchange rate API

Ethiopian Birr to Swiss Franc · quoted 2026-09-25

0.005083

▼ +0.20% over YTD

1 ETB = 0.005083 CHF · 1 CHF = 196.7342 ETB · Get this rate via the API

1 ETB buys 0.005083 CHF as of 2026-09-25, so 1 CHF buys 196.7342 ETB. Over the year to date, ETB/CHF traded between 0.004883 and 0.005145, averaged 0.005019 and fell 0.20%. The API holds daily ETB/CHF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ETB/CHF over YTD

ETB/CHF over YTD: show the values
PointETB/CHF
2025-12-310.005093
2026-01-070.005134
2026-01-140.005145
2026-01-210.005060
2026-01-280.004959
2026-02-040.004990
2026-02-110.004948
2026-02-180.004958
2026-02-250.005000
2026-03-040.005024
2026-03-110.005002
2026-03-180.005049
2026-03-250.005047
2026-04-010.005044
2026-04-080.005001
2026-04-150.005010
2026-04-220.005001
2026-04-290.005013
2026-05-060.004961
2026-05-140.004965
2026-05-210.004994
2026-05-290.004883
2026-06-050.004898
2026-06-140.004995
2026-06-210.005068
2026-06-280.005103
2026-07-050.005028
2026-07-120.005076
2026-07-190.005008
2026-07-260.005103
2026-08-020.005066
2026-08-090.005041
2026-08-160.005019
2026-08-240.004955
2026-08-310.004924
2026-09-070.004983
2026-09-140.005060
2026-09-210.005032

High

0.005145

Low

0.004883

Average

0.005019

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ETB&currencies=CHF").json()

Replace YOUR_API_KEY with the key from your dashboard.

ETB/CHF API questions

How do I get the ETB/CHF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ETB&currencies=CHF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ETB/CHF rate in rates.CHF.

How far back does ETB/CHF historical data go?

Daily ETB/CHF 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 ETB/CHF 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.