Skip to content

FJD to DZD exchange rate API

Fiji Dollar to Algerian Dinar · quoted 2026-09-25

59.5506

▲ +4.48% over YTD

1 FJD = 59.5506 DZD · 1 DZD = 0.01679 FJD · Get this rate via the API

1 FJD buys 59.5506 DZD as of 2026-09-25, so 1 DZD buys 0.01679 FJD. Over the year to date, FJD/DZD traded between 56.9988 and 60.5130, averaged 59.3542 and rose 4.48%. The API holds daily FJD/DZD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/DZD over YTD

FJD/DZD over YTD: show the values
PointFJD/DZD
2025-12-3156.9988
2026-01-0757.2005
2026-01-1457.1274
2026-01-2157.2495
2026-01-2858.3243
2026-02-0458.6625
2026-02-1158.7744
2026-02-1858.8250
2026-02-2558.9397
2026-03-0459.1653
2026-03-1159.5360
2026-03-1859.6791
2026-03-2559.3474
2026-04-0159.5054
2026-04-0859.2047
2026-04-1559.8181
2026-04-2259.9087
2026-04-2960.0692
2026-05-0660.2414
2026-05-1460.4208
2026-05-2160.0867
2026-05-2960.2253
2026-06-0560.5130
2026-06-1459.6015
2026-06-2159.5288
2026-06-2858.8284
2026-07-0558.9578
2026-07-1259.1704
2026-07-1959.3196
2026-07-2659.3973
2026-08-0259.9830
2026-08-0959.8006
2026-08-1659.7533
2026-08-2460.3893
2026-08-3160.2368
2026-09-0760.2942
2026-09-1460.1398
2026-09-2160.0414

High

60.5130

Low

56.9988

Average

59.3542

For developers

Get this rate via the API

One GET request returns the FJD/DZD 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=DZD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=DZD");
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=DZD").json()

Replace YOUR_API_KEY with the key from your dashboard.

FJD/DZD API questions

How do I get the FJD/DZD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=DZD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FJD/DZD rate in rates.DZD.

How far back does FJD/DZD historical data go?

Daily FJD/DZD 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/DZD 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.