Skip to content

AFN to JPY exchange rate API

Afghani to Yen · quoted 2026-09-25

2.4800

▼ +0.56% over 6M

1 AFN = 2.4800 JPY · 1 JPY = 0.40322 AFN · Get this rate via the API

1 AFN buys 2.4800 JPY as of 2026-09-25, so 1 JPY buys 0.40322 AFN. Over the last 6 months, AFN/JPY traded between 2.3560 and 2.5727, averaged 2.4765 and fell 0.56%. The API holds daily AFN/JPY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AFN/JPY over 6M

AFN/JPY over 6M: show the values
PointAFN/JPY
2026-03-292.4941
2026-04-052.4608
2026-04-122.4715
2026-04-192.4605
2026-04-262.5727
2026-05-032.4511
2026-05-102.4493
2026-05-182.5402
2026-05-262.5219
2026-06-022.5590
2026-06-112.5661
2026-06-182.5500
2026-06-252.5486
2026-07-022.5448
2026-07-092.5358
2026-07-162.4397
2026-07-232.4426
2026-07-302.4810
2026-08-062.4021
2026-08-132.4347
2026-08-212.4047
2026-08-282.4210
2026-09-042.3714
2026-09-112.3560
2026-09-182.4290

High

2.5727

Low

2.3560

Average

2.4765

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AFN&currencies=JPY").json()

Replace YOUR_API_KEY with the key from your dashboard.

AFN/JPY API questions

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

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

How far back does AFN/JPY historical data go?

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