INR to AFN exchange rate API
Indian Rupee to Afghani · quoted 2026-09-24
0.66508
▼ +14.43% over 1Y
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 year, INR/AFN traded between 0.65120 and 0.77724, averaged 0.70160 and fell 14.43%. 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 1Y: show the values
| Point | INR/AFN |
|---|---|
| 2025-09-24 | 0.77724 |
| 2025-10-01 | 0.76047 |
| 2025-10-08 | 0.75242 |
| 2025-10-15 | 0.75284 |
| 2025-10-22 | 0.75103 |
| 2025-10-29 | 0.74438 |
| 2025-11-05 | 0.74989 |
| 2025-11-12 | 0.74952 |
| 2025-11-19 | 0.74986 |
| 2025-11-26 | 0.74145 |
| 2025-12-03 | 0.73643 |
| 2025-12-11 | 0.73040 |
| 2025-12-18 | 0.73356 |
| 2025-12-25 | 0.72788 |
| 2026-01-01 | 0.72887 |
| 2026-01-08 | 0.73377 |
| 2026-01-15 | 0.72416 |
| 2026-01-22 | 0.71544 |
| 2026-01-29 | 0.70776 |
| 2026-02-05 | 0.72996 |
| 2026-02-12 | 0.71204 |
| 2026-02-19 | 0.68318 |
| 2026-02-26 | 0.69250 |
| 2026-03-05 | 0.68681 |
| 2026-03-12 | 0.67756 |
| 2026-03-19 | 0.68600 |
| 2026-03-26 | 0.66414 |
| 2026-04-02 | 0.68265 |
| 2026-04-09 | 0.69070 |
| 2026-04-16 | 0.68638 |
| 2026-04-23 | 0.67474 |
| 2026-04-30 | 0.66375 |
| 2026-05-07 | 0.67901 |
| 2026-05-15 | 0.65120 |
| 2026-05-23 | 0.65599 |
| 2026-05-30 | 0.65290 |
| 2026-06-06 | 0.67203 |
| 2026-06-15 | 0.66116 |
| 2026-06-22 | 0.67112 |
| 2026-06-29 | 0.67469 |
| 2026-07-06 | 0.66642 |
| 2026-07-13 | 0.67631 |
| 2026-07-20 | 0.68366 |
| 2026-07-27 | 0.69304 |
| 2026-08-03 | 0.68706 |
| 2026-08-10 | 0.68744 |
| 2026-08-17 | 0.68476 |
| 2026-08-25 | 0.68554 |
| 2026-09-01 | 0.69503 |
| 2026-09-08 | 0.69022 |
| 2026-09-15 | 0.67630 |
| 2026-09-22 | 0.67794 |
High
0.77724
Low
0.65120
Average
0.70160
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.