Skip to content

FJD to JMD exchange rate API

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

70.5084

▲ +0.61% over YTD

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 year to date, FJD/JMD traded between 69.4009 and 72.1696, averaged 70.8481 and rose 0.61%. 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 YTD

FJD/JMD over YTD: show the values
PointFJD/JMD
2025-12-3170.0814
2026-01-0769.9937
2026-01-1469.4009
2026-01-2169.4829
2026-01-2870.6316
2026-02-0470.8420
2026-02-1171.0492
2026-02-1870.6458
2026-02-2570.7359
2026-03-0470.6183
2026-03-1171.1055
2026-03-1870.8837
2026-03-2570.5153
2026-04-0170.6030
2026-04-0869.9376
2026-04-1571.4873
2026-04-2271.9002
2026-04-2971.4089
2026-05-0671.4341
2026-05-1472.1305
2026-05-2171.6525
2026-05-2971.1346
2026-06-0571.7477
2026-06-1470.7069
2026-06-2170.3025
2026-06-2869.4514
2026-07-0569.9272
2026-07-1270.4186
2026-07-1970.4197
2026-07-2670.3241
2026-08-0271.1642
2026-08-0971.3377
2026-08-1671.0332
2026-08-2472.1696
2026-08-3171.9748
2026-09-0771.7882
2026-09-1471.3140
2026-09-2170.8124

High

72.1696

Low

69.4009

Average

70.8481

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.