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: show the values
| Point | FJD/ETB |
|---|---|
| 2025-09-25 | 64.3706 |
| 2025-10-02 | 64.1085 |
| 2025-10-09 | 64.0137 |
| 2025-10-16 | 64.4455 |
| 2025-10-23 | 65.4347 |
| 2025-10-30 | 66.6296 |
| 2025-11-06 | 66.7295 |
| 2025-11-13 | 67.0804 |
| 2025-11-20 | 66.9492 |
| 2025-11-27 | 67.1409 |
| 2025-12-04 | 68.1092 |
| 2025-12-12 | 68.4018 |
| 2025-12-19 | 68.0999 |
| 2025-12-26 | 68.4897 |
| 2026-01-02 | 68.1399 |
| 2026-01-09 | 68.4789 |
| 2026-01-16 | 68.3446 |
| 2026-01-23 | 69.0524 |
| 2026-01-30 | 70.4998 |
| 2026-02-06 | 70.1048 |
| 2026-02-13 | 70.7562 |
| 2026-02-20 | 69.9403 |
| 2026-02-27 | 63.8281 |
| 2026-03-06 | 69.8263 |
| 2026-03-13 | 71.0115 |
| 2026-03-20 | 70.9939 |
| 2026-03-27 | 70.0216 |
| 2026-04-03 | 69.1307 |
| 2026-04-10 | 70.4364 |
| 2026-04-17 | 70.5202 |
| 2026-04-24 | 70.7113 |
| 2026-05-01 | 71.4606 |
| 2026-05-08 | 71.3602 |
| 2026-05-16 | 71.4879 |
| 2026-05-24 | 72.0307 |
| 2026-05-31 | 71.4556 |
| 2026-06-09 | 71.5532 |
| 2026-06-16 | 71.8891 |
| 2026-06-23 | 71.2121 |
| 2026-06-30 | 71.2087 |
| 2026-07-07 | 71.5837 |
| 2026-07-14 | 71.8359 |
| 2026-07-21 | 72.2351 |
| 2026-07-28 | 71.6494 |
| 2026-08-04 | 72.4307 |
| 2026-08-11 | 72.6881 |
| 2026-08-18 | 72.8270 |
| 2026-08-26 | 73.0714 |
| 2026-09-02 | 73.1372 |
| 2026-09-09 | 73.1583 |
| 2026-09-16 | 73.0189 |
| 2026-09-23 | 72.4978 |
High
73.1583
Low
63.8281
Average
69.7779
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=ETB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=ETB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=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¤cies=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.