Skip to content

FJD to JOD exchange rate API

Fiji Dollar to Jordanian Dinar · quoted 2026-09-24

0.31657

▲ +1.47% over YTD

1 FJD = 0.31657 JOD · 1 JOD = 3.1589 FJD · Get this rate via the API

1 FJD buys 0.31657 JOD as of 2026-09-24, so 1 JOD buys 3.1589 FJD. Over the year to date, FJD/JOD traded between 0.31104 and 0.32339, averaged 0.31849 and rose 1.47%. The API holds daily FJD/JOD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/JOD over YTD

FJD/JOD over YTD: show the values
PointFJD/JOD
2025-12-310.31200
2026-01-070.31229
2026-01-140.31104
2026-01-210.31276
2026-01-280.31966
2026-02-040.32033
2026-02-110.32183
2026-02-180.32140
2026-02-250.32140
2026-03-040.32044
2026-03-110.32122
2026-03-180.32027
2026-03-250.31769
2026-04-010.31661
2026-04-080.31670
2026-04-150.32081
2026-04-220.32139
2026-04-290.32140
2026-05-060.32252
2026-05-140.32339
2026-05-210.32103
2026-05-290.32116
2026-06-050.32166
2026-06-140.31724
2026-06-210.31588
2026-06-280.31279
2026-07-050.31404
2026-07-120.31492
2026-07-190.31572
2026-07-260.31562
2026-08-020.31950
2026-08-090.31896
2026-08-160.31888
2026-08-240.32196
2026-08-310.32038
2026-09-070.32104
2026-09-140.32007
2026-09-210.31843

High

0.32339

Low

0.31104

Average

0.31849

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FJD/JOD API questions

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

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

How far back does FJD/JOD historical data go?

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