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: show the values
| Point | FJD/ETB |
|---|---|
| 2026-03-29 | 69.5172 |
| 2026-04-05 | 69.7472 |
| 2026-04-12 | 70.3459 |
| 2026-04-19 | 70.3427 |
| 2026-04-26 | 69.5757 |
| 2026-05-03 | 71.1944 |
| 2026-05-10 | 70.7999 |
| 2026-05-18 | 70.8456 |
| 2026-05-26 | 72.8903 |
| 2026-06-02 | 71.6721 |
| 2026-06-11 | 72.0734 |
| 2026-06-18 | 72.1680 |
| 2026-06-25 | 71.5889 |
| 2026-07-02 | 70.9186 |
| 2026-07-09 | 71.6251 |
| 2026-07-16 | 71.8860 |
| 2026-07-23 | 71.9618 |
| 2026-07-30 | 71.8275 |
| 2026-08-06 | 72.3199 |
| 2026-08-13 | 72.5942 |
| 2026-08-21 | 73.5893 |
| 2026-08-28 | 73.9078 |
| 2026-09-04 | 73.0409 |
| 2026-09-11 | 72.6876 |
| 2026-09-18 | 72.3187 |
| 2026-09-25 | 72.6382 |
High
73.9078
Low
69.5172
Average
71.7301
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.