Skip to content

FJD to DZD exchange rate API

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

59.5506

▲ +3.75% over 1Y

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 last year, FJD/DZD traded between 56.7654 and 60.2764, averaged 58.7745 and rose 3.75%. 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 1Y

FJD/DZD over 1Y: show the values
PointFJD/DZD
2025-09-2557.4003
2025-10-0257.1910
2025-10-0957.2865
2025-10-1656.9646
2025-10-2356.8770
2025-10-3056.9907
2025-11-0657.0235
2025-11-1356.9578
2025-11-2056.7654
2025-11-2756.9484
2025-12-0457.0228
2025-12-1257.0723
2025-12-1956.8303
2025-12-2657.0401
2026-01-0256.8286
2026-01-0957.1132
2026-01-1657.2655
2026-01-2357.6233
2026-01-3058.6549
2026-02-0658.4233
2026-02-1358.8239
2026-02-2059.0058
2026-02-2758.9936
2026-03-0658.8639
2026-03-1359.9122
2026-03-2059.7468
2026-03-2759.3157
2026-04-0359.0496
2026-04-1059.5403
2026-04-1759.6703
2026-04-2459.8679
2026-05-0160.2722
2026-05-0860.2523
2026-05-1660.1877
2026-05-2459.9804
2026-05-3159.8270
2026-06-0960.2764
2026-06-1659.9640
2026-06-2359.7261
2026-06-3059.1977
2026-07-0759.3760
2026-07-1459.5486
2026-07-2159.6536
2026-07-2859.6531
2026-08-0459.7966
2026-08-1159.7724
2026-08-1859.9133
2026-08-2660.2632
2026-09-0260.1893
2026-09-0960.2728
2026-09-1660.2572
2026-09-2360.0467

High

60.2764

Low

56.7654

Average

58.7745

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.