Skip to content

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

ZAR/INR over 5Y: show the values
PointZAR/INR
2021-09-274.9042
2021-11-084.9399
2021-12-204.7962
2022-01-314.7985
2022-03-145.0858
2022-04-274.8140
2022-06-085.0669
2022-07-204.6916
2022-08-314.6609
2022-10-124.5170
2022-11-234.7693
2023-01-054.8262
2023-02-164.5581
2023-03-304.5484
2023-05-164.3117
2023-06-274.4401
2023-08-084.3825
2023-09-194.3950
2023-10-314.4319
2023-12-124.4091
2024-01-264.4241
2024-03-084.4374
2024-04-234.3317
2024-06-054.4061
2024-07-174.5964
2024-08-274.7338
2024-10-014.8830
2024-10-314.7685
2024-11-304.6828
2024-12-304.5617
2025-01-294.6377
2025-02-284.7401
2025-03-304.6500
2025-04-294.5900
2025-05-294.7879
2025-06-284.7830
2025-07-284.8574
2025-08-274.9408
2025-09-265.0839
2025-10-265.1141
2025-11-255.1807
2025-12-255.3940
2026-01-245.6779
2026-02-235.6771
2026-03-255.5544
2026-04-245.6909
2026-05-245.8468
2026-06-235.7474
2026-07-235.8749
2026-08-225.9753
2026-09-215.8933

High

5.9753

Low

4.3117

Average

4.9182

For developers

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

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