Skip to content

FJD to ETB exchange rate API

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

72.6353

▼ +0.60% over 30D

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 30 days, FJD/ETB traded between 72.3187 and 74.1868, averaged 73.0179 and fell 0.60%. 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 30D

FJD/ETB over 30D: show the values
PointFJD/ETB
2026-08-2673.0714
2026-08-2773.6839
2026-08-2873.9078
2026-08-2972.9960
2026-08-3072.5560
2026-08-3174.1868
2026-09-0173.2125
2026-09-0273.1372
2026-09-0373.4554
2026-09-0473.0409
2026-09-0573.2801
2026-09-0672.6912
2026-09-0773.5323
2026-09-0873.3652
2026-09-0973.1583
2026-09-1073.6451
2026-09-1172.6876
2026-09-1272.7920
2026-09-1372.5630
2026-09-1472.8418
2026-09-1572.7714
2026-09-1673.0189
2026-09-1772.6928
2026-09-1872.3187
2026-09-1972.4814
2026-09-2072.4593
2026-09-2173.3058
2026-09-2272.9000
2026-09-2372.4978
2026-09-2473.0485
2026-09-2572.6382

High

74.1868

Low

72.3187

Average

73.0179

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.