AFN to INR exchange rate API
Afghani to Indian Rupee · quoted 2026-09-25
1.5036
▲ +16.09% over 1Y
1 AFN = 1.5036 INR · 1 INR = 0.66508 AFN · Get this rate via the API
1 AFN buys 1.5036 INR as of 2026-09-25, so 1 INR buys 0.66508 AFN. Over the last year, AFN/INR traded between 1.2952 and 1.5368, averaged 1.4262 and rose 16.09%. The API holds daily AFN/INR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AFN/INR over 1Y: show the values
| Point | AFN/INR |
|---|---|
| 2025-09-25 | 1.2952 |
| 2025-10-02 | 1.3141 |
| 2025-10-09 | 1.3299 |
| 2025-10-16 | 1.3244 |
| 2025-10-23 | 1.3235 |
| 2025-10-30 | 1.3299 |
| 2025-11-06 | 1.3329 |
| 2025-11-13 | 1.3345 |
| 2025-11-20 | 1.3386 |
| 2025-11-27 | 1.3462 |
| 2025-12-04 | 1.3563 |
| 2025-12-12 | 1.3696 |
| 2025-12-19 | 1.3532 |
| 2025-12-26 | 1.3751 |
| 2026-01-02 | 1.3757 |
| 2026-01-09 | 1.3671 |
| 2026-01-16 | 1.3795 |
| 2026-01-23 | 1.4138 |
| 2026-01-30 | 1.3961 |
| 2026-02-06 | 1.3852 |
| 2026-02-13 | 1.4066 |
| 2026-02-20 | 1.4435 |
| 2026-02-27 | 1.4576 |
| 2026-03-06 | 1.4583 |
| 2026-03-13 | 1.4793 |
| 2026-03-20 | 1.4812 |
| 2026-03-27 | 1.4973 |
| 2026-04-03 | 1.4569 |
| 2026-04-10 | 1.4513 |
| 2026-04-17 | 1.4391 |
| 2026-04-24 | 1.4961 |
| 2026-05-01 | 1.4992 |
| 2026-05-08 | 1.4649 |
| 2026-05-16 | 1.5368 |
| 2026-05-24 | 1.5052 |
| 2026-05-31 | 1.4883 |
| 2026-06-09 | 1.5205 |
| 2026-06-16 | 1.4989 |
| 2026-06-23 | 1.4898 |
| 2026-06-30 | 1.4803 |
| 2026-07-07 | 1.4928 |
| 2026-07-14 | 1.4543 |
| 2026-07-21 | 1.4404 |
| 2026-07-28 | 1.4419 |
| 2026-08-04 | 1.4547 |
| 2026-08-11 | 1.4573 |
| 2026-08-18 | 1.4526 |
| 2026-08-26 | 1.4470 |
| 2026-09-02 | 1.4418 |
| 2026-09-09 | 1.4593 |
| 2026-09-16 | 1.4775 |
| 2026-09-23 | 1.4737 |
High
1.5368
Low
1.2952
Average
1.4262
Get this rate via the API
One GET request returns the AFN/INR 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=AFN¤cies=INR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AFN¤cies=INR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AFN¤cies=INR").json()Replace YOUR_API_KEY with the key from your dashboard.
AFN/INR API questions
How do I get the AFN/INR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AFN¤cies=INR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AFN/INR rate in rates.INR.
How far back does AFN/INR historical data go?
Daily AFN/INR 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/INR 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.