Skip to content

MAD to FJD exchange rate API

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

0.23399

▼ +5.99% over YTD

1 MAD = 0.23399 FJD · 1 FJD = 4.2738 MAD · Get this rate via the API

1 MAD buys 0.23399 FJD as of 2026-09-25, so 1 FJD buys 4.2738 MAD. Over the year to date, MAD/FJD traded between 0.23245 and 0.24889, averaged 0.23951 and fell 5.99%. The API holds daily MAD/FJD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MAD/FJD over YTD

MAD/FJD over YTD: show the values
PointMAD/FJD
2025-12-310.24889
2026-01-070.24650
2026-01-140.24709
2026-01-210.24673
2026-01-280.24498
2026-02-040.24134
2026-02-110.24137
2026-02-180.24113
2026-02-250.24032
2026-03-040.23799
2026-03-110.23588
2026-03-180.23605
2026-03-250.23925
2026-04-010.23990
2026-04-080.24035
2026-04-150.23909
2026-04-220.23836
2026-04-290.23826
2026-05-060.23871
2026-05-130.23968
2026-05-200.23896
2026-05-270.23958
2026-06-030.23923
2026-06-100.23941
2026-06-170.24022
2026-06-240.23831
2026-07-010.23834
2026-07-080.23971
2026-07-150.23970
2026-07-220.23788
2026-07-290.23871
2026-08-050.23848
2026-08-120.23869
2026-08-190.23921
2026-08-260.23848
2026-09-020.23726
2026-09-090.23572
2026-09-160.23431
2026-09-230.23245

High

0.24889

Low

0.23245

Average

0.23951

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MAD&currencies=FJD").json()

Replace YOUR_API_KEY with the key from your dashboard.

MAD/FJD API questions

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

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

How far back does MAD/FJD historical data go?

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