Skip to content

JOD to GNF exchange rate API

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

12416.39

▲ +0.52% over YTD

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 year to date, JOD/GNF traded between 12343.55 and 12417.26, averaged 12379.43 and rose 0.52%. 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 YTD

JOD/GNF over YTD: show the values
PointJOD/GNF
2025-12-3112352.14
2026-01-0712343.55
2026-01-1412355.04
2026-01-2112346.06
2026-01-2812377.89
2026-02-0412354.78
2026-02-1112387.52
2026-02-1812375.58
2026-02-2512379.07
2026-03-0412365.40
2026-03-1112374.47
2026-03-1812360.86
2026-03-2512354.94
2026-04-0112376.82
2026-04-0812380.44
2026-04-1512382.03
2026-04-2212394.30
2026-04-2912379.92
2026-05-0612352.64
2026-05-1412369.32
2026-05-2112377.23
2026-05-2912350.89
2026-06-0512373.50
2026-06-1412373.69
2026-06-2112367.11
2026-06-2812369.83
2026-07-0512379.62
2026-07-1212382.52
2026-07-1912381.04
2026-07-2612386.37
2026-08-0212408.35
2026-08-0912397.42
2026-08-1612413.81
2026-08-2412410.47
2026-08-3112417.26
2026-09-0712405.37
2026-09-1412414.68
2026-09-2112409.42

High

12417.26

Low

12343.55

Average

12379.43

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.