Skip to content

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

INR/MWK over YTD: show the values
PointINR/MWK
2025-12-3119.3085
2026-01-0719.3101
2026-01-1419.2218
2026-01-2118.9233
2026-01-2818.8605
2026-02-0419.1273
2026-02-1119.0630
2026-02-1819.1034
2026-02-2519.0641
2026-03-0418.8364
2026-03-1118.8506
2026-03-1818.6381
2026-03-2518.4351
2026-04-0118.5790
2026-04-0818.7297
2026-04-1518.5677
2026-04-2218.5094
2026-04-2918.3553
2026-05-0618.2888
2026-05-1418.1697
2026-05-2118.0501
2026-05-2918.1995
2026-06-0518.2851
2026-06-1418.1892
2026-06-2118.3337
2026-06-2818.3225
2026-07-0518.1729
2026-07-1218.1495
2026-07-1917.9633
2026-07-2617.9261
2026-08-0218.1210
2026-08-0918.1959
2026-08-1618.1228
2026-08-2418.1350
2026-08-3118.3091
2026-09-0718.3556
2026-09-1418.1545
2026-09-2118.0838

High

19.3101

Low

17.9261

Average

18.4894

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=MWK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=MWK");
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=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&currencies=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.