Skip to content

INR to MZN exchange rate API

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

0.66346

▼ +7.84% 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-24, so 1 MZN buys 1.5072 INR. Over the last year, INR/MZN traded between 0.66156 and 0.72563, averaged 0.69072 and fell 7.84%. 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-240.71989
2025-10-010.72020
2025-10-080.71994
2025-10-150.72563
2025-10-220.72260
2025-10-290.72423
2025-11-050.72056
2025-11-120.72115
2025-11-190.72195
2025-11-260.71638
2025-12-030.70867
2025-12-110.70748
2025-12-180.70788
2025-12-250.71107
2026-01-010.71038
2026-01-080.71056
2026-01-150.70761
2026-01-220.69751
2026-01-290.69422
2026-02-050.70693
2026-02-120.70536
2026-02-190.70021
2026-02-260.70239
2026-03-050.69681
2026-03-120.69256
2026-03-190.68473
2026-03-260.67804
2026-04-020.68535
2026-04-090.69026
2026-04-160.68589
2026-04-230.67910
2026-04-300.67329
2026-05-070.67805
2026-05-150.66594
2026-05-230.66692
2026-05-300.67205
2026-06-060.67192
2026-06-150.67409
2026-06-220.67446
2026-06-290.67543
2026-07-060.66943
2026-07-130.66716
2026-07-200.66156
2026-07-270.66553
2026-08-030.66939
2026-08-100.66954
2026-08-170.66804
2026-08-250.66874
2026-09-010.67217
2026-09-080.67303
2026-09-150.66478
2026-09-220.66745

High

0.72563

Low

0.66156

Average

0.69072

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.