Skip to content

JPY to AFN exchange rate API

Yen to Afghani · quoted 2026-09-25

0.40385

▼ +12.23% over 1Y

1 JPY = 0.40385 AFN · 1 AFN = 2.4762 JPY · Get this rate via the API

1 JPY buys 0.40385 AFN as of 2026-09-25, so 1 AFN buys 2.4762 JPY. Over the last year, JPY/AFN traded between 0.39156 and 0.46010, averaged 0.41341 and fell 12.23%. The API holds daily JPY/AFN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JPY/AFN over 1Y

JPY/AFN over 1Y: show the values
PointJPY/AFN
2025-09-250.46010
2025-10-020.45995
2025-10-090.43701
2025-10-160.43885
2025-10-230.43476
2025-10-300.43197
2025-11-060.43262
2025-11-130.43002
2025-11-200.42048
2025-11-270.42486
2025-12-040.42813
2025-12-120.42371
2025-12-190.42157
2025-12-260.41927
2026-01-020.41779
2026-01-090.41865
2026-01-160.41599
2026-01-230.41083
2026-01-300.42755
2026-02-060.41664
2026-02-130.42025
2026-02-200.40594
2026-02-270.40063
2026-03-060.39879
2026-03-130.39196
2026-03-200.39809
2026-03-270.39601
2026-04-030.39862
2026-04-100.40203
2026-04-170.40536
2026-04-240.39519
2026-05-010.40470
2026-05-080.41145
2026-05-160.39341
2026-05-240.40069
2026-05-310.40096
2026-06-090.39156
2026-06-160.39336
2026-06-230.39367
2026-06-300.39366
2026-07-070.39297
2026-07-140.40779
2026-07-210.41054
2026-07-280.40557
2026-08-040.41651
2026-08-110.41136
2026-08-180.41246
2026-08-260.41457
2026-09-020.41275
2026-09-090.42523
2026-09-160.41891
2026-09-230.41139

High

0.46010

Low

0.39156

Average

0.41341

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

JPY/AFN API questions

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

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

How far back does JPY/AFN historical data go?

Daily JPY/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 JPY/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.