Skip to content

JOD to GNF exchange rate API

Jordanian Dinar to Guinea Franc · quoted 2026-09-25

12416.39

▲ +1.34% over 1Y

1 JOD = 12416.39 GNF · 1 GNF = 0.000081 JOD · Get this rate via the API

1 JOD buys 12416.39 GNF as of 2026-09-25, so 1 GNF buys 0.000081 JOD. Over the last year, JOD/GNF traded between 12235.73 and 12424.97, averaged 12349.68 and rose 1.34%. The API holds daily JOD/GNF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JOD/GNF over 1Y

JOD/GNF over 1Y: show the values
PointJOD/GNF
2025-09-2512251.81
2025-10-0212245.96
2025-10-0912235.73
2025-10-1612248.03
2025-10-2312240.08
2025-10-3012248.09
2025-11-0612255.81
2025-11-1312245.10
2025-11-2012259.80
2025-11-2712252.07
2025-12-0412265.09
2025-12-1212263.01
2025-12-1912329.96
2025-12-2612333.75
2026-01-0212349.96
2026-01-0912347.53
2026-01-1612352.37
2026-01-2312348.45
2026-01-3012384.17
2026-02-0612383.30
2026-02-1312388.86
2026-02-2012389.59
2026-02-2712371.90
2026-03-0612372.94
2026-03-1312373.29
2026-03-2012376.89
2026-03-2712370.53
2026-04-0312374.56
2026-04-1012376.43
2026-04-1712374.82
2026-04-2412376.87
2026-05-0112379.79
2026-05-0812417.99
2026-05-1612383.79
2026-05-2412376.30
2026-05-3112377.19
2026-06-0912350.09
2026-06-1612364.97
2026-06-2312372.84
2026-06-3012363.12
2026-07-0712366.23
2026-07-1412380.72
2026-07-2112383.37
2026-07-2812390.63
2026-08-0412396.02
2026-08-1112396.29
2026-08-1812390.80
2026-08-2612390.88
2026-09-0212410.70
2026-09-0912402.46
2026-09-1612410.53
2026-09-2312424.97

High

12424.97

Low

12235.73

Average

12349.68

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=GNF").json()

Replace YOUR_API_KEY with the key from your dashboard.

JOD/GNF API questions

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

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

How far back does JOD/GNF historical data go?

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