Skip to content

EUR to AFN exchange rate API

Euro to Afghani · quoted 2026-09-25

72.8117

▼ +9.42% over 1Y

1 EUR = 72.8117 AFN · 1 AFN = 0.01373 EUR · Get this rate via the API

1 EUR buys 72.8117 AFN as of 2026-09-25, so 1 AFN buys 0.01373 EUR. Over the last year, EUR/AFN traded between 71.6700 and 80.3801, averaged 75.4962 and fell 9.42%. The API holds daily EUR/AFN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

EUR/AFN over 1Y

EUR/AFN over 1Y: show the values
PointEUR/AFN
2025-09-2580.3801
2025-10-0279.3558
2025-10-0977.5256
2025-10-1677.3394
2025-10-2376.9262
2025-10-3077.0516
2025-11-0676.6381
2025-11-1377.2184
2025-11-2076.3051
2025-11-2776.9464
2025-12-0477.2987
2025-12-1277.5351
2025-12-1977.6322
2025-12-2677.2310
2026-01-0276.8483
2026-01-0976.8315
2026-01-1676.4042
2026-01-2376.2955
2026-01-3078.4937
2026-02-0677.1910
2026-02-1376.4145
2026-02-2074.1369
2026-02-2773.7672
2026-03-0672.8067
2026-03-1371.6700
2026-03-2073.0333
2026-03-2772.9296
2026-04-0373.3148
2026-04-1074.9509
2026-04-1776.0935
2026-04-2473.7853
2026-05-0174.5278
2026-05-0875.8587
2026-05-1672.6082
2026-05-2474.0587
2026-05-3174.4800
2026-06-0972.5755
2026-06-1673.1421
2026-06-2372.4429
2026-06-3072.8598
2026-07-0772.7352
2026-07-1475.4453
2026-07-2176.2862
2026-07-2875.5661
2026-08-0475.4968
2026-08-1175.5745
2026-08-1876.2519
2026-08-2676.9518
2026-09-0276.2682
2026-09-0975.9413
2026-09-1674.9343
2026-09-2374.1332

High

80.3801

Low

71.6700

Average

75.4962

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

EUR/AFN API questions

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

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

How far back does EUR/AFN historical data go?

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