Skip to content

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

INR/AFN over 5Y: show the values
PointINR/AFN
2024-08-240.84523
2024-10-070.81532
2024-11-060.79454
2024-12-060.81408
2025-01-050.82184
2025-02-040.86570
2025-03-060.83815
2025-04-060.83874
2025-05-060.83897
2025-06-070.81249
2025-07-070.81276
2025-08-060.78060
2025-09-050.77545
2025-10-060.75623
2025-11-050.74989
2025-12-050.73002
2026-01-050.72716
2026-02-040.72908
2026-03-060.68573
2026-04-050.69669
2026-05-050.66636
2026-06-060.67203
2026-07-080.66957
2026-08-070.68796
2026-09-070.69845

High

0.86570

Low

0.66508

Average

0.76108

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=AFN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=AFN");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=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&currencies=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.