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: show the values
| Point | FJD/JMD |
|---|---|
| 2025-12-31 | 70.0814 |
| 2026-01-07 | 69.9937 |
| 2026-01-14 | 69.4009 |
| 2026-01-21 | 69.4829 |
| 2026-01-28 | 70.6316 |
| 2026-02-04 | 70.8420 |
| 2026-02-11 | 71.0492 |
| 2026-02-18 | 70.6458 |
| 2026-02-25 | 70.7359 |
| 2026-03-04 | 70.6183 |
| 2026-03-11 | 71.1055 |
| 2026-03-18 | 70.8837 |
| 2026-03-25 | 70.5153 |
| 2026-04-01 | 70.6030 |
| 2026-04-08 | 69.9376 |
| 2026-04-15 | 71.4873 |
| 2026-04-22 | 71.9002 |
| 2026-04-29 | 71.4089 |
| 2026-05-06 | 71.4341 |
| 2026-05-14 | 72.1305 |
| 2026-05-21 | 71.6525 |
| 2026-05-29 | 71.1346 |
| 2026-06-05 | 71.7477 |
| 2026-06-14 | 70.7069 |
| 2026-06-21 | 70.3025 |
| 2026-06-28 | 69.4514 |
| 2026-07-05 | 69.9272 |
| 2026-07-12 | 70.4186 |
| 2026-07-19 | 70.4197 |
| 2026-07-26 | 70.3241 |
| 2026-08-02 | 71.1642 |
| 2026-08-09 | 71.3377 |
| 2026-08-16 | 71.0332 |
| 2026-08-24 | 72.1696 |
| 2026-08-31 | 71.9748 |
| 2026-09-07 | 71.7882 |
| 2026-09-14 | 71.3140 |
| 2026-09-21 | 70.8124 |
High
72.1696
Low
69.4009
Average
70.8481
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=JMD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=JMD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=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¤cies=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.