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: show the values
| Point | JOD/AFN |
|---|---|
| 2025-12-31 | 92.4877 |
| 2026-01-07 | 93.3151 |
| 2026-01-14 | 93.1809 |
| 2026-01-21 | 92.4670 |
| 2026-01-28 | 92.7336 |
| 2026-02-04 | 92.9755 |
| 2026-02-11 | 91.5823 |
| 2026-02-18 | 88.1566 |
| 2026-02-25 | 89.2771 |
| 2026-03-04 | 88.2000 |
| 2026-03-11 | 88.9510 |
| 2026-03-18 | 88.9601 |
| 2026-03-25 | 88.7134 |
| 2026-04-01 | 89.6238 |
| 2026-04-08 | 91.6011 |
| 2026-04-15 | 90.2678 |
| 2026-04-22 | 88.8559 |
| 2026-04-29 | 88.8563 |
| 2026-05-06 | 89.5616 |
| 2026-05-14 | 90.2683 |
| 2026-05-21 | 88.6519 |
| 2026-05-29 | 88.8123 |
| 2026-06-05 | 89.4528 |
| 2026-06-14 | 90.7640 |
| 2026-06-21 | 91.0607 |
| 2026-06-28 | 91.1797 |
| 2026-07-05 | 92.6342 |
| 2026-07-12 | 92.4241 |
| 2026-07-19 | 93.0305 |
| 2026-07-26 | 93.1261 |
| 2026-08-02 | 92.8171 |
| 2026-08-09 | 92.7658 |
| 2026-08-16 | 92.1779 |
| 2026-08-24 | 92.3694 |
| 2026-08-31 | 92.2389 |
| 2026-09-07 | 93.0878 |
| 2026-09-14 | 90.9003 |
| 2026-09-21 | 91.5778 |
High
93.3151
Low
88.1566
Average
91.0099
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=AFN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=AFN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=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¤cies=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.