TOP to GYD exchange rate API
Pa’anga to Guyana Dollar · quoted 2026-09-25
88.9521
▼ +0.58% over 1Y
1 TOP = 88.9521 GYD · 1 GYD = 0.01124 TOP · Get this rate via the API
1 TOP buys 88.9521 GYD as of 2026-09-25, so 1 GYD buys 0.01124 TOP. Over the last year, TOP/GYD traded between 86.8721 and 89.9384, averaged 88.6206 and fell 0.58%. The API holds daily TOP/GYD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TOP/GYD over 1Y: show the values
| Point | TOP/GYD |
|---|---|
| 2025-09-25 | 89.4752 |
| 2025-10-02 | 88.5088 |
| 2025-10-09 | 88.4065 |
| 2025-10-16 | 88.6960 |
| 2025-10-23 | 88.6099 |
| 2025-10-30 | 88.1039 |
| 2025-11-06 | 88.6548 |
| 2025-11-13 | 88.8043 |
| 2025-11-20 | 87.3760 |
| 2025-11-27 | 87.2639 |
| 2025-12-04 | 87.5569 |
| 2025-12-12 | 87.1480 |
| 2025-12-19 | 87.5109 |
| 2025-12-26 | 88.6711 |
| 2026-01-02 | 87.5063 |
| 2026-01-09 | 87.4830 |
| 2026-01-16 | 88.7771 |
| 2026-01-23 | 88.4229 |
| 2026-01-30 | 89.4427 |
| 2026-02-06 | 89.0194 |
| 2026-02-13 | 89.6644 |
| 2026-02-20 | 89.2938 |
| 2026-02-27 | 89.4965 |
| 2026-03-06 | 89.0568 |
| 2026-03-13 | 89.5405 |
| 2026-03-20 | 88.5989 |
| 2026-03-27 | 89.5711 |
| 2026-04-03 | 88.4508 |
| 2026-04-10 | 89.0389 |
| 2026-04-18 | 86.8873 |
| 2026-04-25 | 86.8721 |
| 2026-05-02 | 86.9075 |
| 2026-05-09 | 86.8955 |
| 2026-05-17 | 88.8075 |
| 2026-05-25 | 89.6336 |
| 2026-06-01 | 89.8540 |
| 2026-06-10 | 88.9675 |
| 2026-06-17 | 89.9384 |
| 2026-06-24 | 88.7630 |
| 2026-07-01 | 88.2024 |
| 2026-07-08 | 89.4266 |
| 2026-07-15 | 88.2639 |
| 2026-07-22 | 88.5338 |
| 2026-07-29 | 88.6627 |
| 2026-08-05 | 88.7845 |
| 2026-08-12 | 88.8386 |
| 2026-08-20 | 88.7733 |
| 2026-08-27 | 89.6052 |
| 2026-09-03 | 89.3896 |
| 2026-09-10 | 89.4223 |
| 2026-09-17 | 89.4287 |
| 2026-09-24 | 88.9322 |
High
89.9384
Low
86.8721
Average
88.6206
Get this rate via the API
One GET request returns the TOP/GYD 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=GYD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=GYD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=GYD").json()Replace YOUR_API_KEY with the key from your dashboard.
TOP/GYD API questions
How do I get the TOP/GYD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=GYD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/GYD rate in rates.GYD.
How far back does TOP/GYD historical data go?
Daily TOP/GYD 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/GYD 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.