MVR to IQD exchange rate API
Rufiyaa to Iraqi Dinar · quoted 2026-09-25
84.7440
▼ +0.17% over YTD
1 MVR = 84.7440 IQD · 1 IQD = 0.01180 MVR · Get this rate via the API
1 MVR buys 84.7440 IQD as of 2026-09-25, so 1 IQD buys 0.01180 MVR. Over the year to date, MVR/IQD traded between 84.2808 and 85.1277, averaged 84.7624 and fell 0.17%. The API holds daily MVR/IQD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MVR/IQD over YTD: show the values
| Point | MVR/IQD |
|---|---|
| 2025-12-31 | 84.8888 |
| 2026-01-07 | 84.7711 |
| 2026-01-14 | 84.8235 |
| 2026-01-21 | 84.7701 |
| 2026-01-28 | 84.6623 |
| 2026-02-04 | 84.5494 |
| 2026-02-11 | 84.8345 |
| 2026-02-18 | 84.7733 |
| 2026-02-25 | 84.7799 |
| 2026-03-04 | 84.7998 |
| 2026-03-11 | 84.8109 |
| 2026-03-18 | 84.6247 |
| 2026-03-25 | 84.6254 |
| 2026-04-01 | 84.7524 |
| 2026-04-08 | 84.2808 |
| 2026-04-15 | 84.7786 |
| 2026-04-22 | 84.8438 |
| 2026-04-29 | 84.7909 |
| 2026-05-06 | 84.7620 |
| 2026-05-14 | 84.8306 |
| 2026-05-21 | 84.8338 |
| 2026-05-29 | 84.5125 |
| 2026-06-05 | 84.9182 |
| 2026-06-14 | 84.7423 |
| 2026-06-21 | 84.7645 |
| 2026-06-28 | 84.7755 |
| 2026-07-05 | 84.7557 |
| 2026-07-12 | 84.7472 |
| 2026-07-19 | 84.7532 |
| 2026-07-26 | 84.7808 |
| 2026-08-02 | 84.7542 |
| 2026-08-09 | 84.7870 |
| 2026-08-16 | 84.7551 |
| 2026-08-24 | 84.8845 |
| 2026-08-31 | 85.1277 |
| 2026-09-07 | 84.7645 |
| 2026-09-14 | 84.8415 |
| 2026-09-21 | 84.7403 |
High
85.1277
Low
84.2808
Average
84.7624
Get this rate via the API
One GET request returns the MVR/IQD 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=MVR¤cies=IQD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=IQD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=IQD").json()Replace YOUR_API_KEY with the key from your dashboard.
MVR/IQD API questions
How do I get the MVR/IQD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=IQD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MVR/IQD rate in rates.IQD.
How far back does MVR/IQD historical data go?
Daily MVR/IQD 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 MVR/IQD 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.