Skip to content

PAB to SRD exchange rate API

Balboa to Surinam Dollar · quoted 2026-09-25

37.7652

▼ +1.04% over 1Y

1 PAB = 37.7652 SRD · 1 SRD = 0.02648 PAB · Get this rate via the API

1 PAB buys 37.7652 SRD as of 2026-09-25, so 1 SRD buys 0.02648 PAB. Over the last year, PAB/SRD traded between 37.1733 and 39.6644, averaged 37.9502 and fell 1.04%. The API holds daily PAB/SRD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PAB/SRD over 1Y

PAB/SRD over 1Y: show the values
PointPAB/SRD
2025-09-2538.1615
2025-10-0238.3449
2025-10-0938.1633
2025-10-1639.1261
2025-10-2339.6644
2025-10-3039.1924
2025-11-0638.5864
2025-11-1338.5447
2025-11-2038.5560
2025-11-2738.4148
2025-12-0438.5722
2025-12-1238.5073
2025-12-1938.4742
2025-12-2638.3843
2026-01-0238.0847
2026-01-0938.3053
2026-01-1638.2279
2026-01-2338.2151
2026-01-3037.9376
2026-02-0637.8322
2026-02-1337.8402
2026-02-2037.5939
2026-02-2737.8446
2026-03-0637.7752
2026-03-1337.4904
2026-03-2037.5838
2026-03-2737.6591
2026-04-0337.2994
2026-04-1037.6235
2026-04-1737.5036
2026-04-2437.3961
2026-05-0137.4505
2026-05-0837.3096
2026-05-1637.3533
2026-05-2437.3122
2026-05-3137.1733
2026-06-0937.4525
2026-06-1637.6341
2026-06-2337.4756
2026-06-3037.5349
2026-07-0737.7857
2026-07-1437.7946
2026-07-2137.6035
2026-07-2837.7743
2026-08-0437.8838
2026-08-1137.7549
2026-08-1837.7948
2026-08-2637.9977
2026-09-0238.0421
2026-09-0938.0500
2026-09-1637.7355
2026-09-2337.7757

High

39.6644

Low

37.1733

Average

37.9502

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PAB/SRD API questions

How do I get the PAB/SRD exchange rate from an API?

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

How far back does PAB/SRD historical data go?

Daily PAB/SRD 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/SRD 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.