ZAR to INR exchange rate API
Rand to Indian Rupee · quoted 2026-09-25
5.8781
▲ +19.86% over 5Y
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 5 years, ZAR/INR traded between 4.3117 and 5.9753, averaged 4.9182 and rose 19.86%. 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 5Y: show the values
| Point | ZAR/INR |
|---|---|
| 2021-09-27 | 4.9042 |
| 2021-11-08 | 4.9399 |
| 2021-12-20 | 4.7962 |
| 2022-01-31 | 4.7985 |
| 2022-03-14 | 5.0858 |
| 2022-04-27 | 4.8140 |
| 2022-06-08 | 5.0669 |
| 2022-07-20 | 4.6916 |
| 2022-08-31 | 4.6609 |
| 2022-10-12 | 4.5170 |
| 2022-11-23 | 4.7693 |
| 2023-01-05 | 4.8262 |
| 2023-02-16 | 4.5581 |
| 2023-03-30 | 4.5484 |
| 2023-05-16 | 4.3117 |
| 2023-06-27 | 4.4401 |
| 2023-08-08 | 4.3825 |
| 2023-09-19 | 4.3950 |
| 2023-10-31 | 4.4319 |
| 2023-12-12 | 4.4091 |
| 2024-01-26 | 4.4241 |
| 2024-03-08 | 4.4374 |
| 2024-04-23 | 4.3317 |
| 2024-06-05 | 4.4061 |
| 2024-07-17 | 4.5964 |
| 2024-08-27 | 4.7338 |
| 2024-10-01 | 4.8830 |
| 2024-10-31 | 4.7685 |
| 2024-11-30 | 4.6828 |
| 2024-12-30 | 4.5617 |
| 2025-01-29 | 4.6377 |
| 2025-02-28 | 4.7401 |
| 2025-03-30 | 4.6500 |
| 2025-04-29 | 4.5900 |
| 2025-05-29 | 4.7879 |
| 2025-06-28 | 4.7830 |
| 2025-07-28 | 4.8574 |
| 2025-08-27 | 4.9408 |
| 2025-09-26 | 5.0839 |
| 2025-10-26 | 5.1141 |
| 2025-11-25 | 5.1807 |
| 2025-12-25 | 5.3940 |
| 2026-01-24 | 5.6779 |
| 2026-02-23 | 5.6771 |
| 2026-03-25 | 5.5544 |
| 2026-04-24 | 5.6909 |
| 2026-05-24 | 5.8468 |
| 2026-06-23 | 5.7474 |
| 2026-07-23 | 5.8749 |
| 2026-08-22 | 5.9753 |
| 2026-09-21 | 5.8933 |
High
5.9753
Low
4.3117
Average
4.9182
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.