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: show the values
| Point | JOD/AFN |
|---|---|
| 2025-09-25 | 96.5764 |
| 2025-10-02 | 95.2240 |
| 2025-10-09 | 94.1735 |
| 2025-10-16 | 93.6409 |
| 2025-10-23 | 93.5905 |
| 2025-10-30 | 94.0921 |
| 2025-11-06 | 93.7251 |
| 2025-11-13 | 93.7359 |
| 2025-11-20 | 93.4718 |
| 2025-11-27 | 93.6717 |
| 2025-12-04 | 93.4553 |
| 2025-12-12 | 93.2216 |
| 2025-12-19 | 93.4899 |
| 2025-12-26 | 92.4730 |
| 2026-01-02 | 92.4747 |
| 2026-01-09 | 93.0819 |
| 2026-01-16 | 92.7635 |
| 2026-01-23 | 91.6453 |
| 2026-01-30 | 92.8856 |
| 2026-02-06 | 92.3121 |
| 2026-02-13 | 90.8598 |
| 2026-02-20 | 88.8633 |
| 2026-02-27 | 88.1355 |
| 2026-03-06 | 88.8239 |
| 2026-03-13 | 88.0846 |
| 2026-03-20 | 89.1466 |
| 2026-03-27 | 89.3137 |
| 2026-04-03 | 89.7517 |
| 2026-04-10 | 90.2674 |
| 2026-04-17 | 90.9769 |
| 2026-04-24 | 88.8592 |
| 2026-05-01 | 89.5584 |
| 2026-05-08 | 90.9712 |
| 2026-05-16 | 88.0955 |
| 2026-05-24 | 89.8433 |
| 2026-05-31 | 90.1164 |
| 2026-06-09 | 88.4499 |
| 2026-06-16 | 88.9791 |
| 2026-06-23 | 89.6910 |
| 2026-06-30 | 90.1913 |
| 2026-07-07 | 89.7301 |
| 2026-07-14 | 93.3019 |
| 2026-07-21 | 94.2344 |
| 2026-07-28 | 93.7637 |
| 2026-08-04 | 92.4737 |
| 2026-08-11 | 92.3683 |
| 2026-08-18 | 92.9064 |
| 2026-08-26 | 93.0119 |
| 2026-09-02 | 92.9103 |
| 2026-09-09 | 91.9245 |
| 2026-09-16 | 91.6096 |
| 2026-09-23 | 91.6311 |
High
96.5764
Low
88.0846
Average
91.6760
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.