Skip to content

INR to ZWL exchange rate API

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

691.6590

▼ +4.28% over YTD

1 INR = 691.6590 ZWL · 1 ZWL = 0.001446 INR · Get this rate via the API

1 INR buys 691.6590 ZWL as of 2026-09-25, so 1 ZWL buys 0.001446 INR. Over the year to date, INR/ZWL traded between 3.3948 and 722.5875, averaged 626.6210 and fell 4.28%. The API holds daily INR/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

INR/ZWL over YTD

INR/ZWL over YTD: show the values
PointINR/ZWL
2025-12-31722.5875
2026-01-07719.7819
2026-01-14712.4097
2026-01-21698.9863
2026-01-28696.1422
2026-02-04708.7969
2026-02-11702.8086
2026-02-18705.0546
2026-02-25707.1415
2026-03-04699.2130
2026-03-11695.3687
2026-03-18680.6984
2026-03-25674.6192
2026-04-01678.4480
2026-04-08686.6377
2026-04-153.4461
2026-04-223.4327
2026-04-293.3948
2026-05-063.4033
2026-05-14672.4139
2026-05-21681.1464
2026-05-29707.2902
2026-06-05707.5190
2026-06-14701.9297
2026-06-21707.5748
2026-06-28708.0923
2026-07-05703.0509
2026-07-12698.5119
2026-07-19691.9629
2026-07-26688.8026
2026-08-02698.0360
2026-08-09698.1078
2026-08-16694.6221
2026-08-24695.0330
2026-08-31695.7612
2026-09-07702.3690
2026-09-14697.0160
2026-09-21694.9483

High

722.5875

Low

3.3948

Average

626.6210

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

INR/ZWL API questions

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

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

How far back does INR/ZWL historical data go?

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