ZAR to INR exchange rate API
Rand to Indian Rupee · quoted 2026-09-25
5.8781
▲ +14.98% over 1Y
1 ZAR = 5.8781 INR · 1 INR = 0.17012 ZAR · Get this rate via the API
1 ZAR buys 5.8781 INR as of 2026-09-25, so 1 INR buys 0.17012 ZAR. Over the last year, ZAR/INR traded between 5.0623 and 5.9766, averaged 5.5982 and rose 14.98%. The API holds daily ZAR/INR rates from 2009-01-02 — 17 years of history — so any past day, or a whole series, is one request away.
ZAR/INR over 1Y: show the values
| Point | ZAR/INR |
|---|---|
| 2025-09-25 | 5.1124 |
| 2025-10-02 | 5.1624 |
| 2025-10-09 | 5.1921 |
| 2025-10-16 | 5.0776 |
| 2025-10-23 | 5.0623 |
| 2025-10-30 | 5.1127 |
| 2025-11-06 | 5.1067 |
| 2025-11-13 | 5.2161 |
| 2025-11-20 | 5.1461 |
| 2025-11-27 | 5.2059 |
| 2025-12-04 | 5.2925 |
| 2025-12-11 | 5.3315 |
| 2025-12-18 | 5.3800 |
| 2025-12-25 | 5.3940 |
| 2026-01-01 | 5.4293 |
| 2026-01-08 | 5.4451 |
| 2026-01-15 | 5.5155 |
| 2026-01-22 | 5.6473 |
| 2026-01-29 | 5.8644 |
| 2026-02-05 | 5.5816 |
| 2026-02-12 | 5.6991 |
| 2026-02-19 | 5.6229 |
| 2026-02-26 | 5.7272 |
| 2026-03-05 | 5.5535 |
| 2026-03-12 | 5.5744 |
| 2026-03-19 | 5.4630 |
| 2026-03-26 | 5.5177 |
| 2026-04-02 | 5.4728 |
| 2026-04-09 | 5.6390 |
| 2026-04-16 | 5.6908 |
| 2026-04-23 | 5.7147 |
| 2026-04-30 | 5.6530 |
| 2026-05-07 | 5.7975 |
| 2026-05-14 | 5.8370 |
| 2026-05-21 | 5.8116 |
| 2026-05-28 | 5.8530 |
| 2026-06-04 | 5.8983 |
| 2026-06-11 | 5.8030 |
| 2026-06-18 | 5.7413 |
| 2026-06-25 | 5.6997 |
| 2026-07-02 | 5.8249 |
| 2026-07-09 | 5.8263 |
| 2026-07-16 | 5.8856 |
| 2026-07-23 | 5.8749 |
| 2026-07-30 | 5.7703 |
| 2026-08-06 | 5.8386 |
| 2026-08-13 | 5.9211 |
| 2026-08-20 | 5.9175 |
| 2026-08-27 | 5.9766 |
| 2026-09-03 | 5.8919 |
| 2026-09-10 | 5.9109 |
| 2026-09-17 | 5.9030 |
| 2026-09-24 | 5.8381 |
High
5.9766
Low
5.0623
Average
5.5982
Get this rate via the API
One GET request returns the ZAR/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=ZAR¤cies=INR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZAR¤cies=INR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZAR¤cies=INR").json()Replace YOUR_API_KEY with the key from your dashboard.
ZAR/INR API questions
How do I get the ZAR/INR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZAR¤cies=INR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ZAR/INR rate in rates.INR.
How far back does ZAR/INR historical data go?
Daily ZAR/INR rates are available from 2009-01-02. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free ZAR/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.