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: show the values
| Point | FJD/ETB |
|---|---|
| 2026-08-26 | 73.0714 |
| 2026-08-27 | 73.6839 |
| 2026-08-28 | 73.9078 |
| 2026-08-29 | 72.9960 |
| 2026-08-30 | 72.5560 |
| 2026-08-31 | 74.1868 |
| 2026-09-01 | 73.2125 |
| 2026-09-02 | 73.1372 |
| 2026-09-03 | 73.4554 |
| 2026-09-04 | 73.0409 |
| 2026-09-05 | 73.2801 |
| 2026-09-06 | 72.6912 |
| 2026-09-07 | 73.5323 |
| 2026-09-08 | 73.3652 |
| 2026-09-09 | 73.1583 |
| 2026-09-10 | 73.6451 |
| 2026-09-11 | 72.6876 |
| 2026-09-12 | 72.7920 |
| 2026-09-13 | 72.5630 |
| 2026-09-14 | 72.8418 |
| 2026-09-15 | 72.7714 |
| 2026-09-16 | 73.0189 |
| 2026-09-17 | 72.6928 |
| 2026-09-18 | 72.3187 |
| 2026-09-19 | 72.4814 |
| 2026-09-20 | 72.4593 |
| 2026-09-21 | 73.3058 |
| 2026-09-22 | 72.9000 |
| 2026-09-23 | 72.4978 |
| 2026-09-24 | 73.0485 |
| 2026-09-25 | 72.6382 |
High
74.1868
Low
72.3187
Average
73.0179
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.