Skip to content

MVR to GHS exchange rate API

Rufiyaa to Ghana Cedi · quoted 2026-09-25

0.75005

▲ +10.54% over YTD

1 MVR = 0.75005 GHS · 1 GHS = 1.3332 MVR · Get this rate via the API

1 MVR buys 0.75005 GHS as of 2026-09-25, so 1 GHS buys 1.3332 MVR. Over the year to date, MVR/GHS traded between 0.67852 and 0.76494, averaged 0.72277 and rose 10.54%. The API holds daily MVR/GHS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MVR/GHS over YTD

MVR/GHS over YTD: show the values
PointMVR/GHS
2025-12-310.67852
2026-01-070.68780
2026-01-140.69540
2026-01-210.70173
2026-01-280.70586
2026-02-040.70820
2026-02-110.71128
2026-02-180.71248
2026-02-250.69279
2026-03-040.69555
2026-03-110.69876
2026-03-180.70370
2026-03-250.70605
2026-04-010.71059
2026-04-080.71074
2026-04-150.71508
2026-04-220.71571
2026-04-290.72103
2026-05-060.72381
2026-05-140.73333
2026-05-210.74768
2026-05-290.75491
2026-06-050.76494
2026-06-140.71786
2026-06-210.72228
2026-06-280.72967
2026-07-050.73484
2026-07-120.74167
2026-07-190.74694
2026-07-260.75262
2026-08-020.75591
2026-08-090.76085
2026-08-160.70874
2026-08-240.72143
2026-08-310.72669
2026-09-070.73619
2026-09-140.74090
2026-09-210.74540

High

0.76494

Low

0.67852

Average

0.72277

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MVR/GHS API questions

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

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

How far back does MVR/GHS historical data go?

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