MVR to CLP exchange rate API
Rufiyaa to Chilean Peso · quoted 2026-09-27
62.2061
▼ +0.82% over 1Y
1 MVR = 62.2061 CLP · 1 CLP = 0.01608 MVR · Get this rate via the API
1 MVR buys 62.2061 CLP as of 2026-09-27, so 1 CLP buys 0.01608 MVR. Over the last year, MVR/CLP traded between 55.3788 and 63.1002, averaged 59.3829 and fell 0.82%. The API holds daily MVR/CLP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MVR/CLP over 1Y: show the values
| Point | MVR/CLP |
|---|---|
| 2025-09-27 | 62.7214 |
| 2025-10-04 | 63.1002 |
| 2025-10-11 | 62.7062 |
| 2025-10-18 | 62.5169 |
| 2025-10-25 | 61.5644 |
| 2025-11-01 | 61.6010 |
| 2025-11-08 | 61.4071 |
| 2025-11-15 | 60.0949 |
| 2025-11-22 | 60.9778 |
| 2025-11-29 | 60.2700 |
| 2025-12-06 | 60.0957 |
| 2025-12-14 | 59.1987 |
| 2025-12-21 | 58.9432 |
| 2025-12-28 | 58.6040 |
| 2026-01-04 | 58.6160 |
| 2026-01-11 | 57.8071 |
| 2026-01-18 | 57.3412 |
| 2026-01-25 | 56.0837 |
| 2026-02-01 | 56.5159 |
| 2026-02-08 | 55.3788 |
| 2026-02-15 | 55.7477 |
| 2026-02-22 | 56.1191 |
| 2026-03-01 | 56.5148 |
| 2026-03-08 | 58.9868 |
| 2026-03-15 | 59.3484 |
| 2026-03-22 | 59.9789 |
| 2026-03-29 | 59.8272 |
| 2026-04-05 | 59.4985 |
| 2026-04-12 | 57.7504 |
| 2026-04-19 | 56.7056 |
| 2026-04-26 | 58.0315 |
| 2026-05-03 | 58.1688 |
| 2026-05-10 | 57.8349 |
| 2026-05-18 | 58.2886 |
| 2026-05-26 | 58.0142 |
| 2026-06-02 | 57.7956 |
| 2026-06-11 | 59.2402 |
| 2026-06-18 | 57.3805 |
| 2026-06-25 | 59.4534 |
| 2026-07-02 | 59.9077 |
| 2026-07-09 | 60.5124 |
| 2026-07-16 | 59.8101 |
| 2026-07-23 | 60.5470 |
| 2026-07-30 | 60.4982 |
| 2026-08-06 | 59.1261 |
| 2026-08-13 | 59.1590 |
| 2026-08-21 | 59.6878 |
| 2026-08-28 | 59.9305 |
| 2026-09-04 | 60.3257 |
| 2026-09-11 | 60.8807 |
| 2026-09-18 | 62.1631 |
| 2026-09-25 | 62.3079 |
High
63.1002
Low
55.3788
Average
59.3829
Get this rate via the API
One GET request returns the MVR/CLP 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=CLP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=CLP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=CLP").json()Replace YOUR_API_KEY with the key from your dashboard.
MVR/CLP API questions
How do I get the MVR/CLP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=CLP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MVR/CLP rate in rates.CLP.
How far back does MVR/CLP historical data go?
Daily MVR/CLP 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/CLP 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.