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: show the values
| Point | EUR/AFN |
|---|---|
| 2025-12-31 | 77.0493 |
| 2026-01-07 | 77.3019 |
| 2026-01-14 | 76.9727 |
| 2026-01-21 | 76.9599 |
| 2026-01-28 | 78.7268 |
| 2026-02-04 | 77.9170 |
| 2026-02-11 | 77.2278 |
| 2026-02-18 | 74.0349 |
| 2026-02-25 | 74.5897 |
| 2026-03-04 | 72.8457 |
| 2026-03-11 | 73.0370 |
| 2026-03-18 | 72.5336 |
| 2026-03-25 | 72.9112 |
| 2026-04-01 | 73.7420 |
| 2026-04-08 | 76.0249 |
| 2026-04-15 | 75.3920 |
| 2026-04-22 | 73.9181 |
| 2026-04-29 | 73.7480 |
| 2026-05-06 | 74.6864 |
| 2026-05-14 | 74.8931 |
| 2026-05-21 | 72.9046 |
| 2026-05-29 | 73.3199 |
| 2026-06-05 | 73.8233 |
| 2026-06-14 | 74.5799 |
| 2026-06-21 | 74.0467 |
| 2026-06-28 | 73.6060 |
| 2026-07-05 | 75.1325 |
| 2026-07-12 | 74.7449 |
| 2026-07-19 | 75.4093 |
| 2026-07-26 | 75.1755 |
| 2026-08-02 | 75.9732 |
| 2026-08-09 | 76.0264 |
| 2026-08-16 | 75.5949 |
| 2026-08-24 | 76.3875 |
| 2026-08-31 | 75.8349 |
| 2026-09-07 | 76.7043 |
| 2026-09-14 | 74.4443 |
| 2026-09-21 | 74.6030 |
High
78.7268
Low
72.5336
Average
75.0151
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.