Skip to content

JOD to AFN exchange rate API

Jordanian Dinar to Afghani · quoted 2026-09-25

90.2781

▼ +2.39% over YTD

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 year to date, JOD/AFN traded between 88.1566 and 93.3151, averaged 91.0099 and fell 2.39%. 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 YTD

JOD/AFN over YTD: show the values
PointJOD/AFN
2025-12-3192.4877
2026-01-0793.3151
2026-01-1493.1809
2026-01-2192.4670
2026-01-2892.7336
2026-02-0492.9755
2026-02-1191.5823
2026-02-1888.1566
2026-02-2589.2771
2026-03-0488.2000
2026-03-1188.9510
2026-03-1888.9601
2026-03-2588.7134
2026-04-0189.6238
2026-04-0891.6011
2026-04-1590.2678
2026-04-2288.8559
2026-04-2988.8563
2026-05-0689.5616
2026-05-1490.2683
2026-05-2188.6519
2026-05-2988.8123
2026-06-0589.4528
2026-06-1490.7640
2026-06-2191.0607
2026-06-2891.1797
2026-07-0592.6342
2026-07-1292.4241
2026-07-1993.0305
2026-07-2693.1261
2026-08-0292.8171
2026-08-0992.7658
2026-08-1692.1779
2026-08-2492.3694
2026-08-3192.2389
2026-09-0793.0878
2026-09-1490.9003
2026-09-2191.5778

High

93.3151

Low

88.1566

Average

91.0099

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.