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: show the values
| Point | FJD/JMD |
|---|---|
| 2025-09-24 | 70.9932 |
| 2025-10-01 | 70.8622 |
| 2025-10-08 | 70.3635 |
| 2025-10-15 | 70.0252 |
| 2025-10-22 | 70.0126 |
| 2025-10-29 | 70.4794 |
| 2025-11-05 | 69.9188 |
| 2025-11-12 | 70.0861 |
| 2025-11-19 | 69.8725 |
| 2025-11-26 | 69.8335 |
| 2025-12-03 | 70.2347 |
| 2025-12-11 | 70.1881 |
| 2025-12-18 | 70.1183 |
| 2025-12-25 | 70.1822 |
| 2026-01-01 | 69.9042 |
| 2026-01-08 | 69.8477 |
| 2026-01-15 | 69.3951 |
| 2026-01-22 | 69.6262 |
| 2026-01-29 | 70.7849 |
| 2026-02-05 | 70.6572 |
| 2026-02-12 | 71.2630 |
| 2026-02-19 | 70.7684 |
| 2026-02-26 | 70.4730 |
| 2026-03-05 | 70.6115 |
| 2026-03-12 | 71.1851 |
| 2026-03-19 | 71.4173 |
| 2026-03-26 | 71.0413 |
| 2026-04-02 | 70.5428 |
| 2026-04-09 | 70.5900 |
| 2026-04-16 | 71.2589 |
| 2026-04-23 | 71.9986 |
| 2026-04-30 | 71.2002 |
| 2026-05-07 | 72.0054 |
| 2026-05-15 | 72.5603 |
| 2026-05-23 | 71.2060 |
| 2026-05-30 | 71.0602 |
| 2026-06-06 | 71.0443 |
| 2026-06-15 | 71.1631 |
| 2026-06-22 | 70.7002 |
| 2026-06-29 | 69.8811 |
| 2026-07-06 | 70.5123 |
| 2026-07-13 | 70.7094 |
| 2026-07-20 | 70.8522 |
| 2026-07-27 | 70.7641 |
| 2026-08-03 | 70.9286 |
| 2026-08-10 | 71.3078 |
| 2026-08-17 | 71.1368 |
| 2026-08-25 | 71.6078 |
| 2026-09-01 | 71.4666 |
| 2026-09-08 | 71.8717 |
| 2026-09-15 | 71.0631 |
| 2026-09-22 | 70.6038 |
High
72.5603
Low
69.3951
Average
70.7300
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.