Skip to content

JOD to AFN exchange rate API

Jordanian Dinar to Afghani · quoted 2026-09-25

90.2781

▼ +6.52% over 1Y

1 JOD = 90.2781 AFN · 1 AFN = 0.01108 JOD · Get this rate via the API

1 JOD buys 90.2781 AFN as of 2026-09-25, so 1 AFN buys 0.01108 JOD. Over the last year, JOD/AFN traded between 88.0846 and 96.5764, averaged 91.6760 and fell 6.52%. The API holds daily JOD/AFN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JOD/AFN over 1Y

JOD/AFN over 1Y: show the values
PointJOD/AFN
2025-09-2596.5764
2025-10-0295.2240
2025-10-0994.1735
2025-10-1693.6409
2025-10-2393.5905
2025-10-3094.0921
2025-11-0693.7251
2025-11-1393.7359
2025-11-2093.4718
2025-11-2793.6717
2025-12-0493.4553
2025-12-1293.2216
2025-12-1993.4899
2025-12-2692.4730
2026-01-0292.4747
2026-01-0993.0819
2026-01-1692.7635
2026-01-2391.6453
2026-01-3092.8856
2026-02-0692.3121
2026-02-1390.8598
2026-02-2088.8633
2026-02-2788.1355
2026-03-0688.8239
2026-03-1388.0846
2026-03-2089.1466
2026-03-2789.3137
2026-04-0389.7517
2026-04-1090.2674
2026-04-1790.9769
2026-04-2488.8592
2026-05-0189.5584
2026-05-0890.9712
2026-05-1688.0955
2026-05-2489.8433
2026-05-3190.1164
2026-06-0988.4499
2026-06-1688.9791
2026-06-2389.6910
2026-06-3090.1913
2026-07-0789.7301
2026-07-1493.3019
2026-07-2194.2344
2026-07-2893.7637
2026-08-0492.4737
2026-08-1192.3683
2026-08-1892.9064
2026-08-2693.0119
2026-09-0292.9103
2026-09-0991.9245
2026-09-1691.6096
2026-09-2391.6311

High

96.5764

Low

88.0846

Average

91.6760

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

JOD/AFN API questions

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

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

How far back does JOD/AFN historical data go?

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