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: show the values
| Point | PAB/SRD |
|---|---|
| 2025-09-25 | 38.1615 |
| 2025-10-02 | 38.3449 |
| 2025-10-09 | 38.1633 |
| 2025-10-16 | 39.1261 |
| 2025-10-23 | 39.6644 |
| 2025-10-30 | 39.1924 |
| 2025-11-06 | 38.5864 |
| 2025-11-13 | 38.5447 |
| 2025-11-20 | 38.5560 |
| 2025-11-27 | 38.4148 |
| 2025-12-04 | 38.5722 |
| 2025-12-12 | 38.5073 |
| 2025-12-19 | 38.4742 |
| 2025-12-26 | 38.3843 |
| 2026-01-02 | 38.0847 |
| 2026-01-09 | 38.3053 |
| 2026-01-16 | 38.2279 |
| 2026-01-23 | 38.2151 |
| 2026-01-30 | 37.9376 |
| 2026-02-06 | 37.8322 |
| 2026-02-13 | 37.8402 |
| 2026-02-20 | 37.5939 |
| 2026-02-27 | 37.8446 |
| 2026-03-06 | 37.7752 |
| 2026-03-13 | 37.4904 |
| 2026-03-20 | 37.5838 |
| 2026-03-27 | 37.6591 |
| 2026-04-03 | 37.2994 |
| 2026-04-10 | 37.6235 |
| 2026-04-17 | 37.5036 |
| 2026-04-24 | 37.3961 |
| 2026-05-01 | 37.4505 |
| 2026-05-08 | 37.3096 |
| 2026-05-16 | 37.3533 |
| 2026-05-24 | 37.3122 |
| 2026-05-31 | 37.1733 |
| 2026-06-09 | 37.4525 |
| 2026-06-16 | 37.6341 |
| 2026-06-23 | 37.4756 |
| 2026-06-30 | 37.5349 |
| 2026-07-07 | 37.7857 |
| 2026-07-14 | 37.7946 |
| 2026-07-21 | 37.6035 |
| 2026-07-28 | 37.7743 |
| 2026-08-04 | 37.8838 |
| 2026-08-11 | 37.7549 |
| 2026-08-18 | 37.7948 |
| 2026-08-26 | 37.9977 |
| 2026-09-02 | 38.0421 |
| 2026-09-09 | 38.0500 |
| 2026-09-16 | 37.7355 |
| 2026-09-23 | 37.7757 |
High
39.6644
Low
37.1733
Average
37.9502
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=SRD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=SRD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=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¤cies=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.