Skip to content

AFN to JPY exchange rate API

Afghani to Yen · quoted 2026-09-25

2.4800

▲ +3.80% over YTD

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 year to date, AFN/JPY traded between 2.3214 and 2.5363, averaged 2.4546 and rose 3.80%. 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 YTD

AFN/JPY over YTD: show the values
PointAFN/JPY
2025-12-312.3893
2026-01-072.3662
2026-01-142.4011
2026-01-212.4068
2026-01-282.3214
2026-02-042.3762
2026-02-112.3615
2026-02-182.4582
2026-02-252.4762
2026-03-042.5124
2026-03-112.5142
2026-03-182.5297
2026-03-252.5273
2026-04-012.4915
2026-04-082.4351
2026-04-152.4858
2026-04-222.5273
2026-04-292.5363
2026-05-062.4602
2026-05-142.4679
2026-05-212.5319
2026-05-292.5293
2026-06-052.5206
2026-06-142.4862
2026-06-212.4992
2026-06-282.5024
2026-07-052.4572
2026-07-122.4701
2026-07-192.4630
2026-07-262.4796
2026-08-022.3928
2026-08-092.3995
2026-08-162.4373
2026-08-242.4297
2026-08-312.4424
2026-09-072.3447
2026-09-142.3980
2026-09-212.4222

High

2.5363

Low

2.3214

Average

2.4546

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.