INR to AFN exchange rate API
Indian Rupee to Afghani · quoted 2026-09-24
0.66508
▼ +21.31% over 5Y
1 INR = 0.66508 AFN · 1 AFN = 1.5036 INR · Get this rate via the API
1 INR buys 0.66508 AFN as of 2026-09-24, so 1 AFN buys 1.5036 INR. Over the last 5 years, INR/AFN traded between 0.66508 and 0.86570, averaged 0.76108 and fell 21.31%. The API holds daily INR/AFN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
INR/AFN over 5Y: show the values
| Point | INR/AFN |
|---|---|
| 2024-08-24 | 0.84523 |
| 2024-10-07 | 0.81532 |
| 2024-11-06 | 0.79454 |
| 2024-12-06 | 0.81408 |
| 2025-01-05 | 0.82184 |
| 2025-02-04 | 0.86570 |
| 2025-03-06 | 0.83815 |
| 2025-04-06 | 0.83874 |
| 2025-05-06 | 0.83897 |
| 2025-06-07 | 0.81249 |
| 2025-07-07 | 0.81276 |
| 2025-08-06 | 0.78060 |
| 2025-09-05 | 0.77545 |
| 2025-10-06 | 0.75623 |
| 2025-11-05 | 0.74989 |
| 2025-12-05 | 0.73002 |
| 2026-01-05 | 0.72716 |
| 2026-02-04 | 0.72908 |
| 2026-03-06 | 0.68573 |
| 2026-04-05 | 0.69669 |
| 2026-05-05 | 0.66636 |
| 2026-06-06 | 0.67203 |
| 2026-07-08 | 0.66957 |
| 2026-08-07 | 0.68796 |
| 2026-09-07 | 0.69845 |
High
0.86570
Low
0.66508
Average
0.76108
Get this rate via the API
One GET request returns the INR/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=INR¤cies=AFN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=AFN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=AFN").json()Replace YOUR_API_KEY with the key from your dashboard.
INR/AFN API questions
How do I get the INR/AFN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=AFN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest INR/AFN rate in rates.AFN.
How far back does INR/AFN historical data go?
Daily INR/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 INR/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.