Skip to content

NIO to MWK exchange rate API

Cordoba Oro to Kwacha · quoted 2026-09-26

47.1341

▲ +0.01% over 6M

1 NIO = 47.1341 MWK · 1 MWK = 0.02122 NIO · Get this rate via the API

1 NIO buys 47.1341 MWK as of 2026-09-26, so 1 MWK buys 0.02122 NIO. Over the last 6 months, NIO/MWK traded between 47.0353 and 47.4512, averaged 47.1844 and rose 0.01%. The API holds daily NIO/MWK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

NIO/MWK over 6M

NIO/MWK over 6M: show the values
PointNIO/MWK
2026-03-3047.1273
2026-04-0647.0353
2026-04-1347.1230
2026-04-2047.1232
2026-04-2747.1186
2026-05-0447.4387
2026-05-1147.1125
2026-05-1947.3496
2026-05-2747.2072
2026-06-0347.2735
2026-06-1247.1004
2026-06-1947.2971
2026-06-2647.1103
2026-07-0347.1975
2026-07-1047.0949
2026-07-1747.1299
2026-07-2447.1107
2026-07-3147.2509
2026-08-0747.1425
2026-08-1447.1447
2026-08-2247.1461
2026-08-2947.1264
2026-09-0547.1782
2026-09-1247.4512
2026-09-1947.3197
2026-09-2647.1341

High

47.4512

Low

47.0353

Average

47.1844

For developers

Get this rate via the API

One GET request returns the NIO/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=NIO&currencies=MWK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO&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=NIO&currencies=MWK").json()

Replace YOUR_API_KEY with the key from your dashboard.

NIO/MWK API questions

How do I get the NIO/MWK exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO&currencies=MWK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest NIO/MWK rate in rates.MWK.

How far back does NIO/MWK historical data go?

Daily NIO/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 NIO/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.