Skip to content

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

TOP/GMD over 1Y: show the values
PointTOP/GMD
2025-09-2531.4858
2025-10-0231.0680
2025-10-0930.7728
2025-10-1630.8715
2025-10-2330.8713
2025-10-3030.8144
2025-11-0631.1548
2025-11-1331.1416
2025-11-2030.7512
2025-11-2730.7041
2025-12-0430.6983
2025-12-1230.7554
2025-12-1930.9072
2025-12-2631.4800
2026-01-0230.9317
2026-01-0930.8502
2026-01-1631.3191
2026-01-2331.0798
2026-01-3031.5537
2026-02-0631.3125
2026-02-1331.5886
2026-02-2031.5594
2026-02-2731.4675
2026-03-0631.3912
2026-03-1331.4181
2026-03-2031.5781
2026-03-2731.7431
2026-04-0331.3476
2026-04-1031.5328
2026-04-1830.5279
2026-04-2530.5279
2026-05-0230.3188
2026-05-0930.5279
2026-05-1731.5820
2026-05-2531.5031
2026-06-0131.6410
2026-06-1031.3298
2026-06-1731.5783
2026-06-2431.0633
2026-07-0131.1779
2026-07-0831.5171
2026-07-1531.2941
2026-07-2231.3323
2026-07-2931.4892
2026-08-0531.5182
2026-08-1231.4735
2026-08-2031.6264
2026-08-2731.8490
2026-09-0331.9120
2026-09-1031.6833
2026-09-1731.3530
2026-09-2431.3560

High

31.9120

Low

30.3188

Average

31.2378

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=GMD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=GMD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=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&currencies=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.