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: show the values
| Point | JPY/AFN |
|---|---|
| 2025-12-31 | 0.41854 |
| 2026-01-07 | 0.42262 |
| 2026-01-14 | 0.41647 |
| 2026-01-21 | 0.41548 |
| 2026-01-28 | 0.43077 |
| 2026-02-04 | 0.42083 |
| 2026-02-11 | 0.42345 |
| 2026-02-18 | 0.40681 |
| 2026-02-25 | 0.40384 |
| 2026-03-04 | 0.39802 |
| 2026-03-11 | 0.39774 |
| 2026-03-18 | 0.39530 |
| 2026-03-25 | 0.39567 |
| 2026-04-01 | 0.40136 |
| 2026-04-08 | 0.41066 |
| 2026-04-15 | 0.40228 |
| 2026-04-22 | 0.39569 |
| 2026-04-29 | 0.39427 |
| 2026-05-06 | 0.40648 |
| 2026-05-14 | 0.40520 |
| 2026-05-21 | 0.39495 |
| 2026-05-29 | 0.39536 |
| 2026-06-05 | 0.39673 |
| 2026-06-14 | 0.40222 |
| 2026-06-21 | 0.40013 |
| 2026-06-28 | 0.39962 |
| 2026-07-05 | 0.40697 |
| 2026-07-12 | 0.40484 |
| 2026-07-19 | 0.40600 |
| 2026-07-26 | 0.40330 |
| 2026-08-02 | 0.41792 |
| 2026-08-09 | 0.41674 |
| 2026-08-16 | 0.41029 |
| 2026-08-24 | 0.41157 |
| 2026-08-31 | 0.40943 |
| 2026-09-07 | 0.42649 |
| 2026-09-14 | 0.41701 |
| 2026-09-21 | 0.41286 |
High
0.43077
Low
0.39427
Average
0.40763
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY¤cies=AFN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY¤cies=AFN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY¤cies=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¤cies=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.