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: show the values
| Point | MNT/GHS |
|---|---|
| 2025-09-26 | 0.003442 |
| 2025-10-03 | 0.003481 |
| 2025-10-10 | 0.003444 |
| 2025-10-17 | 0.002960 |
| 2025-10-24 | 0.003002 |
| 2025-10-31 | 15.699964 |
| 2025-11-07 | 13.296975 |
| 2025-11-14 | 13.257029 |
| 2025-11-21 | 0.003103 |
| 2025-11-28 | 0.003150 |
| 2025-12-05 | 0.003213 |
| 2025-12-13 | 0.003238 |
| 2025-12-20 | 0.003234 |
| 2025-12-27 | 0.003131 |
| 2026-01-03 | 0.002943 |
| 2026-01-10 | 0.003010 |
| 2026-01-17 | 0.003037 |
| 2026-01-24 | 0.003050 |
| 2026-01-31 | 0.003066 |
| 2026-02-07 | 0.003069 |
| 2026-02-14 | 0.003085 |
| 2026-02-21 | 0.003082 |
| 2026-02-28 | 0.002993 |
| 2026-03-07 | 0.003017 |
| 2026-03-14 | 0.003046 |
| 2026-03-21 | 0.003053 |
| 2026-03-28 | 0.003064 |
| 2026-04-04 | 0.003079 |
| 2026-04-11 | 0.003065 |
| 2026-04-18 | 0.003090 |
| 2026-04-25 | 0.003101 |
| 2026-05-02 | 0.003129 |
| 2026-05-09 | 0.003154 |
| 2026-05-17 | 0.003191 |
| 2026-05-25 | 0.003241 |
| 2026-06-01 | 0.003279 |
| 2026-06-10 | 0.003264 |
| 2026-06-17 | 0.003149 |
| 2026-06-24 | 0.003130 |
| 2026-07-01 | 0.003160 |
| 2026-07-08 | 0.003183 |
| 2026-07-15 | 0.003198 |
| 2026-07-22 | 0.003226 |
| 2026-07-29 | 0.003235 |
| 2026-08-05 | 0.003254 |
| 2026-08-12 | 0.003258 |
| 2026-08-20 | 0.003075 |
| 2026-08-27 | 0.003111 |
| 2026-09-03 | 0.003140 |
| 2026-09-10 | 0.003179 |
| 2026-09-17 | 0.003195 |
| 2026-09-24 | 0.003217 |
High
15.7000
Low
0.002943
Average
0.80022
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT¤cies=GHS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT¤cies=GHS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT¤cies=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¤cies=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.