Skip to content

AFN to EUR exchange rate API

Afghani to Euro · quoted 2026-09-25

0.01374

▲ +5.76% over 30D

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

1 AFN buys 0.01374 EUR as of 2026-09-25, so 1 EUR buys 72.7643 AFN. Over the last 30 days, AFN/EUR traded between 0.01299 and 0.01375, averaged 0.01328 and rose 5.76%. The API holds daily AFN/EUR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AFN/EUR over 30D

AFN/EUR over 30D: show the values
PointAFN/EUR
2026-08-260.01299
2026-08-270.01314
2026-08-280.01302
2026-08-290.01318
2026-08-300.01325
2026-08-310.01319
2026-09-010.01307
2026-09-020.01311
2026-09-030.01309
2026-09-040.01306
2026-09-050.01310
2026-09-060.01335
2026-09-070.01304
2026-09-080.01316
2026-09-090.01317
2026-09-100.01311
2026-09-110.01319
2026-09-120.01310
2026-09-130.01340
2026-09-140.01343
2026-09-150.01335
2026-09-160.01334
2026-09-170.01343
2026-09-180.01342
2026-09-190.01368
2026-09-200.01345
2026-09-210.01340
2026-09-220.01346
2026-09-230.01349
2026-09-240.01375

High

0.01375

Low

0.01299

Average

0.01328

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

AFN/EUR API questions

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

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

How far back does AFN/EUR historical data go?

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