Skip to content

FJD to ETB exchange rate API

Fiji Dollar to Ethiopian Birr · quoted 2026-09-25

72.6353

▲ +12.84% over 1Y

1 FJD = 72.6353 ETB · 1 ETB = 0.01377 FJD · Get this rate via the API

1 FJD buys 72.6353 ETB as of 2026-09-25, so 1 ETB buys 0.01377 FJD. Over the last year, FJD/ETB traded between 63.8281 and 73.1583, averaged 69.7779 and rose 12.84%. The API holds daily FJD/ETB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/ETB over 1Y

FJD/ETB over 1Y: show the values
PointFJD/ETB
2025-09-2564.3706
2025-10-0264.1085
2025-10-0964.0137
2025-10-1664.4455
2025-10-2365.4347
2025-10-3066.6296
2025-11-0666.7295
2025-11-1367.0804
2025-11-2066.9492
2025-11-2767.1409
2025-12-0468.1092
2025-12-1268.4018
2025-12-1968.0999
2025-12-2668.4897
2026-01-0268.1399
2026-01-0968.4789
2026-01-1668.3446
2026-01-2369.0524
2026-01-3070.4998
2026-02-0670.1048
2026-02-1370.7562
2026-02-2069.9403
2026-02-2763.8281
2026-03-0669.8263
2026-03-1371.0115
2026-03-2070.9939
2026-03-2770.0216
2026-04-0369.1307
2026-04-1070.4364
2026-04-1770.5202
2026-04-2470.7113
2026-05-0171.4606
2026-05-0871.3602
2026-05-1671.4879
2026-05-2472.0307
2026-05-3171.4556
2026-06-0971.5532
2026-06-1671.8891
2026-06-2371.2121
2026-06-3071.2087
2026-07-0771.5837
2026-07-1471.8359
2026-07-2172.2351
2026-07-2871.6494
2026-08-0472.4307
2026-08-1172.6881
2026-08-1872.8270
2026-08-2673.0714
2026-09-0273.1372
2026-09-0973.1583
2026-09-1673.0189
2026-09-2372.4978

High

73.1583

Low

63.8281

Average

69.7779

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FJD/ETB API questions

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

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

How far back does FJD/ETB historical data go?

Daily FJD/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 FJD/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.