TOP to GMD exchange rate API
Pa’anga to Dalasi · quoted 2026-09-25
31.2733
▼ +0.68% over 1Y
1 TOP = 31.2733 GMD · 1 GMD = 0.03198 TOP · Get this rate via the API
1 TOP buys 31.2733 GMD as of 2026-09-25, so 1 GMD buys 0.03198 TOP. Over the last year, TOP/GMD traded between 30.3188 and 31.9120, averaged 31.2378 and fell 0.68%. The API holds daily TOP/GMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TOP/GMD over 1Y: show the values
| Point | TOP/GMD |
|---|---|
| 2025-09-25 | 31.4858 |
| 2025-10-02 | 31.0680 |
| 2025-10-09 | 30.7728 |
| 2025-10-16 | 30.8715 |
| 2025-10-23 | 30.8713 |
| 2025-10-30 | 30.8144 |
| 2025-11-06 | 31.1548 |
| 2025-11-13 | 31.1416 |
| 2025-11-20 | 30.7512 |
| 2025-11-27 | 30.7041 |
| 2025-12-04 | 30.6983 |
| 2025-12-12 | 30.7554 |
| 2025-12-19 | 30.9072 |
| 2025-12-26 | 31.4800 |
| 2026-01-02 | 30.9317 |
| 2026-01-09 | 30.8502 |
| 2026-01-16 | 31.3191 |
| 2026-01-23 | 31.0798 |
| 2026-01-30 | 31.5537 |
| 2026-02-06 | 31.3125 |
| 2026-02-13 | 31.5886 |
| 2026-02-20 | 31.5594 |
| 2026-02-27 | 31.4675 |
| 2026-03-06 | 31.3912 |
| 2026-03-13 | 31.4181 |
| 2026-03-20 | 31.5781 |
| 2026-03-27 | 31.7431 |
| 2026-04-03 | 31.3476 |
| 2026-04-10 | 31.5328 |
| 2026-04-18 | 30.5279 |
| 2026-04-25 | 30.5279 |
| 2026-05-02 | 30.3188 |
| 2026-05-09 | 30.5279 |
| 2026-05-17 | 31.5820 |
| 2026-05-25 | 31.5031 |
| 2026-06-01 | 31.6410 |
| 2026-06-10 | 31.3298 |
| 2026-06-17 | 31.5783 |
| 2026-06-24 | 31.0633 |
| 2026-07-01 | 31.1779 |
| 2026-07-08 | 31.5171 |
| 2026-07-15 | 31.2941 |
| 2026-07-22 | 31.3323 |
| 2026-07-29 | 31.4892 |
| 2026-08-05 | 31.5182 |
| 2026-08-12 | 31.4735 |
| 2026-08-20 | 31.6264 |
| 2026-08-27 | 31.8490 |
| 2026-09-03 | 31.9120 |
| 2026-09-10 | 31.6833 |
| 2026-09-17 | 31.3530 |
| 2026-09-24 | 31.3560 |
High
31.9120
Low
30.3188
Average
31.2378
Get this rate via the API
One GET request returns the TOP/GMD 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=TOP¤cies=GMD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=GMD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=GMD").json()Replace YOUR_API_KEY with the key from your dashboard.
TOP/GMD API questions
How do I get the TOP/GMD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=GMD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/GMD rate in rates.GMD.
How far back does TOP/GMD historical data go?
Daily TOP/GMD 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 TOP/GMD 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.