Skip to content

FJD to JMD exchange rate API

Fiji Dollar to Jamaican Dollar · quoted 2026-09-24

70.5084

▼ +0.68% over 1Y

1 FJD = 70.5084 JMD · 1 JMD = 0.01418 FJD · Get this rate via the API

1 FJD buys 70.5084 JMD as of 2026-09-24, so 1 JMD buys 0.01418 FJD. Over the last year, FJD/JMD traded between 69.3951 and 72.5603, averaged 70.7300 and fell 0.68%. The API holds daily FJD/JMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/JMD over 1Y

FJD/JMD over 1Y: show the values
PointFJD/JMD
2025-09-2470.9932
2025-10-0170.8622
2025-10-0870.3635
2025-10-1570.0252
2025-10-2270.0126
2025-10-2970.4794
2025-11-0569.9188
2025-11-1270.0861
2025-11-1969.8725
2025-11-2669.8335
2025-12-0370.2347
2025-12-1170.1881
2025-12-1870.1183
2025-12-2570.1822
2026-01-0169.9042
2026-01-0869.8477
2026-01-1569.3951
2026-01-2269.6262
2026-01-2970.7849
2026-02-0570.6572
2026-02-1271.2630
2026-02-1970.7684
2026-02-2670.4730
2026-03-0570.6115
2026-03-1271.1851
2026-03-1971.4173
2026-03-2671.0413
2026-04-0270.5428
2026-04-0970.5900
2026-04-1671.2589
2026-04-2371.9986
2026-04-3071.2002
2026-05-0772.0054
2026-05-1572.5603
2026-05-2371.2060
2026-05-3071.0602
2026-06-0671.0443
2026-06-1571.1631
2026-06-2270.7002
2026-06-2969.8811
2026-07-0670.5123
2026-07-1370.7094
2026-07-2070.8522
2026-07-2770.7641
2026-08-0370.9286
2026-08-1071.3078
2026-08-1771.1368
2026-08-2571.6078
2026-09-0171.4666
2026-09-0871.8717
2026-09-1571.0631
2026-09-2270.6038

High

72.5603

Low

69.3951

Average

70.7300

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FJD/JMD API questions

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

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

How far back does FJD/JMD historical data go?

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