Skip to content

FJD to ETB exchange rate API

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

72.6353

▲ +4.49% over 6M

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 6 months, FJD/ETB traded between 69.5172 and 73.9078, averaged 71.7301 and rose 4.49%. 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 6M

FJD/ETB over 6M: show the values
PointFJD/ETB
2026-03-2969.5172
2026-04-0569.7472
2026-04-1270.3459
2026-04-1970.3427
2026-04-2669.5757
2026-05-0371.1944
2026-05-1070.7999
2026-05-1870.8456
2026-05-2672.8903
2026-06-0271.6721
2026-06-1172.0734
2026-06-1872.1680
2026-06-2571.5889
2026-07-0270.9186
2026-07-0971.6251
2026-07-1671.8860
2026-07-2371.9618
2026-07-3071.8275
2026-08-0672.3199
2026-08-1372.5942
2026-08-2173.5893
2026-08-2873.9078
2026-09-0473.0409
2026-09-1172.6876
2026-09-1872.3187
2026-09-2572.6382

High

73.9078

Low

69.5172

Average

71.7301

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.