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: show the values
| Point | FJD/MKD |
|---|---|
| 2025-09-25 | 23.2026 |
| 2025-10-02 | 23.1796 |
| 2025-10-09 | 23.2981 |
| 2025-10-16 | 23.1286 |
| 2025-10-23 | 23.1444 |
| 2025-10-30 | 23.2803 |
| 2025-11-06 | 23.3355 |
| 2025-11-13 | 23.2015 |
| 2025-11-20 | 23.1656 |
| 2025-11-27 | 23.1976 |
| 2025-12-04 | 23.2122 |
| 2025-12-12 | 23.0755 |
| 2025-12-19 | 22.9950 |
| 2025-12-26 | 22.9884 |
| 2026-01-02 | 22.9900 |
| 2026-01-09 | 23.2016 |
| 2026-01-16 | 23.2545 |
| 2026-01-23 | 23.3154 |
| 2026-01-30 | 23.4168 |
| 2026-02-06 | 23.5217 |
| 2026-02-13 | 23.5692 |
| 2026-02-20 | 23.7428 |
| 2026-02-27 | 23.7152 |
| 2026-03-06 | 23.8838 |
| 2026-03-13 | 24.2679 |
| 2026-03-20 | 24.0797 |
| 2026-03-27 | 23.7982 |
| 2026-04-03 | 23.6934 |
| 2026-04-10 | 23.7293 |
| 2026-04-17 | 23.6429 |
| 2026-04-24 | 23.8380 |
| 2026-05-01 | 23.9114 |
| 2026-05-08 | 23.9505 |
| 2026-05-16 | 24.0546 |
| 2026-05-24 | 23.9318 |
| 2026-05-31 | 23.8672 |
| 2026-06-09 | 24.0821 |
| 2026-06-16 | 23.9701 |
| 2026-06-23 | 24.1211 |
| 2026-06-30 | 24.0329 |
| 2026-07-07 | 24.0236 |
| 2026-07-14 | 24.1221 |
| 2026-07-21 | 24.1595 |
| 2026-07-28 | 24.1829 |
| 2026-08-04 | 24.0419 |
| 2026-08-11 | 23.9690 |
| 2026-08-18 | 23.9256 |
| 2026-08-26 | 23.8801 |
| 2026-09-02 | 23.9526 |
| 2026-09-09 | 23.9424 |
| 2026-09-16 | 24.0262 |
| 2026-09-23 | 24.0762 |
High
24.2679
Low
22.9884
Average
23.6669
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=MKD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=MKD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=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¤cies=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.