EUR to AFN exchange rate API
Euro to Afghani · quoted 2026-09-25
72.7668
▼ +9.47% over 1Y
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 last year, EUR/AFN traded between 71.6700 and 80.3801, averaged 75.4954 and fell 9.47%. 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: show the values
| Point | EUR/AFN |
|---|---|
| 2025-09-25 | 80.3801 |
| 2025-10-02 | 79.3558 |
| 2025-10-09 | 77.5256 |
| 2025-10-16 | 77.3394 |
| 2025-10-23 | 76.9262 |
| 2025-10-30 | 77.0516 |
| 2025-11-06 | 76.6381 |
| 2025-11-13 | 77.2184 |
| 2025-11-20 | 76.3051 |
| 2025-11-27 | 76.9464 |
| 2025-12-04 | 77.2987 |
| 2025-12-12 | 77.5351 |
| 2025-12-19 | 77.6322 |
| 2025-12-26 | 77.2310 |
| 2026-01-02 | 76.8483 |
| 2026-01-09 | 76.8315 |
| 2026-01-16 | 76.4042 |
| 2026-01-23 | 76.2955 |
| 2026-01-30 | 78.4937 |
| 2026-02-06 | 77.1910 |
| 2026-02-13 | 76.4145 |
| 2026-02-20 | 74.1369 |
| 2026-02-27 | 73.7672 |
| 2026-03-06 | 72.8067 |
| 2026-03-13 | 71.6700 |
| 2026-03-20 | 73.0333 |
| 2026-03-27 | 72.9296 |
| 2026-04-03 | 73.3148 |
| 2026-04-10 | 74.9509 |
| 2026-04-17 | 76.0935 |
| 2026-04-24 | 73.7853 |
| 2026-05-01 | 74.5278 |
| 2026-05-08 | 75.8587 |
| 2026-05-16 | 72.6082 |
| 2026-05-24 | 74.0587 |
| 2026-05-31 | 74.4800 |
| 2026-06-09 | 72.5755 |
| 2026-06-16 | 73.1421 |
| 2026-06-23 | 72.4429 |
| 2026-06-30 | 72.8598 |
| 2026-07-07 | 72.7352 |
| 2026-07-14 | 75.4453 |
| 2026-07-21 | 76.2862 |
| 2026-07-28 | 75.5661 |
| 2026-08-04 | 75.4968 |
| 2026-08-11 | 75.5745 |
| 2026-08-18 | 76.2519 |
| 2026-08-26 | 76.9518 |
| 2026-09-02 | 76.2682 |
| 2026-09-09 | 75.9413 |
| 2026-09-16 | 74.9343 |
| 2026-09-23 | 74.1332 |
High
80.3801
Low
71.6700
Average
75.4954
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=AFN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=AFN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=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¤cies=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.