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: show the values
| Point | FJD/MAD |
|---|---|
| 2025-09-25 | 4.0197 |
| 2025-10-02 | 4.0244 |
| 2025-10-09 | 4.0221 |
| 2025-10-16 | 4.0230 |
| 2025-10-23 | 4.0335 |
| 2025-10-30 | 4.0633 |
| 2025-11-06 | 4.0578 |
| 2025-11-13 | 4.0510 |
| 2025-11-20 | 4.0337 |
| 2025-11-27 | 4.0405 |
| 2025-12-04 | 4.0517 |
| 2025-12-11 | 4.0467 |
| 2025-12-18 | 4.0164 |
| 2025-12-25 | 4.0117 |
| 2026-01-01 | 4.0111 |
| 2026-01-08 | 4.0618 |
| 2026-01-15 | 4.0533 |
| 2026-01-22 | 4.0612 |
| 2026-01-29 | 4.0914 |
| 2026-02-05 | 4.1381 |
| 2026-02-12 | 4.1555 |
| 2026-02-19 | 4.1523 |
| 2026-02-26 | 4.1649 |
| 2026-03-05 | 4.2053 |
| 2026-03-12 | 4.2541 |
| 2026-03-19 | 4.2430 |
| 2026-03-26 | 4.1968 |
| 2026-04-02 | 4.1765 |
| 2026-04-09 | 4.1791 |
| 2026-04-16 | 4.1813 |
| 2026-04-23 | 4.1978 |
| 2026-04-30 | 4.1993 |
| 2026-05-07 | 4.1820 |
| 2026-05-14 | 4.1901 |
| 2026-05-21 | 4.1827 |
| 2026-05-28 | 4.1776 |
| 2026-06-04 | 4.1799 |
| 2026-06-11 | 4.1585 |
| 2026-06-18 | 4.1689 |
| 2026-06-25 | 4.1940 |
| 2026-07-02 | 4.1862 |
| 2026-07-09 | 4.1722 |
| 2026-07-16 | 4.1791 |
| 2026-07-23 | 4.1948 |
| 2026-07-30 | 4.2022 |
| 2026-08-06 | 4.1885 |
| 2026-08-13 | 4.1854 |
| 2026-08-20 | 4.1817 |
| 2026-08-27 | 4.1928 |
| 2026-09-03 | 4.2226 |
| 2026-09-10 | 4.2383 |
| 2026-09-17 | 4.2576 |
| 2026-09-24 | 4.2956 |
High
4.2956
Low
4.0111
Average
4.1413
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=MAD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=MAD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=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¤cies=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.