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: show the values
| Point | INR/ZWL |
|---|---|
| 2025-12-31 | 722.5875 |
| 2026-01-07 | 719.7819 |
| 2026-01-14 | 712.4097 |
| 2026-01-21 | 698.9863 |
| 2026-01-28 | 696.1422 |
| 2026-02-04 | 708.7969 |
| 2026-02-11 | 702.8086 |
| 2026-02-18 | 705.0546 |
| 2026-02-25 | 707.1415 |
| 2026-03-04 | 699.2130 |
| 2026-03-11 | 695.3687 |
| 2026-03-18 | 680.6984 |
| 2026-03-25 | 674.6192 |
| 2026-04-01 | 678.4480 |
| 2026-04-08 | 686.6377 |
| 2026-04-15 | 3.4461 |
| 2026-04-22 | 3.4327 |
| 2026-04-29 | 3.3948 |
| 2026-05-06 | 3.4033 |
| 2026-05-14 | 672.4139 |
| 2026-05-21 | 681.1464 |
| 2026-05-29 | 707.2902 |
| 2026-06-05 | 707.5190 |
| 2026-06-14 | 701.9297 |
| 2026-06-21 | 707.5748 |
| 2026-06-28 | 708.0923 |
| 2026-07-05 | 703.0509 |
| 2026-07-12 | 698.5119 |
| 2026-07-19 | 691.9629 |
| 2026-07-26 | 688.8026 |
| 2026-08-02 | 698.0360 |
| 2026-08-09 | 698.1078 |
| 2026-08-16 | 694.6221 |
| 2026-08-24 | 695.0330 |
| 2026-08-31 | 695.7612 |
| 2026-09-07 | 702.3690 |
| 2026-09-14 | 697.0160 |
| 2026-09-21 | 694.9483 |
High
722.5875
Low
3.3948
Average
626.6210
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=ZWL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=ZWL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=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¤cies=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.