GHS to MNT exchange rate API
Ghana Cedi to Tugrik · quoted 2026-09-26
309.6539
▼ +3.64% over 30D
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 30 days, GHS/MNT traded between 309.6539 and 321.3582, averaged 315.0738 and fell 3.64%. 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 30D: show the values
| Point | GHS/MNT |
|---|---|
| 2026-08-27 | 321.3582 |
| 2026-08-28 | 320.8823 |
| 2026-08-29 | 320.5588 |
| 2026-08-30 | 320.4965 |
| 2026-08-31 | 319.9594 |
| 2026-09-01 | 319.6255 |
| 2026-09-02 | 319.1669 |
| 2026-09-03 | 318.4252 |
| 2026-09-04 | 316.8168 |
| 2026-09-05 | 315.7158 |
| 2026-09-06 | 316.1356 |
| 2026-09-07 | 316.2209 |
| 2026-09-08 | 315.6188 |
| 2026-09-09 | 315.3409 |
| 2026-09-10 | 314.5383 |
| 2026-09-11 | 314.0264 |
| 2026-09-12 | 313.9622 |
| 2026-09-13 | 314.4283 |
| 2026-09-14 | 314.2206 |
| 2026-09-15 | 313.7727 |
| 2026-09-16 | 313.7464 |
| 2026-09-17 | 312.8980 |
| 2026-09-18 | 312.7497 |
| 2026-09-19 | 312.4418 |
| 2026-09-20 | 312.2640 |
| 2026-09-21 | 312.6554 |
| 2026-09-22 | 312.5018 |
| 2026-09-23 | 311.4588 |
| 2026-09-24 | 310.7763 |
| 2026-09-25 | 310.2923 |
| 2026-09-26 | 309.6539 |
High
321.3582
Low
309.6539
Average
315.0738
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.