Skip to content

FJD to MAD exchange rate API

Fiji Dollar to Moroccan Dirham · quoted 2026-09-25

4.2796

▲ +6.47% over 1Y

1 FJD = 4.2796 MAD · 1 MAD = 0.23366 FJD · Get this rate via the API

1 FJD buys 4.2796 MAD as of 2026-09-25, so 1 MAD buys 0.23366 FJD. Over the last year, FJD/MAD traded between 4.0111 and 4.2956, averaged 4.1413 and rose 6.47%. The API holds daily FJD/MAD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/MAD over 1Y

FJD/MAD over 1Y: show the values
PointFJD/MAD
2025-09-254.0197
2025-10-024.0244
2025-10-094.0221
2025-10-164.0230
2025-10-234.0335
2025-10-304.0633
2025-11-064.0578
2025-11-134.0510
2025-11-204.0337
2025-11-274.0405
2025-12-044.0517
2025-12-114.0467
2025-12-184.0164
2025-12-254.0117
2026-01-014.0111
2026-01-084.0618
2026-01-154.0533
2026-01-224.0612
2026-01-294.0914
2026-02-054.1381
2026-02-124.1555
2026-02-194.1523
2026-02-264.1649
2026-03-054.2053
2026-03-124.2541
2026-03-194.2430
2026-03-264.1968
2026-04-024.1765
2026-04-094.1791
2026-04-164.1813
2026-04-234.1978
2026-04-304.1993
2026-05-074.1820
2026-05-144.1901
2026-05-214.1827
2026-05-284.1776
2026-06-044.1799
2026-06-114.1585
2026-06-184.1689
2026-06-254.1940
2026-07-024.1862
2026-07-094.1722
2026-07-164.1791
2026-07-234.1948
2026-07-304.2022
2026-08-064.1885
2026-08-134.1854
2026-08-204.1817
2026-08-274.1928
2026-09-034.2226
2026-09-104.2383
2026-09-174.2576
2026-09-244.2956

High

4.2956

Low

4.0111

Average

4.1413

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FJD/MAD API questions

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

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

How far back does FJD/MAD historical data go?

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