Skip to content

MVR to YER exchange rate API

Rufiyaa to Yemeni Rial · quoted 2026-09-25

15.3038

▼ +1.39% over 1Y

1 MVR = 15.3038 YER · 1 YER = 0.06534 MVR · Get this rate via the API

1 MVR buys 15.3038 YER as of 2026-09-25, so 1 YER buys 0.06534 MVR. Over the last year, MVR/YER traded between 15.3038 and 15.5341, averaged 15.4230 and fell 1.39%. The API holds daily MVR/YER rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MVR/YER over 1Y

MVR/YER over 1Y: show the values
PointMVR/YER
2025-09-2515.5189
2025-10-0215.5341
2025-10-0915.5184
2025-10-1615.4887
2025-10-2315.4998
2025-10-3015.4790
2025-11-0615.4720
2025-11-1315.4506
2025-11-2015.4404
2025-11-2715.4395
2025-12-0415.4419
2025-12-1215.4379
2025-12-1915.4300
2025-12-2615.4203
2026-01-0215.4211
2026-01-0915.4273
2026-01-1615.4218
2026-01-2315.4176
2026-01-3015.4200
2026-02-0615.4240
2026-02-1315.4163
2026-02-2015.4403
2026-02-2715.4278
2026-03-0615.4242
2026-03-1315.4337
2026-03-2015.4331
2026-03-2715.4363
2026-04-0315.4363
2026-04-1015.4402
2026-04-1715.4465
2026-04-2415.4347
2026-05-0115.4416
2026-05-0815.4380
2026-05-1615.4835
2026-05-2415.4545
2026-05-3115.4777
2026-06-0915.4388
2026-06-1615.4334
2026-06-2315.4364
2026-06-3015.4339
2026-07-0715.3358
2026-07-1415.3348
2026-07-2115.3815
2026-07-2815.4203
2026-08-0415.4177
2026-08-1115.3511
2026-08-1815.3381
2026-08-2615.3378
2026-09-0215.3311
2026-09-0915.3358
2026-09-1615.3165
2026-09-2315.3044

High

15.5341

Low

15.3038

Average

15.4230

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MVR/YER API questions

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

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

How far back does MVR/YER historical data go?

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