Skip to content

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

MVR/CLP over 1Y: show the values
PointMVR/CLP
2025-09-2762.7214
2025-10-0463.1002
2025-10-1162.7062
2025-10-1862.5169
2025-10-2561.5644
2025-11-0161.6010
2025-11-0861.4071
2025-11-1560.0949
2025-11-2260.9778
2025-11-2960.2700
2025-12-0660.0957
2025-12-1459.1987
2025-12-2158.9432
2025-12-2858.6040
2026-01-0458.6160
2026-01-1157.8071
2026-01-1857.3412
2026-01-2556.0837
2026-02-0156.5159
2026-02-0855.3788
2026-02-1555.7477
2026-02-2256.1191
2026-03-0156.5148
2026-03-0858.9868
2026-03-1559.3484
2026-03-2259.9789
2026-03-2959.8272
2026-04-0559.4985
2026-04-1257.7504
2026-04-1956.7056
2026-04-2658.0315
2026-05-0358.1688
2026-05-1057.8349
2026-05-1858.2886
2026-05-2658.0142
2026-06-0257.7956
2026-06-1159.2402
2026-06-1857.3805
2026-06-2559.4534
2026-07-0259.9077
2026-07-0960.5124
2026-07-1659.8101
2026-07-2360.5470
2026-07-3060.4982
2026-08-0659.1261
2026-08-1359.1590
2026-08-2159.6878
2026-08-2859.9305
2026-09-0460.3257
2026-09-1160.8807
2026-09-1862.1631
2026-09-2562.3079

High

63.1002

Low

55.3788

Average

59.3829

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR&currencies=CLP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR&currencies=CLP");
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=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&currencies=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.