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: show the values
| Point | FJD/DZD |
|---|---|
| 2025-09-25 | 57.4003 |
| 2025-10-02 | 57.1910 |
| 2025-10-09 | 57.2865 |
| 2025-10-16 | 56.9646 |
| 2025-10-23 | 56.8770 |
| 2025-10-30 | 56.9907 |
| 2025-11-06 | 57.0235 |
| 2025-11-13 | 56.9578 |
| 2025-11-20 | 56.7654 |
| 2025-11-27 | 56.9484 |
| 2025-12-04 | 57.0228 |
| 2025-12-12 | 57.0723 |
| 2025-12-19 | 56.8303 |
| 2025-12-26 | 57.0401 |
| 2026-01-02 | 56.8286 |
| 2026-01-09 | 57.1132 |
| 2026-01-16 | 57.2655 |
| 2026-01-23 | 57.6233 |
| 2026-01-30 | 58.6549 |
| 2026-02-06 | 58.4233 |
| 2026-02-13 | 58.8239 |
| 2026-02-20 | 59.0058 |
| 2026-02-27 | 58.9936 |
| 2026-03-06 | 58.8639 |
| 2026-03-13 | 59.9122 |
| 2026-03-20 | 59.7468 |
| 2026-03-27 | 59.3157 |
| 2026-04-03 | 59.0496 |
| 2026-04-10 | 59.5403 |
| 2026-04-17 | 59.6703 |
| 2026-04-24 | 59.8679 |
| 2026-05-01 | 60.2722 |
| 2026-05-08 | 60.2523 |
| 2026-05-16 | 60.1877 |
| 2026-05-24 | 59.9804 |
| 2026-05-31 | 59.8270 |
| 2026-06-09 | 60.2764 |
| 2026-06-16 | 59.9640 |
| 2026-06-23 | 59.7261 |
| 2026-06-30 | 59.1977 |
| 2026-07-07 | 59.3760 |
| 2026-07-14 | 59.5486 |
| 2026-07-21 | 59.6536 |
| 2026-07-28 | 59.6531 |
| 2026-08-04 | 59.7966 |
| 2026-08-11 | 59.7724 |
| 2026-08-18 | 59.9133 |
| 2026-08-26 | 60.2632 |
| 2026-09-02 | 60.1893 |
| 2026-09-09 | 60.2728 |
| 2026-09-16 | 60.2572 |
| 2026-09-23 | 60.0467 |
High
60.2764
Low
56.7654
Average
58.7745
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=DZD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=DZD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=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¤cies=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.