Skip to content

GHS to MNT exchange rate API

Ghana Cedi to Tugrik · quoted 2026-09-26

309.6539

▲ +6.59% over 1Y

1 GHS = 309.6539 MNT · 1 MNT = 0.003229 GHS · Get this rate via the API

1 GHS buys 309.6539 MNT as of 2026-09-26, so 1 MNT buys 0.003229 GHS. Over the last year, GHS/MNT traded between 0.06369 and 339.7529, averaged 299.9364 and rose 6.59%. The API holds daily GHS/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GHS/MNT over 1Y

GHS/MNT over 1Y: show the values
PointGHS/MNT
2025-09-26290.5038
2025-10-03287.2064
2025-10-10290.3505
2025-10-17337.7752
2025-10-24333.0068
2025-10-310.0637
2025-11-070.0752
2025-11-140.0754
2025-11-21322.1891
2025-11-28317.3998
2025-12-05311.1820
2025-12-13308.7468
2025-12-20309.1768
2025-12-27319.3547
2026-01-03339.7529
2026-01-10332.1440
2026-01-17329.2611
2026-01-24327.7654
2026-01-31326.1529
2026-02-07325.7599
2026-02-14324.1171
2026-02-21324.4271
2026-02-28334.0935
2026-03-07331.3960
2026-03-14328.2251
2026-03-21327.4540
2026-03-28326.3320
2026-04-04324.7187
2026-04-11326.2440
2026-04-18323.5695
2026-04-25322.4499
2026-05-02319.5659
2026-05-09316.9866
2026-05-17313.2967
2026-05-25308.4983
2026-06-01304.9633
2026-06-10306.3595
2026-06-17317.5058
2026-06-24319.3891
2026-07-01316.4341
2026-07-08314.1402
2026-07-15312.6919
2026-07-22309.8879
2026-07-29309.0627
2026-08-05307.2591
2026-08-12306.8594
2026-08-20325.1078
2026-08-27321.3582
2026-09-03318.4252
2026-09-10314.5383
2026-09-17312.8980
2026-09-24310.7763

High

339.7529

Low

0.06369

Average

299.9364

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GHS&currencies=MNT").json()

Replace YOUR_API_KEY with the key from your dashboard.

GHS/MNT API questions

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

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

How far back does GHS/MNT historical data go?

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