Skip to content

MNT to GHS exchange rate API

Tugrik to Ghana Cedi · quoted 2026-09-26

0.003229

▼ +6.19% over 1Y

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

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

MNT/GHS over 1Y

MNT/GHS over 1Y: show the values
PointMNT/GHS
2025-09-260.003442
2025-10-030.003481
2025-10-100.003444
2025-10-170.002960
2025-10-240.003002
2025-10-3115.699964
2025-11-0713.296975
2025-11-1413.257029
2025-11-210.003103
2025-11-280.003150
2025-12-050.003213
2025-12-130.003238
2025-12-200.003234
2025-12-270.003131
2026-01-030.002943
2026-01-100.003010
2026-01-170.003037
2026-01-240.003050
2026-01-310.003066
2026-02-070.003069
2026-02-140.003085
2026-02-210.003082
2026-02-280.002993
2026-03-070.003017
2026-03-140.003046
2026-03-210.003053
2026-03-280.003064
2026-04-040.003079
2026-04-110.003065
2026-04-180.003090
2026-04-250.003101
2026-05-020.003129
2026-05-090.003154
2026-05-170.003191
2026-05-250.003241
2026-06-010.003279
2026-06-100.003264
2026-06-170.003149
2026-06-240.003130
2026-07-010.003160
2026-07-080.003183
2026-07-150.003198
2026-07-220.003226
2026-07-290.003235
2026-08-050.003254
2026-08-120.003258
2026-08-200.003075
2026-08-270.003111
2026-09-030.003140
2026-09-100.003179
2026-09-170.003195
2026-09-240.003217

High

15.7000

Low

0.002943

Average

0.80022

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MNT/GHS API questions

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

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

How far back does MNT/GHS historical data go?

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