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: show the values
| Point | INR/MZN |
|---|---|
| 2025-09-25 | 0.71998 |
| 2025-10-02 | 0.72023 |
| 2025-10-09 | 0.71958 |
| 2025-10-16 | 0.72674 |
| 2025-10-23 | 0.72726 |
| 2025-10-30 | 0.71996 |
| 2025-11-06 | 0.72121 |
| 2025-11-13 | 0.72041 |
| 2025-11-20 | 0.72028 |
| 2025-11-27 | 0.71476 |
| 2025-12-04 | 0.71074 |
| 2025-12-12 | 0.70675 |
| 2025-12-19 | 0.71237 |
| 2025-12-26 | 0.70825 |
| 2026-01-02 | 0.70792 |
| 2026-01-09 | 0.70819 |
| 2026-01-16 | 0.70366 |
| 2026-01-23 | 0.69564 |
| 2026-01-30 | 0.69404 |
| 2026-02-06 | 0.70416 |
| 2026-02-13 | 0.70458 |
| 2026-02-20 | 0.70101 |
| 2026-02-27 | 0.70083 |
| 2026-03-06 | 0.69488 |
| 2026-03-13 | 0.69125 |
| 2026-03-20 | 0.68148 |
| 2026-03-27 | 0.67283 |
| 2026-04-03 | 0.68814 |
| 2026-04-10 | 0.68847 |
| 2026-04-17 | 0.68900 |
| 2026-04-24 | 0.67792 |
| 2026-05-01 | 0.67127 |
| 2026-05-08 | 0.67630 |
| 2026-05-16 | 0.66531 |
| 2026-05-24 | 0.66503 |
| 2026-05-31 | 0.67195 |
| 2026-06-09 | 0.66964 |
| 2026-06-16 | 0.67430 |
| 2026-06-23 | 0.67413 |
| 2026-06-30 | 0.67468 |
| 2026-07-07 | 0.67250 |
| 2026-07-14 | 0.66214 |
| 2026-07-21 | 0.66287 |
| 2026-07-28 | 0.66579 |
| 2026-08-04 | 0.66881 |
| 2026-08-11 | 0.66875 |
| 2026-08-18 | 0.66735 |
| 2026-08-26 | 0.66878 |
| 2026-09-02 | 0.67182 |
| 2026-09-09 | 0.67059 |
| 2026-09-16 | 0.66548 |
| 2026-09-23 | 0.66664 |
High
0.72726
Low
0.66214
Average
0.69000
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=MZN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=MZN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=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¤cies=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.