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: show the values
| Point | MVR/YER |
|---|---|
| 2025-09-25 | 15.5189 |
| 2025-10-02 | 15.5341 |
| 2025-10-09 | 15.5184 |
| 2025-10-16 | 15.4887 |
| 2025-10-23 | 15.4998 |
| 2025-10-30 | 15.4790 |
| 2025-11-06 | 15.4720 |
| 2025-11-13 | 15.4506 |
| 2025-11-20 | 15.4404 |
| 2025-11-27 | 15.4395 |
| 2025-12-04 | 15.4419 |
| 2025-12-12 | 15.4379 |
| 2025-12-19 | 15.4300 |
| 2025-12-26 | 15.4203 |
| 2026-01-02 | 15.4211 |
| 2026-01-09 | 15.4273 |
| 2026-01-16 | 15.4218 |
| 2026-01-23 | 15.4176 |
| 2026-01-30 | 15.4200 |
| 2026-02-06 | 15.4240 |
| 2026-02-13 | 15.4163 |
| 2026-02-20 | 15.4403 |
| 2026-02-27 | 15.4278 |
| 2026-03-06 | 15.4242 |
| 2026-03-13 | 15.4337 |
| 2026-03-20 | 15.4331 |
| 2026-03-27 | 15.4363 |
| 2026-04-03 | 15.4363 |
| 2026-04-10 | 15.4402 |
| 2026-04-17 | 15.4465 |
| 2026-04-24 | 15.4347 |
| 2026-05-01 | 15.4416 |
| 2026-05-08 | 15.4380 |
| 2026-05-16 | 15.4835 |
| 2026-05-24 | 15.4545 |
| 2026-05-31 | 15.4777 |
| 2026-06-09 | 15.4388 |
| 2026-06-16 | 15.4334 |
| 2026-06-23 | 15.4364 |
| 2026-06-30 | 15.4339 |
| 2026-07-07 | 15.3358 |
| 2026-07-14 | 15.3348 |
| 2026-07-21 | 15.3815 |
| 2026-07-28 | 15.4203 |
| 2026-08-04 | 15.4177 |
| 2026-08-11 | 15.3511 |
| 2026-08-18 | 15.3381 |
| 2026-08-26 | 15.3378 |
| 2026-09-02 | 15.3311 |
| 2026-09-09 | 15.3358 |
| 2026-09-16 | 15.3165 |
| 2026-09-23 | 15.3044 |
High
15.5341
Low
15.3038
Average
15.4230
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=YER"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=YER");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=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¤cies=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.