Skip to content

INR to NAD exchange rate API

Indian Rupee to Namibia Dollar · quoted 2026-09-25

0.17078

▼ +12.58% over 1Y

1 INR = 0.17078 NAD · 1 NAD = 5.8557 INR · Get this rate via the API

1 INR buys 0.17078 NAD as of 2026-09-25, so 1 NAD buys 5.8557 INR. Over the last year, INR/NAD traded between 0.16702 and 0.19848, averaged 0.17927 and fell 12.58%. The API holds daily INR/NAD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

INR/NAD over 1Y

INR/NAD over 1Y: show the values
PointINR/NAD
2025-09-250.19534
2025-10-020.19398
2025-10-090.19330
2025-10-160.19688
2025-10-230.19848
2025-10-300.19358
2025-11-060.19642
2025-11-130.19286
2025-11-200.19391
2025-11-270.19161
2025-12-040.18978
2025-12-120.18645
2025-12-190.18659
2025-12-260.18462
2026-01-020.18342
2026-01-090.18318
2026-01-160.18018
2026-01-230.17540
2026-01-300.17270
2026-02-060.17917
2026-02-130.17610
2026-02-200.17784
2026-02-270.17480
2026-03-060.18054
2026-03-130.18123
2026-03-200.17897
2026-03-270.18014
2026-04-030.18267
2026-04-100.17580
2026-04-170.17678
2026-04-240.17665
2026-05-010.17500
2026-05-080.17323
2026-05-160.17390
2026-05-240.17184
2026-05-310.17078
2026-06-090.17295
2026-06-160.17144
2026-06-230.17326
2026-06-300.17385
2026-07-070.17091
2026-07-140.17125
2026-07-210.17145
2026-07-280.17507
2026-08-040.17312
2026-08-110.16962
2026-08-180.16973
2026-08-260.16702
2026-09-020.17031
2026-09-090.16823
2026-09-160.16910
2026-09-230.16916

High

0.19848

Low

0.16702

Average

0.17927

For developers

Get this rate via the API

One GET request returns the INR/NAD 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=NAD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=NAD");
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=NAD").json()

Replace YOUR_API_KEY with the key from your dashboard.

INR/NAD API questions

How do I get the INR/NAD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=NAD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest INR/NAD rate in rates.NAD.

How far back does INR/NAD historical data go?

Daily INR/NAD 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/NAD 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.