Skip to content

JPY to AFN exchange rate API

Yen to Afghani · quoted 2026-09-25

0.40385

▼ +3.51% over YTD

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 year to date, JPY/AFN traded between 0.39427 and 0.43077, averaged 0.40763 and fell 3.51%. 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 YTD

JPY/AFN over YTD: show the values
PointJPY/AFN
2025-12-310.41854
2026-01-070.42262
2026-01-140.41647
2026-01-210.41548
2026-01-280.43077
2026-02-040.42083
2026-02-110.42345
2026-02-180.40681
2026-02-250.40384
2026-03-040.39802
2026-03-110.39774
2026-03-180.39530
2026-03-250.39567
2026-04-010.40136
2026-04-080.41066
2026-04-150.40228
2026-04-220.39569
2026-04-290.39427
2026-05-060.40648
2026-05-140.40520
2026-05-210.39495
2026-05-290.39536
2026-06-050.39673
2026-06-140.40222
2026-06-210.40013
2026-06-280.39962
2026-07-050.40697
2026-07-120.40484
2026-07-190.40600
2026-07-260.40330
2026-08-020.41792
2026-08-090.41674
2026-08-160.41029
2026-08-240.41157
2026-08-310.40943
2026-09-070.42649
2026-09-140.41701
2026-09-210.41286

High

0.43077

Low

0.39427

Average

0.40763

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.