INR to ZWL exchange rate API
Indian Rupee to Zimbabwe Dollar · quoted 2026-09-25
691.9305
▼ +7.75% over 1Y
1 INR = 691.9305 ZWL · 1 ZWL = 0.001445 INR · Get this rate via the API
1 INR buys 691.9305 ZWL as of 2026-09-25, so 1 ZWL buys 0.001445 INR. Over the last year, INR/ZWL traded between 3.3824 and 757.2508, averaged 643.8414 and fell 7.75%. 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: show the values
| Point | INR/ZWL |
|---|---|
| 2025-09-25 | 750.0654 |
| 2025-10-02 | 752.1203 |
| 2025-10-09 | 752.0641 |
| 2025-10-16 | 757.2508 |
| 2025-10-23 | 755.3468 |
| 2025-10-30 | 745.0200 |
| 2025-11-06 | 742.5087 |
| 2025-11-13 | 741.9912 |
| 2025-11-20 | 739.9117 |
| 2025-11-27 | 732.1222 |
| 2025-12-04 | 728.2119 |
| 2025-12-12 | 720.6350 |
| 2025-12-19 | 727.2273 |
| 2025-12-26 | 721.3298 |
| 2026-01-02 | 719.9011 |
| 2026-01-09 | 712.4485 |
| 2026-01-16 | 706.1959 |
| 2026-01-23 | 696.7438 |
| 2026-01-30 | 695.4908 |
| 2026-02-06 | 710.0041 |
| 2026-02-13 | 704.8303 |
| 2026-02-20 | 702.7279 |
| 2026-02-27 | 703.7508 |
| 2026-03-06 | 700.7442 |
| 2026-03-13 | 688.9841 |
| 2026-03-20 | 675.3456 |
| 2026-03-27 | 668.5324 |
| 2026-04-03 | 683.4537 |
| 2026-04-10 | 3.4666 |
| 2026-04-17 | 3.4690 |
| 2026-04-24 | 3.4163 |
| 2026-05-01 | 3.3824 |
| 2026-05-08 | 3.4078 |
| 2026-05-16 | 670.8420 |
| 2026-05-24 | 686.6333 |
| 2026-05-31 | 707.0887 |
| 2026-06-09 | 702.3972 |
| 2026-06-16 | 705.2465 |
| 2026-06-23 | 706.0328 |
| 2026-06-30 | 708.3958 |
| 2026-07-07 | 707.6285 |
| 2026-07-14 | 696.5009 |
| 2026-07-21 | 695.6134 |
| 2026-07-28 | 700.9114 |
| 2026-08-04 | 698.7805 |
| 2026-08-11 | 696.5232 |
| 2026-08-18 | 697.4328 |
| 2026-08-26 | 697.8671 |
| 2026-09-02 | 705.0927 |
| 2026-09-09 | 702.1929 |
| 2026-09-16 | 697.6460 |
| 2026-09-23 | 696.7380 |
High
757.2508
Low
3.3824
Average
643.8414
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.