Skip to content

INR to MZN exchange rate API

Indian Rupee to Mozambique Metical · quoted 2026-09-25

0.66346

▼ +7.85% over 1Y

1 INR = 0.66346 MZN · 1 MZN = 1.5072 INR · Get this rate via the API

1 INR buys 0.66346 MZN as of 2026-09-25, so 1 MZN buys 1.5072 INR. Over the last year, INR/MZN traded between 0.66214 and 0.72726, averaged 0.69000 and fell 7.85%. The API holds daily INR/MZN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

INR/MZN over 1Y

INR/MZN over 1Y: show the values
PointINR/MZN
2025-09-250.71998
2025-10-020.72023
2025-10-090.71958
2025-10-160.72674
2025-10-230.72726
2025-10-300.71996
2025-11-060.72121
2025-11-130.72041
2025-11-200.72028
2025-11-270.71476
2025-12-040.71074
2025-12-120.70675
2025-12-190.71237
2025-12-260.70825
2026-01-020.70792
2026-01-090.70819
2026-01-160.70366
2026-01-230.69564
2026-01-300.69404
2026-02-060.70416
2026-02-130.70458
2026-02-200.70101
2026-02-270.70083
2026-03-060.69488
2026-03-130.69125
2026-03-200.68148
2026-03-270.67283
2026-04-030.68814
2026-04-100.68847
2026-04-170.68900
2026-04-240.67792
2026-05-010.67127
2026-05-080.67630
2026-05-160.66531
2026-05-240.66503
2026-05-310.67195
2026-06-090.66964
2026-06-160.67430
2026-06-230.67413
2026-06-300.67468
2026-07-070.67250
2026-07-140.66214
2026-07-210.66287
2026-07-280.66579
2026-08-040.66881
2026-08-110.66875
2026-08-180.66735
2026-08-260.66878
2026-09-020.67182
2026-09-090.67059
2026-09-160.66548
2026-09-230.66664

High

0.72726

Low

0.66214

Average

0.69000

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

INR/MZN API questions

How do I get the INR/MZN exchange rate from an API?

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

How far back does INR/MZN historical data go?

Daily INR/MZN 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/MZN 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.