Skip to content

ETB to GNF exchange rate API

Ethiopian Birr to Guinea Franc · quoted 2026-09-27

54.3502

▼ +9.72% over 1Y

1 ETB = 54.3502 GNF · 1 GNF = 0.01840 ETB · Get this rate via the API

1 ETB buys 54.3502 GNF as of 2026-09-27, so 1 GNF buys 0.01840 ETB. Over the last year, ETB/GNF traded between 53.8848 and 60.2000, averaged 55.8833 and fell 9.72%. The API holds daily ETB/GNF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ETB/GNF over 1Y

ETB/GNF over 1Y: show the values
PointETB/GNF
2025-09-2760.2000
2025-10-0460.0161
2025-10-1158.7310
2025-10-1858.7387
2025-10-2557.1775
2025-11-0156.5274
2025-11-0856.1764
2025-11-1556.4588
2025-11-2256.2556
2025-11-2956.5178
2025-12-0656.0083
2025-12-1456.0498
2025-12-2156.1202
2025-12-2856.1905
2026-01-0456.3520
2026-01-1156.3381
2026-01-1856.2674
2026-01-2556.2223
2026-02-0156.4472
2026-02-0856.6632
2026-02-1556.4589
2026-02-2256.3911
2026-03-0156.2118
2026-03-0856.2225
2026-03-1556.0754
2026-03-2255.7871
2026-03-2956.0565
2026-04-0556.1078
2026-04-1255.9161
2026-04-1956.1898
2026-04-2656.7809
2026-05-0355.8916
2026-05-1056.1933
2026-05-1856.1592
2026-05-2654.5539
2026-06-0255.4827
2026-06-1154.5265
2026-06-1854.4567
2026-06-2554.5361
2026-07-0255.1054
2026-07-0954.6153
2026-07-1654.5346
2026-07-2354.4974
2026-07-3054.7160
2026-08-0654.5979
2026-08-1354.4486
2026-08-2153.9429
2026-08-2853.8848
2026-09-0454.5634
2026-09-1154.5983
2026-09-1854.5116
2026-09-2553.9903

High

60.2000

Low

53.8848

Average

55.8833

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ETB/GNF API questions

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

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

How far back does ETB/GNF historical data go?

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