Skip to content

FJD to MKD exchange rate API

Fiji Dollar to Denar · quoted 2026-09-25

24.0572

▲ +3.68% over 1Y

1 FJD = 24.0572 MKD · 1 MKD = 0.04157 FJD · Get this rate via the API

1 FJD buys 24.0572 MKD as of 2026-09-25, so 1 MKD buys 0.04157 FJD. Over the last year, FJD/MKD traded between 22.9884 and 24.2679, averaged 23.6669 and rose 3.68%. The API holds daily FJD/MKD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/MKD over 1Y

FJD/MKD over 1Y: show the values
PointFJD/MKD
2025-09-2523.2026
2025-10-0223.1796
2025-10-0923.2981
2025-10-1623.1286
2025-10-2323.1444
2025-10-3023.2803
2025-11-0623.3355
2025-11-1323.2015
2025-11-2023.1656
2025-11-2723.1976
2025-12-0423.2122
2025-12-1223.0755
2025-12-1922.9950
2025-12-2622.9884
2026-01-0222.9900
2026-01-0923.2016
2026-01-1623.2545
2026-01-2323.3154
2026-01-3023.4168
2026-02-0623.5217
2026-02-1323.5692
2026-02-2023.7428
2026-02-2723.7152
2026-03-0623.8838
2026-03-1324.2679
2026-03-2024.0797
2026-03-2723.7982
2026-04-0323.6934
2026-04-1023.7293
2026-04-1723.6429
2026-04-2423.8380
2026-05-0123.9114
2026-05-0823.9505
2026-05-1624.0546
2026-05-2423.9318
2026-05-3123.8672
2026-06-0924.0821
2026-06-1623.9701
2026-06-2324.1211
2026-06-3024.0329
2026-07-0724.0236
2026-07-1424.1221
2026-07-2124.1595
2026-07-2824.1829
2026-08-0424.0419
2026-08-1123.9690
2026-08-1823.9256
2026-08-2623.8801
2026-09-0223.9526
2026-09-0923.9424
2026-09-1624.0262
2026-09-2324.0762

High

24.2679

Low

22.9884

Average

23.6669

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FJD/MKD API questions

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

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

How far back does FJD/MKD historical data go?

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