Skip to content

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

PAB/GYD over 30D: show the values
PointPAB/GYD
2026-08-26209.0461
2026-08-27209.2506
2026-08-28208.9680
2026-08-29209.3532
2026-08-30209.2540
2026-08-31210.1931
2026-09-01209.0172
2026-09-02209.3469
2026-09-03208.9181
2026-09-04208.7827
2026-09-05208.8465
2026-09-06209.2637
2026-09-07209.2045
2026-09-08209.1684
2026-09-09208.8765
2026-09-10209.2004
2026-09-11209.4452
2026-09-12208.7929
2026-09-13209.0096
2026-09-14209.1534
2026-09-15209.0395
2026-09-16209.0863
2026-09-17210.3976
2026-09-18209.1916
2026-09-19208.9187
2026-09-20209.3977
2026-09-21209.0768
2026-09-22209.2830
2026-09-23209.4338
2026-09-24209.9463
2026-09-25209.1887

High

210.3976

Low

208.7827

Average

209.2262

For developers

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

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