INR to MWK exchange rate API
Indian Rupee to Kwacha · quoted 2026-09-24
18.0760
▼ +6.38% over YTD
1 INR = 18.0760 MWK · 1 MWK = 0.05532 INR · Get this rate via the API
1 INR buys 18.0760 MWK as of 2026-09-24, so 1 MWK buys 0.05532 INR. Over the year to date, INR/MWK traded between 17.9261 and 19.3101, averaged 18.4894 and fell 6.38%. The API holds daily INR/MWK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
INR/MWK over YTD: show the values
| Point | INR/MWK |
|---|---|
| 2025-12-31 | 19.3085 |
| 2026-01-07 | 19.3101 |
| 2026-01-14 | 19.2218 |
| 2026-01-21 | 18.9233 |
| 2026-01-28 | 18.8605 |
| 2026-02-04 | 19.1273 |
| 2026-02-11 | 19.0630 |
| 2026-02-18 | 19.1034 |
| 2026-02-25 | 19.0641 |
| 2026-03-04 | 18.8364 |
| 2026-03-11 | 18.8506 |
| 2026-03-18 | 18.6381 |
| 2026-03-25 | 18.4351 |
| 2026-04-01 | 18.5790 |
| 2026-04-08 | 18.7297 |
| 2026-04-15 | 18.5677 |
| 2026-04-22 | 18.5094 |
| 2026-04-29 | 18.3553 |
| 2026-05-06 | 18.2888 |
| 2026-05-14 | 18.1697 |
| 2026-05-21 | 18.0501 |
| 2026-05-29 | 18.1995 |
| 2026-06-05 | 18.2851 |
| 2026-06-14 | 18.1892 |
| 2026-06-21 | 18.3337 |
| 2026-06-28 | 18.3225 |
| 2026-07-05 | 18.1729 |
| 2026-07-12 | 18.1495 |
| 2026-07-19 | 17.9633 |
| 2026-07-26 | 17.9261 |
| 2026-08-02 | 18.1210 |
| 2026-08-09 | 18.1959 |
| 2026-08-16 | 18.1228 |
| 2026-08-24 | 18.1350 |
| 2026-08-31 | 18.3091 |
| 2026-09-07 | 18.3556 |
| 2026-09-14 | 18.1545 |
| 2026-09-21 | 18.0838 |
High
19.3101
Low
17.9261
Average
18.4894
Get this rate via the API
One GET request returns the INR/MWK 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=MWK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=MWK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=MWK").json()Replace YOUR_API_KEY with the key from your dashboard.
INR/MWK API questions
How do I get the INR/MWK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=MWK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest INR/MWK rate in rates.MWK.
How far back does INR/MWK historical data go?
Daily INR/MWK 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/MWK 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.