Skip to content

INR to ZWL exchange rate API

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

691.6590

▼ +7.79% over 1Y

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 last year, INR/ZWL traded between 3.3824 and 757.2508, averaged 643.8363 and fell 7.79%. 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 1Y

INR/ZWL over 1Y: show the values
PointINR/ZWL
2025-09-25750.0654
2025-10-02752.1203
2025-10-09752.0641
2025-10-16757.2508
2025-10-23755.3468
2025-10-30745.0200
2025-11-06742.5087
2025-11-13741.9912
2025-11-20739.9117
2025-11-27732.1222
2025-12-04728.2119
2025-12-12720.6350
2025-12-19727.2273
2025-12-26721.3298
2026-01-02719.9011
2026-01-09712.4485
2026-01-16706.1959
2026-01-23696.7438
2026-01-30695.4908
2026-02-06710.0041
2026-02-13704.8303
2026-02-20702.7279
2026-02-27703.7508
2026-03-06700.7442
2026-03-13688.9841
2026-03-20675.3456
2026-03-27668.5324
2026-04-03683.4537
2026-04-103.4666
2026-04-173.4690
2026-04-243.4163
2026-05-013.3824
2026-05-083.4078
2026-05-16670.8420
2026-05-24686.6333
2026-05-31707.0887
2026-06-09702.3972
2026-06-16705.2465
2026-06-23706.0328
2026-06-30708.3958
2026-07-07707.6285
2026-07-14696.5009
2026-07-21695.6134
2026-07-28700.9114
2026-08-04698.7805
2026-08-11696.5232
2026-08-18697.4328
2026-08-26697.8671
2026-09-02705.0927
2026-09-09702.1929
2026-09-16697.6460
2026-09-23696.7380

High

757.2508

Low

3.3824

Average

643.8363

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.