Skip to content

EUR to AFN exchange rate API

Euro to Afghani · quoted 2026-09-25

72.7668

▼ +5.56% over YTD

1 EUR = 72.7668 AFN · 1 AFN = 0.01374 EUR · Get this rate via the API

1 EUR buys 72.7668 AFN as of 2026-09-25, so 1 AFN buys 0.01374 EUR. Over the year to date, EUR/AFN traded between 72.5336 and 78.7268, averaged 75.0151 and fell 5.56%. 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 YTD

EUR/AFN over YTD: show the values
PointEUR/AFN
2025-12-3177.0493
2026-01-0777.3019
2026-01-1476.9727
2026-01-2176.9599
2026-01-2878.7268
2026-02-0477.9170
2026-02-1177.2278
2026-02-1874.0349
2026-02-2574.5897
2026-03-0472.8457
2026-03-1173.0370
2026-03-1872.5336
2026-03-2572.9112
2026-04-0173.7420
2026-04-0876.0249
2026-04-1575.3920
2026-04-2273.9181
2026-04-2973.7480
2026-05-0674.6864
2026-05-1474.8931
2026-05-2172.9046
2026-05-2973.3199
2026-06-0573.8233
2026-06-1474.5799
2026-06-2174.0467
2026-06-2873.6060
2026-07-0575.1325
2026-07-1274.7449
2026-07-1975.4093
2026-07-2675.1755
2026-08-0275.9732
2026-08-0976.0264
2026-08-1675.5949
2026-08-2476.3875
2026-08-3175.8349
2026-09-0776.7043
2026-09-1474.4443
2026-09-2174.6030

High

78.7268

Low

72.5336

Average

75.0151

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.