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: show the values
| Point | JOD/GNF |
|---|---|
| 2025-09-25 | 12251.81 |
| 2025-10-02 | 12245.96 |
| 2025-10-09 | 12235.73 |
| 2025-10-16 | 12248.03 |
| 2025-10-23 | 12240.08 |
| 2025-10-30 | 12248.09 |
| 2025-11-06 | 12255.81 |
| 2025-11-13 | 12245.10 |
| 2025-11-20 | 12259.80 |
| 2025-11-27 | 12252.07 |
| 2025-12-04 | 12265.09 |
| 2025-12-12 | 12263.01 |
| 2025-12-19 | 12329.96 |
| 2025-12-26 | 12333.75 |
| 2026-01-02 | 12349.96 |
| 2026-01-09 | 12347.53 |
| 2026-01-16 | 12352.37 |
| 2026-01-23 | 12348.45 |
| 2026-01-30 | 12384.17 |
| 2026-02-06 | 12383.30 |
| 2026-02-13 | 12388.86 |
| 2026-02-20 | 12389.59 |
| 2026-02-27 | 12371.90 |
| 2026-03-06 | 12372.94 |
| 2026-03-13 | 12373.29 |
| 2026-03-20 | 12376.89 |
| 2026-03-27 | 12370.53 |
| 2026-04-03 | 12374.56 |
| 2026-04-10 | 12376.43 |
| 2026-04-17 | 12374.82 |
| 2026-04-24 | 12376.87 |
| 2026-05-01 | 12379.79 |
| 2026-05-08 | 12417.99 |
| 2026-05-16 | 12383.79 |
| 2026-05-24 | 12376.30 |
| 2026-05-31 | 12377.19 |
| 2026-06-09 | 12350.09 |
| 2026-06-16 | 12364.97 |
| 2026-06-23 | 12372.84 |
| 2026-06-30 | 12363.12 |
| 2026-07-07 | 12366.23 |
| 2026-07-14 | 12380.72 |
| 2026-07-21 | 12383.37 |
| 2026-07-28 | 12390.63 |
| 2026-08-04 | 12396.02 |
| 2026-08-11 | 12396.29 |
| 2026-08-18 | 12390.80 |
| 2026-08-26 | 12390.88 |
| 2026-09-02 | 12410.70 |
| 2026-09-09 | 12402.46 |
| 2026-09-16 | 12410.53 |
| 2026-09-23 | 12424.97 |
High
12424.97
Low
12235.73
Average
12349.68
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=GNF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=GNF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=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¤cies=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.