Skip to content

GMD to TOP exchange rate API

Dalasi to Pa’anga · quoted 2026-09-25

0.03198

▼ +3.62% over 5Y

1 GMD = 0.03198 TOP · 1 TOP = 31.2735 GMD · Get this rate via the API

1 GMD buys 0.03198 TOP as of 2026-09-25, so 1 TOP buys 31.2735 GMD. Over the last 5 years, GMD/TOP traded between 0.03140 and 0.03326, averaged 0.03230 and fell 3.62%. The API holds daily GMD/TOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GMD/TOP over 5Y

GMD/TOP over 5Y: show the values
PointGMD/TOP
2024-08-240.03318
2024-10-070.03326
2024-11-060.03194
2024-12-060.03259
2025-01-050.03259
2025-02-040.03309
2025-03-060.03258
2025-04-060.03321
2025-05-060.03249
2025-06-070.03315
2025-07-070.03205
2025-08-060.03201
2025-09-050.03218
2025-10-060.03221
2025-11-050.03198
2025-12-050.03253
2026-01-050.03221
2026-02-040.03169
2026-03-060.03186
2026-04-050.03140
2026-05-060.03189
2026-06-090.03177
2026-07-090.03204
2026-08-080.03259
2026-09-080.03140

High

0.03326

Low

0.03140

Average

0.03230

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GMD&currencies=TOP").json()

Replace YOUR_API_KEY with the key from your dashboard.

GMD/TOP API questions

How do I get the GMD/TOP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GMD&currencies=TOP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GMD/TOP rate in rates.TOP.

How far back does GMD/TOP historical data go?

Daily GMD/TOP 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 GMD/TOP 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.