Skip to content

MVR to EGP exchange rate API

Rufiyaa to Egyptian Pound · quoted 2026-09-24

3.3475

▲ +8.28% over 1Y

1 MVR = 3.3475 EGP · 1 EGP = 0.29873 MVR · Get this rate via the API

1 MVR buys 3.3475 EGP as of 2026-09-24, so 1 EGP buys 0.29873 MVR. Over the last year, MVR/EGP traded between 3.0288 and 3.4907, averaged 3.2184 and rose 8.28%. The API holds daily MVR/EGP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MVR/EGP over 1Y

MVR/EGP over 1Y: show the values
PointMVR/EGP
2025-09-243.0916
2025-10-013.1043
2025-10-083.0858
2025-10-153.0956
2025-10-223.0855
2025-10-293.0730
2025-11-053.0687
2025-11-123.0567
2025-11-193.0625
2025-11-263.0923
2025-12-033.0786
2025-12-113.0790
2025-12-183.0804
2025-12-253.0754
2026-01-013.0841
2026-01-083.0575
2026-01-153.0586
2026-01-223.0556
2026-01-293.0294
2026-02-053.0363
2026-02-123.0288
2026-02-193.0625
2026-02-263.0996
2026-03-053.2447
2026-03-123.3770
2026-03-193.3796
2026-03-263.4077
2026-04-023.4907
2026-04-093.4389
2026-04-163.3570
2026-04-233.3911
2026-04-303.4552
2026-05-073.4110
2026-05-153.4341
2026-05-233.4480
2026-05-303.3939
2026-06-063.3742
2026-06-153.2795
2026-06-223.2251
2026-06-293.1909
2026-07-063.1686
2026-07-133.2387
2026-07-203.2979
2026-07-273.2945
2026-08-033.2598
2026-08-103.2271
2026-08-173.2437
2026-08-253.2717
2026-09-013.2896
2026-09-083.2977
2026-09-153.3528
2026-09-223.3448

High

3.4907

Low

3.0288

Average

3.2184

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR&currencies=EGP").json()

Replace YOUR_API_KEY with the key from your dashboard.

MVR/EGP API questions

How do I get the MVR/EGP exchange rate from an API?

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

How far back does MVR/EGP historical data go?

Daily MVR/EGP 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/EGP 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.