Skip to content

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

INR/AFN over 1Y: show the values
PointINR/AFN
2025-09-240.77724
2025-10-010.76047
2025-10-080.75242
2025-10-150.75284
2025-10-220.75103
2025-10-290.74438
2025-11-050.74989
2025-11-120.74952
2025-11-190.74986
2025-11-260.74145
2025-12-030.73643
2025-12-110.73040
2025-12-180.73356
2025-12-250.72788
2026-01-010.72887
2026-01-080.73377
2026-01-150.72416
2026-01-220.71544
2026-01-290.70776
2026-02-050.72996
2026-02-120.71204
2026-02-190.68318
2026-02-260.69250
2026-03-050.68681
2026-03-120.67756
2026-03-190.68600
2026-03-260.66414
2026-04-020.68265
2026-04-090.69070
2026-04-160.68638
2026-04-230.67474
2026-04-300.66375
2026-05-070.67901
2026-05-150.65120
2026-05-230.65599
2026-05-300.65290
2026-06-060.67203
2026-06-150.66116
2026-06-220.67112
2026-06-290.67469
2026-07-060.66642
2026-07-130.67631
2026-07-200.68366
2026-07-270.69304
2026-08-030.68706
2026-08-100.68744
2026-08-170.68476
2026-08-250.68554
2026-09-010.69503
2026-09-080.69022
2026-09-150.67630
2026-09-220.67794

High

0.77724

Low

0.65120

Average

0.70160

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.