PAB to GYD exchange rate API
Balboa to Guyana Dollar · quoted 2026-09-25
209.1887
▲ +0.07% over 30D
1 PAB = 209.1887 GYD · 1 GYD = 0.004780 PAB · Get this rate via the API
1 PAB buys 209.1887 GYD as of 2026-09-25, so 1 GYD buys 0.004780 PAB. Over the last 30 days, PAB/GYD traded between 208.7827 and 210.3976, averaged 209.2262 and rose 0.07%. The API holds daily PAB/GYD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PAB/GYD over 30D: show the values
| Point | PAB/GYD |
|---|---|
| 2026-08-26 | 209.0461 |
| 2026-08-27 | 209.2506 |
| 2026-08-28 | 208.9680 |
| 2026-08-29 | 209.3532 |
| 2026-08-30 | 209.2540 |
| 2026-08-31 | 210.1931 |
| 2026-09-01 | 209.0172 |
| 2026-09-02 | 209.3469 |
| 2026-09-03 | 208.9181 |
| 2026-09-04 | 208.7827 |
| 2026-09-05 | 208.8465 |
| 2026-09-06 | 209.2637 |
| 2026-09-07 | 209.2045 |
| 2026-09-08 | 209.1684 |
| 2026-09-09 | 208.8765 |
| 2026-09-10 | 209.2004 |
| 2026-09-11 | 209.4452 |
| 2026-09-12 | 208.7929 |
| 2026-09-13 | 209.0096 |
| 2026-09-14 | 209.1534 |
| 2026-09-15 | 209.0395 |
| 2026-09-16 | 209.0863 |
| 2026-09-17 | 210.3976 |
| 2026-09-18 | 209.1916 |
| 2026-09-19 | 208.9187 |
| 2026-09-20 | 209.3977 |
| 2026-09-21 | 209.0768 |
| 2026-09-22 | 209.2830 |
| 2026-09-23 | 209.4338 |
| 2026-09-24 | 209.9463 |
| 2026-09-25 | 209.1887 |
High
210.3976
Low
208.7827
Average
209.2262
Get this rate via the API
One GET request returns the PAB/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=PAB¤cies=GYD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=GYD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=GYD").json()Replace YOUR_API_KEY with the key from your dashboard.
PAB/GYD API questions
How do I get the PAB/GYD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=GYD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PAB/GYD rate in rates.GYD.
How far back does PAB/GYD historical data go?
Daily PAB/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 PAB/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.