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: show the values
| Point | INR/MZN |
|---|---|
| 2025-09-24 | 0.71989 |
| 2025-10-01 | 0.72020 |
| 2025-10-08 | 0.71994 |
| 2025-10-15 | 0.72563 |
| 2025-10-22 | 0.72260 |
| 2025-10-29 | 0.72423 |
| 2025-11-05 | 0.72056 |
| 2025-11-12 | 0.72115 |
| 2025-11-19 | 0.72195 |
| 2025-11-26 | 0.71638 |
| 2025-12-03 | 0.70867 |
| 2025-12-11 | 0.70748 |
| 2025-12-18 | 0.70788 |
| 2025-12-25 | 0.71107 |
| 2026-01-01 | 0.71038 |
| 2026-01-08 | 0.71056 |
| 2026-01-15 | 0.70761 |
| 2026-01-22 | 0.69751 |
| 2026-01-29 | 0.69422 |
| 2026-02-05 | 0.70693 |
| 2026-02-12 | 0.70536 |
| 2026-02-19 | 0.70021 |
| 2026-02-26 | 0.70239 |
| 2026-03-05 | 0.69681 |
| 2026-03-12 | 0.69256 |
| 2026-03-19 | 0.68473 |
| 2026-03-26 | 0.67804 |
| 2026-04-02 | 0.68535 |
| 2026-04-09 | 0.69026 |
| 2026-04-16 | 0.68589 |
| 2026-04-23 | 0.67910 |
| 2026-04-30 | 0.67329 |
| 2026-05-07 | 0.67805 |
| 2026-05-15 | 0.66594 |
| 2026-05-23 | 0.66692 |
| 2026-05-30 | 0.67205 |
| 2026-06-06 | 0.67192 |
| 2026-06-15 | 0.67409 |
| 2026-06-22 | 0.67446 |
| 2026-06-29 | 0.67543 |
| 2026-07-06 | 0.66943 |
| 2026-07-13 | 0.66716 |
| 2026-07-20 | 0.66156 |
| 2026-07-27 | 0.66553 |
| 2026-08-03 | 0.66939 |
| 2026-08-10 | 0.66954 |
| 2026-08-17 | 0.66804 |
| 2026-08-25 | 0.66874 |
| 2026-09-01 | 0.67217 |
| 2026-09-08 | 0.67303 |
| 2026-09-15 | 0.66478 |
| 2026-09-22 | 0.66745 |
High
0.72563
Low
0.66156
Average
0.69072
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.