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: show the values
| Point | GHS/MNT |
|---|---|
| 2025-09-26 | 290.5038 |
| 2025-10-03 | 287.2064 |
| 2025-10-10 | 290.3505 |
| 2025-10-17 | 337.7752 |
| 2025-10-24 | 333.0068 |
| 2025-10-31 | 0.0637 |
| 2025-11-07 | 0.0752 |
| 2025-11-14 | 0.0754 |
| 2025-11-21 | 322.1891 |
| 2025-11-28 | 317.3998 |
| 2025-12-05 | 311.1820 |
| 2025-12-13 | 308.7468 |
| 2025-12-20 | 309.1768 |
| 2025-12-27 | 319.3547 |
| 2026-01-03 | 339.7529 |
| 2026-01-10 | 332.1440 |
| 2026-01-17 | 329.2611 |
| 2026-01-24 | 327.7654 |
| 2026-01-31 | 326.1529 |
| 2026-02-07 | 325.7599 |
| 2026-02-14 | 324.1171 |
| 2026-02-21 | 324.4271 |
| 2026-02-28 | 334.0935 |
| 2026-03-07 | 331.3960 |
| 2026-03-14 | 328.2251 |
| 2026-03-21 | 327.4540 |
| 2026-03-28 | 326.3320 |
| 2026-04-04 | 324.7187 |
| 2026-04-11 | 326.2440 |
| 2026-04-18 | 323.5695 |
| 2026-04-25 | 322.4499 |
| 2026-05-02 | 319.5659 |
| 2026-05-09 | 316.9866 |
| 2026-05-17 | 313.2967 |
| 2026-05-25 | 308.4983 |
| 2026-06-01 | 304.9633 |
| 2026-06-10 | 306.3595 |
| 2026-06-17 | 317.5058 |
| 2026-06-24 | 319.3891 |
| 2026-07-01 | 316.4341 |
| 2026-07-08 | 314.1402 |
| 2026-07-15 | 312.6919 |
| 2026-07-22 | 309.8879 |
| 2026-07-29 | 309.0627 |
| 2026-08-05 | 307.2591 |
| 2026-08-12 | 306.8594 |
| 2026-08-20 | 325.1078 |
| 2026-08-27 | 321.3582 |
| 2026-09-03 | 318.4252 |
| 2026-09-10 | 314.5383 |
| 2026-09-17 | 312.8980 |
| 2026-09-24 | 310.7763 |
High
339.7529
Low
0.06369
Average
299.9364
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GHS¤cies=MNT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GHS¤cies=MNT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GHS¤cies=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¤cies=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.